Searched refs:dynamic (Results 1 – 10 of 10) sorted by relevance
1 Test on loop optimizations, in particular around loop-based dynamic bce.
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
39 ldflags: ["-Wl,--export-dynamic"],
31 // libartpalette is the dynamic loader of the platform abstraction
14 Use `libtifasts` if you wish to build a version without non-NDK dynamic dependencies.
130 bool FixupSymbols(Elf_Addr base_address, bool dynamic);
1623 bool ElfFileImpl<ElfTypes>::FixupSymbols(Elf_Addr base_address, bool dynamic) { in FixupSymbols() argument1624 Elf_Word section_type = dynamic ? SHT_DYNSYM : SHT_SYMTAB; in FixupSymbols()1629 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.
82 // Mac OS linker doesn't understand --export-dynamic.83 "-Wl,--export-dynamic",