Searched refs:OLD_DT_LOOS (Results 1 – 7 of 7) sorted by relevance
536 #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 …]
585 #define OLD_DT_LOOS 0x60000000 macro
741 * hppa.h (DT_HP_*): Define relative to OLD_DT_LOOS for hpux1042 (OLD_DT_LOOS): Value of DT_LOOS before Oct 4, 1999 draft
507 #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 …]
556 #define OLD_DT_LOOS 0x60000000 macro
707 * hppa.h (DT_HP_*): Define relative to OLD_DT_LOOS for hpux1008 (OLD_DT_LOOS): Value of DT_LOOS before Oct 4, 1999 draft
1862 && (type >= OLD_DT_LOOS) && (type <= OLD_DT_HIOS))) in get_dynamic_type()