Home
last modified time | relevance | path

Searched refs:DT_HIOS (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/usr.bin/binutils/include/elf/
H A Dcommon.h558 #define DT_HIOS 0x6ffff000 macro
H A DChangeLog-910321 * common.h (DT_HIOS): Correct value.
1007 (DT_HIOS): Fix definition of this value.
1010 (OLD_DT_HIOS): Value of DT_HIOS before Oct 4, 1999 draft
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Dcommon.h587 #define DT_HIOS 0x6ffff000 macro
H A DChangeLog-910355 * 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
/openbsd/sys/sys/
H A Dexec_elf.h558 #define DT_HIOS 0x6ffff000 /* specific dynamic array tags */ macro
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DDynamicTags.def6 // such as DT_HIOS, etc. to allow using this file to in other contexts.
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A DChangeLog-2005426 (get_dynamic_type): Use old values for DT_LOOS and DT_HIOS when
H A Dreadelf.c1860 else if (((type >= DT_LOOS) && (type <= DT_HIOS)) in get_dynamic_type()
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c1508 else if ((type >= DT_LOOS) && (type <= DT_HIOS)) in get_dynamic_type()