Searched refs:DT_HIOS (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/sys/compat/linux/
H A Dlinux_vdso.c184 case DT_LOOS ... DT_HIOS:
/freebsd-10.3-release/contrib/binutils/include/elf/
H A Dcommon.h585 for DT_LOOS and DT_HIOS. Some implementations however, use
589 #define DT_HIOS 0x6ffff000 macro
/freebsd-10.3-release/sys/sys/
H A Delf_common.h578 #define DT_HIOS 0x6ffff000 /* Last OS-specific */ macro
/freebsd-10.3-release/contrib/llvm/include/llvm/Support/
H A DELF.h1653 DT_HIOS = 0x6FFFFFFF, // End of environment specific tags. enumerator in enum:llvm::ELF::__anon2124
/freebsd-10.3-release/contrib/binutils/binutils/
H A Dreadelf.c1630 else if (((type >= DT_LOOS) && (type <= DT_HIOS))

Completed in 257 milliseconds