Home
last modified time | relevance | path

Searched refs:OLD_DT_LOOS (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/include/elf/
Dhppa.h556 #define DT_HP_LOAD_MAP (OLD_DT_LOOS + 0x0)
557 #define DT_HP_DLD_FLAGS (OLD_DT_LOOS + 0x1)
558 #define DT_HP_DLD_HOOK (OLD_DT_LOOS + 0x2)
559 #define DT_HP_UX10_INIT (OLD_DT_LOOS + 0x3)
560 #define DT_HP_UX10_INITSZ (OLD_DT_LOOS + 0x4)
561 #define DT_HP_PREINIT (OLD_DT_LOOS + 0x5)
562 #define DT_HP_PREINITSZ (OLD_DT_LOOS + 0x6)
563 #define DT_HP_NEEDED (OLD_DT_LOOS + 0x7)
564 #define DT_HP_TIME_STAMP (OLD_DT_LOOS + 0x8)
565 #define DT_HP_CHECKSUM (OLD_DT_LOOS + 0x9)
[all …]
Dcommon.h746 #define OLD_DT_LOOS 0x60000000 macro
DChangeLog-9103741 * hppa.h (DT_HP_*): Define relative to OLD_DT_LOOS for hpux
1042 (OLD_DT_LOOS): Value of DT_LOOS before Oct 4, 1999 draft
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c1950 && (type >= OLD_DT_LOOS) && (type <= OLD_DT_HIOS))) in get_dynamic_type()