Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/elf/
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 …]
Dcommon.h747 #define DT_LOOS 0x6000000d macro
DChangeLog-91031040 (DT_LOOS): Fix definition of this value.
1042 (OLD_DT_LOOS): Value of DT_LOOS before Oct 4, 1999 draft
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp.h707 DT_LOOS = 0x6000000d,
/toolchain/binutils/binutils-2.25/binutils/
DChangeLog-2005426 (get_dynamic_type): Use old values for DT_LOOS and DT_HIOS when
Dreadelf.c1948 else if (((type >= DT_LOOS) && (type <= DT_HIOS)) in get_dynamic_type()