Home
last modified time | relevance | path

Searched refs:DT_LOOS (Results 1 – 12 of 12) sorted by relevance

/dragonfly/contrib/binutils-2.34/include/elf/
H A Dia64.h138 #define DT_IA_64_VMS_SUBTYPE (DT_LOOS + 0)
139 #define DT_IA_64_VMS_IMGIOCNT (DT_LOOS + 2)
140 #define DT_IA_64_VMS_LNKFLAGS (DT_LOOS + 8)
141 #define DT_IA_64_VMS_VIR_MEM_BLK_SIZ (DT_LOOS + 10)
142 #define DT_IA_64_VMS_IDENT (DT_LOOS + 12)
143 #define DT_IA_64_VMS_NEEDED_IDENT (DT_LOOS + 16)
144 #define DT_IA_64_VMS_IMG_RELA_CNT (DT_LOOS + 18)
145 #define DT_IA_64_VMS_SEG_RELA_CNT (DT_LOOS + 20)
146 #define DT_IA_64_VMS_FIXUP_RELA_CNT (DT_LOOS + 22)
147 #define DT_IA_64_VMS_FIXUP_NEEDED (DT_LOOS + 24)
[all …]
H A Dcommon.h987 #define DT_LOOS 0x6000000d macro
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dia64.h138 #define DT_IA_64_VMS_SUBTYPE (DT_LOOS + 0)
139 #define DT_IA_64_VMS_IMGIOCNT (DT_LOOS + 2)
140 #define DT_IA_64_VMS_LNKFLAGS (DT_LOOS + 8)
141 #define DT_IA_64_VMS_VIR_MEM_BLK_SIZ (DT_LOOS + 10)
142 #define DT_IA_64_VMS_IDENT (DT_LOOS + 12)
143 #define DT_IA_64_VMS_NEEDED_IDENT (DT_LOOS + 16)
144 #define DT_IA_64_VMS_IMG_RELA_CNT (DT_LOOS + 18)
145 #define DT_IA_64_VMS_SEG_RELA_CNT (DT_LOOS + 20)
146 #define DT_IA_64_VMS_FIXUP_RELA_CNT (DT_LOOS + 22)
147 #define DT_IA_64_VMS_FIXUP_NEEDED (DT_LOOS + 24)
[all …]
H A Dcommon.h782 #define DT_LOOS 0x6000000d macro
/dragonfly/contrib/file/src/
H A Dreadelf.h498 #define DT_LOOS 0x60000000 /* Operating system specific range */ macro
/dragonfly/sys/sys/
H A Delf_common.h545 #define DT_LOOS 0x6000000d /* First OS-specific */ macro
/dragonfly/contrib/gdb-7/include/elf/
H A Dcommon.h749 #define DT_LOOS 0x6000000d macro
/dragonfly/contrib/binutils-2.34/elfcpp/
H A Delfcpp.h724 DT_LOOS = 0x6000000d,
/dragonfly/contrib/binutils-2.27/elfcpp/
H A Delfcpp.h721 DT_LOOS = 0x6000000d,
/dragonfly/contrib/elftoolchain/common/
H A Delfdefinitions.h147 _ELF_DEFINE_DT(DT_LOOS, 0x6000000DUL, \
/dragonfly/contrib/binutils-2.27/binutils/
H A Dreadelf.c2102 else if (((type >= DT_LOOS) && (type <= DT_HIOS)) in get_dynamic_type()
/dragonfly/contrib/binutils-2.34/binutils/
H A Dreadelf.c2241 else if (((type >= DT_LOOS) && (type <= DT_HIOS)) in get_dynamic_type()