Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/elf/
Dppc64.h239 #define DT_PPC64_OPDSZ (DT_LOPROC + 2) macro
DChangeLog-9103466 * ppc.h (DT_PPC64_OPD, DT_PPC64_OPDSZ): Define.
/toolchain/binutils/binutils-2.25/elfcpp/
DChangeLog333 (DT_PPC_GOT, DT_PPC64_GLINK, DT_PPC64_OPD, DT_PPC64_OPDSZ): Same.
Delfcpp.h759 DT_PPC64_OPDSZ = 0x70000002,
/toolchain/binutils/binutils-2.25/binutils/
DChangeLog-02031985 DT_PPC64_OPDSZ.
Dreadelf.c1685 case DT_PPC64_OPDSZ: return "PPC64_OPDSZ"; in get_ppc64_dynamic_type()
/toolchain/binutils/binutils-2.25/bfd/
Delf64-ppc.c10009 || !add_dynamic_entry (DT_PPC64_OPDSZ, 0)) in ppc64_elf_size_dynamic_sections()
15049 case DT_PPC64_OPDSZ: in ppc64_elf_finish_dynamic_sections()
DChangeLog-020310261 DT_PPC64_OPD and DT_PPC64_OPDSZ tags.