Searched refs:DT_HIOS (Results 1 – 8 of 8) sorted by relevance
184 case DT_LOOS ... DT_HIOS: in __elfN()
505 #define DT_HIOS 0x6fffffff macro
589 #define DT_HIOS 0x6ffff000 macro
55 * common.h (DT_HIOS): Correct value.1041 (DT_HIOS): Fix definition of this value.1044 (OLD_DT_HIOS): Value of DT_HIOS before Oct 4, 1999 draft
604 #define DT_HIOS 0x6ffff000 /* Last OS-specific */ macro
6 // such as DT_HIOS, etc. to allow using this file to in other contexts.
190 _ELF_DEFINE_DT(DT_HIOS, 0x6FFFF000UL, \
1627 else if (((type >= DT_LOOS) && (type <= DT_HIOS)) in get_dynamic_type()