Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/include/elf/
Dcommon.h557 #define DT_LOOS 0x6000000d macro
DChangeLog-91031006 (DT_LOOS): Fix definition of this value.
1008 (OLD_DT_LOOS): Value of DT_LOOS before Oct 4, 1999 draft
/openbsd/src/gnu/usr.bin/binutils-2.17/include/elf/
Dcommon.h586 #define DT_LOOS 0x6000000d macro
DChangeLog-91031040 (DT_LOOS): Fix definition of this value.
1042 (OLD_DT_LOOS): Value of DT_LOOS before Oct 4, 1999 draft
/openbsd/src/sys/sys/
Dexec_elf.h557 #define DT_LOOS 0x6000000d /* reserved range for OS */ macro
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DDynamicTags.def75 DYNAMIC_TAG_MARKER(ENCODING, 32) // Values from here to DT_LOOS follow the rules
/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
DChangeLog-2005426 (get_dynamic_type): Use old values for DT_LOOS and DT_HIOS when
Dreadelf.c1860 else if (((type >= DT_LOOS) && (type <= DT_HIOS)) in get_dynamic_type()
/openbsd/src/gnu/usr.bin/binutils/binutils/
Dreadelf.c1508 else if ((type >= DT_LOOS) && (type <= DT_HIOS)) in get_dynamic_type()