Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/binutils/include/elf/
HDppc64.h156 #define DT_PPC64_OPDSZ (DT_LOPROC + 2) macro
HDChangeLog-9103466 * ppc.h (DT_PPC64_OPD, DT_PPC64_OPDSZ): Define.
/freebsd-11-stable/sys/sys/
HDelf_common.h716 #define DT_PPC64_OPDSZ 0x70000002 macro
/freebsd-11-stable/contrib/elftoolchain/common/
HDelfdefinitions.h362 _ELF_DEFINE_DT(DT_PPC64_OPDSZ, 0x70000002UL, \
/freebsd-11-stable/contrib/binutils/bfd/
HDelf64-ppc.c8244 || !add_dynamic_entry (DT_PPC64_OPDSZ, 0)) in ppc64_elf_size_dynamic_sections()
11727 case DT_PPC64_OPDSZ: in ppc64_elf_finish_dynamic_sections()
HDChangeLog-020310261 DT_PPC64_OPD and DT_PPC64_OPDSZ tags.
/freebsd-11-stable/contrib/binutils/binutils/
HDChangeLog-02031985 DT_PPC64_OPDSZ.
HDreadelf.c1427 case DT_PPC64_OPDSZ: return "PPC64_OPDSZ"; in get_ppc64_dynamic_type()