Lines Matching refs:GLRO
44 return GLRO(dl_hwcap) & hwcap_mask & HWCAP_SPARC_V9; in elf_machine_matches_host()
46 return GLRO(dl_hwcap) & HWCAP_SPARC_V9; in elf_machine_matches_host()
122 if (GLRO(dl_profile) != NULL in elf_machine_runtime_setup()
123 && _dl_name_match_p (GLRO(dl_profile), l)) in elf_machine_runtime_setup()
229 const int do_flush = GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH; in elf_machine_fixup_plt()
303 value = ((Elf32_Addr (*) (int)) value) (GLRO(dl_hwcap)); in elf_machine_rela()
315 || (GLRO(dl_verbose) && sym->st_size < refsym->st_size)) in elf_machine_rela()
334 value = ((Elf32_Addr (*) (int)) value) (GLRO(dl_hwcap)); in elf_machine_rela()
339 value = ((Elf32_Addr (*) (int)) value) (GLRO(dl_hwcap)); in elf_machine_rela()
347 const int do_flush = GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH; in elf_machine_rela()
466 value = ((Elf32_Addr (*) (int)) value) (GLRO(dl_hwcap)); in elf_machine_lazy_rel()