Home
last modified time | relevance | path

Searched refs:STT_HIOS (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/binutils/include/elf/
HDcommon.h510 #define STT_HIOS 12 /* OS-specific semantics */ macro
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
HDELFHeader.cpp282 ENUM_TO_CSTR(STT_HIOS); in typeToCString()
/NextBSD/sys/sys/
HDelf_common.h772 #define STT_HIOS 12 /* specific semantics. */ macro
/NextBSD/contrib/llvm/include/llvm/Support/
HDELF.h829 STT_HIOS = 12, // Highest operating system-specific symbol type enumerator
/NextBSD/contrib/binutils/binutils/
HDnm.c322 else if (type >= STT_LOOS && type <= STT_HIOS) in get_symbol_type()
HDreadelf.c6893 else if (type >= STT_LOOS && type <= STT_HIOS) in get_symbol_type()
/NextBSD/contrib/elftoolchain/common/
HDelfdefinitions.h1257 _ELF_DEFINE_STT(STT_HIOS, 12, "end of OS-specific types") \
/NextBSD/contrib/elftoolchain/readelf/
HDreadelf.c987 if (stype >= STT_LOOS && stype <= STT_HIOS) in st_type()