Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/elf/
Dppc64.h243 #define DT_PPC64_OPD (DT_LOPROC + 1) macro
DChangeLog-9103466 * ppc.h (DT_PPC64_OPD, DT_PPC64_OPDSZ): Define.
/toolchain/binutils/binutils-2.27/elfcpp/
DChangeLog-0815401 (DT_PPC_GOT, DT_PPC64_GLINK, DT_PPC64_OPD, DT_PPC64_OPDSZ): Same.
Delfcpp.h783 DT_PPC64_OPD = 0x70000001,
/toolchain/binutils/binutils-2.27/binutils/
DChangeLog-02031984 * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
Dreadelf.c1866 case DT_PPC64_OPD: return "PPC64_OPD"; in get_ppc64_dynamic_type()
/toolchain/binutils/binutils-2.27/bfd/
Delf64-ppc.c10225 if (!add_dynamic_entry (DT_PPC64_OPD, 0) in ppc64_elf_size_dynamic_sections()
15478 case DT_PPC64_OPD: in ppc64_elf_finish_dynamic_sections()
DChangeLog-020310261 DT_PPC64_OPD and DT_PPC64_OPDSZ tags.