Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/compat/linux/
HDlinux_vdso.c183 case DT_ENCODING ... DT_LOOS-1: in __elfN()
184 case DT_LOOS ... DT_HIOS: in __elfN()
/freebsd-11-stable/contrib/file/src/
HDreadelf.h498 #define DT_LOOS 0x60000000 /* Operating system specific range */ macro
/freebsd-11-stable/contrib/binutils/include/elf/
HDcommon.h588 #define DT_LOOS 0x6000000d macro
HDChangeLog-91031040 (DT_LOOS): Fix definition of this value.
1042 (OLD_DT_LOOS): Value of DT_LOOS before Oct 4, 1999 draft
/freebsd-11-stable/sys/sys/
HDelf_common.h598 #define DT_LOOS 0x6000000d /* First OS-specific */ macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDDynamicTags.def70 DYNAMIC_TAG_MARKER(ENCODING, 32) // Values from here to DT_LOOS follow the rules
/freebsd-11-stable/contrib/elftoolchain/common/
HDelfdefinitions.h179 _ELF_DEFINE_DT(DT_LOOS, 0x6000000DUL, \
/freebsd-11-stable/contrib/binutils/binutils/
HDreadelf.c1627 else if (((type >= DT_LOOS) && (type <= DT_HIOS)) in get_dynamic_type()