Searched refs:STT_LOPROC (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp287 ENUM_TO_CSTR(STT_LOPROC);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1317 STT_LOPROC = 13, // Lowest processor-specific symbol type enumerator in enum:llvm::ELF::__anon1549
/freebsd-current/sys/sys/
H A Delf_common.h873 #define STT_LOPROC 13 /* Start of processor reserved range. */ macro
/freebsd-current/contrib/elftoolchain/nm/
H A Dnm.c1751 case STT_LOPROC:
/freebsd-current/contrib/elftoolchain/common/
H A Delfdefinitions.h1322 _ELF_DEFINE_STT(STT_LOPROC, 13, \
/freebsd-current/contrib/elftoolchain/readelf/
H A Dreadelf.c1076 } else if (stype >= STT_LOPROC && stype <= STT_HIPROC) {
1080 stype - STT_LOPROC);

Completed in 93 milliseconds