Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/powerpc/powerpc32/
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()
347 if (map->l_info[DT_PPC(OPT)] in elf_machine_rela()
348 && (map->l_info[DT_PPC(OPT)]->d_un.d_val & PPC_OPT_TLS)) in elf_machine_rela()
382 if (map->l_info[DT_PPC(OPT)] in elf_machine_rela()
383 && (map->l_info[DT_PPC(OPT)]->d_un.d_val & PPC_OPT_TLS)) in elf_machine_rela()
419 if (map->l_info[DT_PPC(GOT)] != 0) in elf_machine_rela()
/glibc-2.36/ChangeLog.old/
DChangeLog.169679 * sysdeps/powerpc/powerpc32/dl-machine.h (DT_PPC): Define.