Home
last modified time | relevance | path

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

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