Searched refs:dynamic (Results 1 – 7 of 7) sorted by relevance
1 Test on loop optimizations, in particular around loop-based dynamic bce.
39 ldflags: ["-Wl,--export-dynamic"],
60 // libartpalette is the dynamic loader of the platform abstraction
126 bool FixupSymbols(Elf_Addr base_address, bool dynamic);
1631 bool ElfFileImpl<ElfTypes>::FixupSymbols(Elf_Addr base_address, bool dynamic) { in FixupSymbols() argument1632 Elf_Word section_type = dynamic ? SHT_DYNSYM : SHT_SYMTAB; in FixupSymbols()1637 CHECK(!dynamic) << file_path_; in FixupSymbols()
83 // Mac OS linker doesn't understand --export-dynamic.84 "-Wl,--export-dynamic",
161 # will generate dynamic type checks for the input arguments.