Searched refs:do_flush (Results 1 – 2 of 2) sorted by relevance
/sysdeps/sparc/sparc32/ |
A D | dl-plt.h | 33 Elf32_Addr value, int t, int do_flush) in sparc_fixup_plt() argument 78 if (do_flush) in sparc_fixup_plt() 89 if (do_flush) in sparc_fixup_plt() 93 if (do_flush) in sparc_fixup_plt()
|
A D | dl-machine.h | 157 const int do_flush = GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH; in elf_machine_runtime_setup() local 159 const int do_flush = 1; in elf_machine_runtime_setup() local 173 if (do_flush) in elf_machine_runtime_setup() 302 const int do_flush = 1; in elf_machine_fixup_plt() local 306 const int do_flush = GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH; in elf_machine_fixup_plt() 308 return sparc_fixup_plt (reloc, reloc_addr, value, 1, do_flush); in elf_machine_fixup_plt() 442 const int do_flush = GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH; in elf_machine_rela() local 446 const int do_flush = 1; in elf_machine_rela() 450 sparc_fixup_plt (reloc, reloc_addr, value, 0, do_flush); in elf_machine_rela()
|
Completed in 5 milliseconds