Searched refs:DT_LOOS (Results 1 – 6 of 6) sorted by relevance
138 #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 …]
747 #define DT_LOOS 0x6000000d macro
1040 (DT_LOOS): Fix definition of this value.1042 (OLD_DT_LOOS): Value of DT_LOOS before Oct 4, 1999 draft
707 DT_LOOS = 0x6000000d,
426 (get_dynamic_type): Use old values for DT_LOOS and DT_HIOS when
1948 else if (((type >= DT_LOOS) && (type <= DT_HIOS)) in get_dynamic_type()