Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp286 ENUM_TO_CSTR(STT_HIOS); in typeToCString()
/freebsd/sys/sys/
H A Delf_common.h894 #define STT_HIOS 12 /* specific semantics. */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1339 STT_HIOS = 12, // Highest operating system-specific symbol type enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1321 _ELF_DEFINE_STT(STT_HIOS, 12, "end of OS-specific types") \
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4273 SymbolType >= ELF::STT_LOOS && SymbolType < ELF::STT_HIOS) in printSymbol()
4338 SymbolType >= ELF::STT_LOOS && SymbolType < ELF::STT_HIOS) in printHashedSymbol()
7395 SymbolType >= ELF::STT_LOOS && SymbolType < ELF::STT_HIOS) in printSymbol()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c1070 if (stype >= STT_LOOS && stype <= STT_HIOS) { in st_type()