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

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

Completed in 420 milliseconds