Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/include/elf/
HDppc.h151 #define DT_PPC_GOT DT_LOPROC macro
HDChangeLog386 * ppc.h (DT_PPC_GOT): Rename from DT_PPC_GLINK.
/NextBSD/sys/sys/
HDelf_common.h683 #define DT_PPC_GOT 0x70000000 macro
/NextBSD/contrib/elftoolchain/common/
HDelfdefinitions.h316 _ELF_DEFINE_DT(DT_PPC_GOT, 0x70000000UL, \
/NextBSD/contrib/binutils/bfd/
HDelf32-ppc.c5206 if (!add_dynamic_entry (DT_PPC_GOT, 0)) in ppc_elf_size_dynamic_sections()
7466 case DT_PPC_GOT: in ppc_elf_finish_dynamic_sections()
/NextBSD/contrib/binutils/binutils/
HDreadelf.c1414 case DT_PPC_GOT: return "PPC_GOT"; in get_ppc_dynamic_type()