Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/include/elf/
H A Dhppa.h622 #define STT_HP_OPAQUE (STT_LOOS + 0x1)
623 #define STT_HP_STUB (STT_LOOS + 0x2)
H A Dcommon.h509 #define STT_LOOS 10 /* OS-specific semantics */ macro
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DELF.h1050 STT_LOOS = 10, // Lowest operating system-specific symbol type enumerator
/freebsd-12.1/sys/sys/
H A Delf_common.h830 #define STT_LOOS 10 /* Reserved range for operating system */ macro
/freebsd-12.1/contrib/binutils/binutils/
H A Dnm.c322 else if (type >= STT_LOOS && type <= STT_HIOS) in get_symbol_type()
H A Dreadelf.c6893 else if (type >= STT_LOOS && type <= STT_HIOS) in get_symbol_type()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3100 SymbolType >= ELF::STT_LOOS && SymbolType < ELF::STT_HIOS) in printSymbol()
3144 SymbolType >= ELF::STT_LOOS && SymbolType < ELF::STT_HIOS) in printHashedSymbol()
4376 SymbolType >= ELF::STT_LOOS && SymbolType < ELF::STT_HIOS) in printSymbol()
/freebsd-12.1/contrib/elftoolchain/common/
H A Delfdefinitions.h1287 _ELF_DEFINE_STT(STT_LOOS, 10, "start of OS-specific types") \
/freebsd-12.1/contrib/elftoolchain/readelf/
H A Dreadelf.c1038 if (stype >= STT_LOOS && stype <= STT_HIOS) { in st_type()
1043 stype - STT_LOOS); in st_type()