Home
last modified time | relevance | path

Searched refs:SHT_LOOS (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/elftoolchain/libelf/
H A Dlibelf_data.c99 if (sht >= SHT_LOOS) in _libelf_xlate_shtype()
/freebsd-14.2/sys/sys/
H A Delf_common.h429 #define SHT_LOOS 0x60000000 /* First of OS specific semantics */ macro
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1069 SHT_LOOS = 0x60000000, // Lowest operating system-specific type. enumerator
/freebsd-14.2/contrib/elftoolchain/common/
H A Delfdefinitions.h1149 _ELF_DEFINE_SHT(SHT_LOOS, 0x60000000UL, \
/freebsd-14.2/contrib/elftoolchain/readelf/
H A Dreadelf.c815 if (stype >= SHT_LOOS && stype <= SHT_HIOS) in section_type()
817 stype - SHT_LOOS); in section_type()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3972 if (Type >= SHT_LOOS && Type <= SHT_HIOS) in getSectionTypeOffsetString()
3973 return "LOOS+0x" + utohexstr(Type - SHT_LOOS); in getSectionTypeOffsetString()