Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils-2.17/include/elf/
Dhppa.h536 #define DT_HP_LOAD_MAP (OLD_DT_LOOS + 0x0)
537 #define DT_HP_DLD_FLAGS (OLD_DT_LOOS + 0x1)
538 #define DT_HP_DLD_HOOK (OLD_DT_LOOS + 0x2)
539 #define DT_HP_UX10_INIT (OLD_DT_LOOS + 0x3)
540 #define DT_HP_UX10_INITSZ (OLD_DT_LOOS + 0x4)
541 #define DT_HP_PREINIT (OLD_DT_LOOS + 0x5)
542 #define DT_HP_PREINITSZ (OLD_DT_LOOS + 0x6)
543 #define DT_HP_NEEDED (OLD_DT_LOOS + 0x7)
544 #define DT_HP_TIME_STAMP (OLD_DT_LOOS + 0x8)
545 #define DT_HP_CHECKSUM (OLD_DT_LOOS + 0x9)
[all …]
Dcommon.h585 #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
/openbsd/src/gnu/usr.bin/binutils/include/elf/
Dhppa.h507 #define DT_HP_LOAD_MAP (OLD_DT_LOOS + 0x0)
508 #define DT_HP_DLD_FLAGS (OLD_DT_LOOS + 0x1)
509 #define DT_HP_DLD_HOOK (OLD_DT_LOOS + 0x2)
510 #define DT_HP_UX10_INIT (OLD_DT_LOOS + 0x3)
511 #define DT_HP_UX10_INITSZ (OLD_DT_LOOS + 0x4)
512 #define DT_HP_PREINIT (OLD_DT_LOOS + 0x5)
513 #define DT_HP_PREINITSZ (OLD_DT_LOOS + 0x6)
514 #define DT_HP_NEEDED (OLD_DT_LOOS + 0x7)
515 #define DT_HP_TIME_STAMP (OLD_DT_LOOS + 0x8)
516 #define DT_HP_CHECKSUM (OLD_DT_LOOS + 0x9)
[all …]
Dcommon.h556 #define OLD_DT_LOOS 0x60000000 macro
DChangeLog-9103707 * hppa.h (DT_HP_*): Define relative to OLD_DT_LOOS for hpux
1008 (OLD_DT_LOOS): Value of DT_LOOS before Oct 4, 1999 draft
/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
Dreadelf.c1862 && (type >= OLD_DT_LOOS) && (type <= OLD_DT_HIOS))) in get_dynamic_type()