Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/binutils/include/elf/
HDcommon.h498 #define STB_HIPROC 15 /* Application-specific semantics */ macro
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
HDELFHeader.cpp265 ENUM_TO_CSTR(STB_HIPROC); in bindingToCString()
/freebsd-11-stable/sys/sys/
HDelf_common.h811 #define STB_HIPROC 15 /* specific semantics. */ macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDELF.h1045 STB_HIPROC = 15 // Highest processor-specific binding type enumerator
/freebsd-11-stable/contrib/elftoolchain/elfdump/
HDelfdump.c557 else if (sbind >= STB_LOPROC && sbind <= STB_HIPROC) in st_bindings()
579 else if (sbind >= STB_LOPROC && sbind <= STB_HIPROC) in st_bindings_S()
/freebsd-11-stable/contrib/elftoolchain/common/
HDelfdefinitions.h1297 _ELF_DEFINE_STB(STB_HIPROC, 15, \
/freebsd-11-stable/contrib/elftoolchain/readelf/
HDreadelf.c1035 else if (sbind >= STB_LOPROC && sbind <= STB_HIPROC) in st_bind()
/freebsd-11-stable/contrib/binutils/binutils/
HDreadelf.c6852 if (binding >= STB_LOPROC && binding <= STB_HIPROC) in get_symbol_binding()