Searched refs:DT_LOOS (Results 1 – 8 of 8) sorted by relevance
183 case DT_ENCODING ... DT_LOOS-1: in __elfN()184 case DT_LOOS ... DT_HIOS: in __elfN()
498 #define DT_LOOS 0x60000000 /* Operating system specific range */ macro
588 #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
598 #define DT_LOOS 0x6000000d /* First OS-specific */ macro
70 DYNAMIC_TAG_MARKER(ENCODING, 32) // Values from here to DT_LOOS follow the rules
179 _ELF_DEFINE_DT(DT_LOOS, 0x6000000DUL, \
1627 else if (((type >= DT_LOOS) && (type <= DT_HIOS)) in get_dynamic_type()