Home
last modified time | relevance | path

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

/sysdeps/powerpc/powerpc64/
A Ddl-machine.h37 #define DT_PPC64(x) (DT_PPC64_##x - DT_LOPROC + DT_NUM) macro
354 if (info[DT_PPC64(GLINK)] != NULL) in elf_machine_runtime_setup()
355 info[DT_PPC64(GLINK)]->d_un.d_ptr += l_addr; in elf_machine_runtime_setup()
401 glink = (Elf64_Word *) D_PTR (map, l_info[DT_PPC64(GLINK)]); in elf_machine_runtime_setup()
446 if (map->l_info[DT_PPC64(OPT)] in ppc64_local_entry_offset()
458 if (map->l_info[DT_PPC64(OPT)] in ppc64_local_entry_offset()
459 && (map->l_info[DT_PPC64(OPT)]->d_un.d_val & PPC64_OPT_MULTI_TOC)) in ppc64_local_entry_offset()
735 if (map->l_info[DT_PPC64(OPT)] in elf_machine_rela()
736 && (map->l_info[DT_PPC64(OPT)]->d_un.d_val & PPC64_OPT_TLS)) in elf_machine_rela()
773 if (map->l_info[DT_PPC64(OPT)] in elf_machine_rela()
[all …]

Completed in 5 milliseconds