Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/MC/
DMCELFSymbolFlags.h35 ELF_STB_Hiproc = (ELF::STB_HIPROC << ELF_STB_Shift),
/freebsd-10-stable/contrib/binutils/include/elf/
Dcommon.h498 #define STB_HIPROC 15 /* Application-specific semantics */ macro
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
DELFHeader.cpp249 ENUM_TO_CSTR(STB_HIPROC); in bindingToCString()
/freebsd-10-stable/sys/xen/interface/
Delfstructs.h313 #define STB_HIPROC 15 /* specific symbol bindings */ macro
/freebsd-10-stable/sys/sys/
Delf_common.h758 #define STB_HIPROC 15 /* specific semantics. */ macro
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
DELF.h1421 STB_HIPROC = 15 // Highest processor-specific binding type enumerator
/freebsd-10-stable/contrib/binutils/binutils/
Dreadelf.c6852 if (binding >= STB_LOPROC && binding <= STB_HIPROC) in get_symbol_binding()