Home
last modified time | relevance | path

Searched refs:DT_LOPROC (Results 1 – 19 of 19) sorted by relevance

/dragonfly/contrib/binutils-2.27/include/elf/
H A Dppc64.h240 #define DT_PPC64_GLINK DT_LOPROC
243 #define DT_PPC64_OPD (DT_LOPROC + 1)
244 #define DT_PPC64_OPDSZ (DT_LOPROC + 2)
247 #define DT_PPC64_OPT (DT_LOPROC + 3)
H A Dppc.h178 #define DT_PPC_GOT (DT_LOPROC)
181 #define DT_PPC_OPT (DT_LOPROC + 1)
H A Dalpha.h68 #define DT_ALPHA_PLTRO DT_LOPROC
H A Dcommon.h786 #define DT_LOPROC 0x70000000 macro
834 #define DT_LOPROC 0x70000000 macro
H A Dia64.h134 #define DT_IA_64_PLT_RESERVE (DT_LOPROC + 0)
/dragonfly/contrib/binutils-2.34/include/elf/
H A Dppc64.h288 #define DT_PPC64_GLINK DT_LOPROC
291 #define DT_PPC64_OPD (DT_LOPROC + 1)
292 #define DT_PPC64_OPDSZ (DT_LOPROC + 2)
295 #define DT_PPC64_OPT (DT_LOPROC + 3)
H A Daarch64.h39 #define DT_AARCH64_BTI_PLT (DT_LOPROC + 1)
40 #define DT_AARCH64_PAC_PLT (DT_LOPROC + 3)
41 #define DT_AARCH64_VARIANT_PCS (DT_LOPROC + 5)
H A Dppc.h187 #define DT_PPC_GOT (DT_LOPROC)
190 #define DT_PPC_OPT (DT_LOPROC + 1)
H A Dalpha.h68 #define DT_ALPHA_PLTRO DT_LOPROC
H A Dcommon.h991 #define DT_LOPROC 0x70000000 macro
1039 #define DT_LOPROC 0x70000000 macro
H A Dia64.h134 #define DT_IA_64_PLT_RESERVE (DT_LOPROC + 0)
/dragonfly/contrib/gdb-7/include/elf/
H A Dcommon.h753 #define DT_LOPROC 0x70000000 macro
801 #define DT_LOPROC 0x70000000 macro
/dragonfly/contrib/file/src/
H A Dreadelf.h506 #define DT_LOPROC 0x70000000 /* Processor-specific range */ macro
/dragonfly/sys/sys/
H A Delf_common.h595 #define DT_LOPROC 0x70000000 /* First processor-specific type. */ macro
/dragonfly/contrib/binutils-2.34/elfcpp/
H A Delfcpp.h726 DT_LOPROC = 0x70000000,
/dragonfly/contrib/binutils-2.27/elfcpp/
H A Delfcpp.h723 DT_LOPROC = 0x70000000,
/dragonfly/contrib/elftoolchain/common/
H A Delfdefinitions.h219 _ELF_DEFINE_DT(DT_LOPROC, 0x70000000UL, \
/dragonfly/contrib/binutils-2.27/binutils/
H A Dreadelf.c2055 if ((type >= DT_LOPROC) && (type <= DT_HIPROC)) in get_dynamic_type()
/dragonfly/contrib/binutils-2.34/binutils/
H A Dreadelf.c2191 if ((type >= DT_LOPROC) && (type <= DT_HIPROC)) in get_dynamic_type()