Searched refs:dynamic (Results 1 – 11 of 11) sorted by relevance
1 Test on loop optimizations, in particular around loop-based dynamic bce.
39 ldflags: ["-Wl,--export-dynamic"],
17 is performed by the dynamic linker.55 dynamic linker interface: `libdl.so` and `libnativebridge.so`. The former is78 dynamic linker interface so that other parts of this library do not have to know
13 Use `libenablevlogs` if you wish to build a version without non-NDK dynamic
37 // libartpalette is the dynamic loader of the platform abstraction
14 Use `libtifasts` if you wish to build a version without non-NDK dynamic dependencies.
126 bool FixupSymbols(Elf_Addr base_address, bool dynamic);
1622 bool ElfFileImpl<ElfTypes>::FixupSymbols(Elf_Addr base_address, bool dynamic) { in FixupSymbols() argument1623 Elf_Word section_type = dynamic ? SHT_DYNSYM : SHT_SYMTAB; in FixupSymbols()1628 CHECK(!dynamic) << file_path_; in FixupSymbols()
13 Use `libtiallocsamples` if you wish to build a version without non-NDK dynamic dependencies.
161 # will generate dynamic type checks for the input arguments.
84 // Mac OS linker doesn't understand --export-dynamic.85 "-Wl,--export-dynamic",