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

/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp246 ENUM_TO_CSTR(STB_LOOS);
/freebsd-10.3-release/contrib/binutils/include/elf/
H A Dhppa.h620 #define STB_HP_ALIAS (STB_LOOS + 0x0)
H A Dcommon.h495 #define STB_LOOS 10 /* OS-specific semantics */ macro
/freebsd-10.3-release/sys/sys/
H A Delf_common.h751 #define STB_LOOS 10 /* Start of operating system reserved range. */ macro
/freebsd-10.3-release/contrib/llvm/include/llvm/Support/
H A DELF.h1418 STB_LOOS = 10, // Lowest operating system-specific binding type enumerator in enum:llvm::ELF::__anon2117
/freebsd-10.3-release/contrib/binutils/binutils/
H A Dreadelf.c6858 else if (binding >= STB_LOOS && binding <= STB_HIOS)
/freebsd-10.3-release/contrib/binutils/bfd/
H A Delflink.c2875 && ELF_ST_BIND (sym->st_info) < STB_LOOS)

Completed in 193 milliseconds