Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libelf/
H A Dlibelf_data.c99 if (sht >= SHT_LOOS) in _libelf_xlate_shtype()
/freebsd/sys/sys/
H A Delf_common.h449 #define SHT_LOOS 0x60000000 /* First of OS specific semantics */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1090 SHT_LOOS = 0x60000000, // Lowest operating system-specific type. enumerator
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp770 if (SHT_LOOS <= t && t <= SHT_HIOS && !(flags & SHF_OS_NONCONFORMING)) in isKnownSpecificSectionType()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1149 _ELF_DEFINE_SHT(SHT_LOOS, 0x60000000UL, \
/freebsd/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/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4051 if (Type >= SHT_LOOS && Type <= SHT_HIOS) in getSectionTypeOffsetString()
4052 return "LOOS+0x" + utohexstr(Type - SHT_LOOS); in getSectionTypeOffsetString()