Searched refs:OLD_DT_LOOS (Results 1 – 4 of 4) sorted by relevance
556 #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 …]
746 #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
1950 && (type >= OLD_DT_LOOS) && (type <= OLD_DT_HIOS))) in get_dynamic_type()