Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp288 ENUM_TO_CSTR(STT_HIPROC); in typeToCString()
/freebsd/sys/sys/
H A Delf_common.h875 #define STT_HIPROC 15 /* End of processor reserved range. */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1318 STT_HIPROC = 15, // Highest processor-specific symbol type enumerator
/freebsd/contrib/elftoolchain/nm/
H A Dnm.c1755 case STT_HIPROC: in sym_elem_print_all_sysv()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1327 _ELF_DEFINE_STT(STT_HIPROC, 15, \
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c1076 } else if (stype >= STT_LOPROC && stype <= STT_HIPROC) { in st_type()