Home
last modified time | relevance | path

Searched refs:STT_LOOS (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/sys/sys/
H A Delf_common.h871 #define STT_LOOS 10 /* Reserved range for operating system */ macro
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1315 STT_LOOS = 10, // Lowest operating system-specific symbol type enumerator
/freebsd-14.2/contrib/elftoolchain/common/
H A Delfdefinitions.h1319 _ELF_DEFINE_STT(STT_LOOS, 10, "start of OS-specific types") \
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4194 SymbolType >= ELF::STT_LOOS && SymbolType < ELF::STT_HIOS) in printSymbol()
4259 SymbolType >= ELF::STT_LOOS && SymbolType < ELF::STT_HIOS) in printHashedSymbol()
7239 SymbolType >= ELF::STT_LOOS && SymbolType < ELF::STT_HIOS) in printSymbol()
/freebsd-14.2/contrib/elftoolchain/readelf/
H A Dreadelf.c1070 if (stype >= STT_LOOS && stype <= STT_HIOS) { in st_type()
1075 stype - STT_LOOS); in st_type()