Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/include/elf/
H A Dcommon.h469 #define STB_HIPROC 15 /* Application-specific semantics */ macro
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Dcommon.h495 #define STB_HIPROC 15 /* Application-specific semantics */ macro
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp271 ENUM_TO_CSTR(STB_HIPROC); in bindingToCString()
/openbsd/sys/sys/
H A Dexec_elf.h362 #define STB_HIPROC 15 /* specific symbol bindings */ macro
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h1243 STB_HIPROC = 15 // Highest processor-specific binding type enumerator
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c7159 if (binding >= STB_LOPROC && binding <= STB_HIPROC) in get_symbol_binding()
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c5516 if (binding >= STB_LOPROC && binding <= STB_HIPROC) in get_symbol_binding()