Home
last modified time | relevance | path

Searched refs:DT_PPC (Results 1 – 1 of 1) sorted by relevance

/sysdeps/powerpc/powerpc32/
A Ddl-machine.h33 #define DT_PPC(x) (DT_PPC_##x - DT_LOPROC + DT_NUM) macro
177 if (map->l_info[DT_PPC(GOT)] == 0) in elf_machine_runtime_setup()
182 map->l_info[DT_PPC(GOT)]->d_un.d_ptr += map->l_addr; in elf_machine_runtime_setup()
200 got = (Elf32_Addr *) map->l_info[DT_PPC(GOT)]->d_un.d_ptr; in elf_machine_runtime_setup()
238 if (map->l_info[DT_PPC(GOT)] == 0) in elf_machine_fixup_plt()
352 if (map->l_info[DT_PPC(OPT)] in elf_machine_rela()
353 && (map->l_info[DT_PPC(OPT)]->d_un.d_val & PPC_OPT_TLS)) in elf_machine_rela()
387 if (map->l_info[DT_PPC(OPT)] in elf_machine_rela()
388 && (map->l_info[DT_PPC(OPT)]->d_un.d_val & PPC_OPT_TLS)) in elf_machine_rela()
428 if (map->l_info[DT_PPC(GOT)] != 0) in elf_machine_rela()

Completed in 3 milliseconds