Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/elf/
Dppc.h178 #define DT_PPC_GOT (DT_LOPROC) macro
DChangeLog-04152087 * ppc.h (DT_PPC_GOT): Rename from DT_PPC_GLINK.
/toolchain/binutils/binutils-2.27/elfcpp/
DChangeLog-0815401 (DT_PPC_GOT, DT_PPC64_GLINK, DT_PPC64_OPD, DT_PPC64_OPDSZ): Same.
Delfcpp.h777 DT_PPC_GOT = 0x70000000,
/toolchain/binutils/binutils-2.27/bfd/
Delf32-ppc.c2974 if (dyn.d_tag == DT_PPC_GOT) in ppc_elf_get_synthetic_symtab()
6679 if (!add_dynamic_entry (DT_PPC_GOT, 0)) in ppc_elf_size_dynamic_sections()
10350 case DT_PPC_GOT: in ppc_elf_finish_dynamic_sections()
DChangeLog-20143354 (ppc_elf_size_dynamic_sections): Don't emit DT_PPC_GOT unless
DChangeLog-20052682 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Set DT_PPC_GOT,
/toolchain/binutils/binutils-2.27/binutils/
DChangeLog-2005732 * readelf.c (get_ppc_dynamic_type): Display DT_PPC_GOT, not
Dreadelf.c1853 case DT_PPC_GOT: return "PPC_GOT"; in get_ppc_dynamic_type()