Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/compat/linux/
HDlinux_vdso.c184 case DT_LOOS ... DT_HIOS: in __elfN()
/freebsd-11-stable/contrib/file/src/
HDreadelf.h505 #define DT_HIOS 0x6fffffff macro
/freebsd-11-stable/contrib/binutils/include/elf/
HDcommon.h589 #define DT_HIOS 0x6ffff000 macro
HDChangeLog-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
/freebsd-11-stable/sys/sys/
HDelf_common.h604 #define DT_HIOS 0x6ffff000 /* Last OS-specific */ macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDDynamicTags.def6 // such as DT_HIOS, etc. to allow using this file to in other contexts.
/freebsd-11-stable/contrib/elftoolchain/common/
HDelfdefinitions.h190 _ELF_DEFINE_DT(DT_HIOS, 0x6FFFF000UL, \
/freebsd-11-stable/contrib/binutils/binutils/
HDreadelf.c1627 else if (((type >= DT_LOOS) && (type <= DT_HIOS)) in get_dynamic_type()