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

/external/elfutils/0.153/libebl/
H A Deblsymbolbindingname.c89 else if (binding >= STB_LOOS && binding <= STB_HIOS)
90 snprintf (buf, len, "LOOS+%d", binding - STB_LOOS);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf.h181 STB_LOOS = 10, /* Environment specific use */ enumerator in enum:__anon16348
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp246 ENUM_TO_CSTR(STB_LOOS);
/external/llvm/include/llvm/Support/
H A DELF.h1459 STB_LOOS = 10, // Lowest operating system-specific binding type enumerator in enum:llvm::ELF::__anon25597
/external/elfutils/0.153/libelf/
H A Delf.h451 #define STB_LOOS 10 /* Start of OS-specific */ macro
/external/valgrind/main/perf/
H A Dtinycc.c449 #define STB_LOOS 10 /* Start of OS-specific */ macro

Completed in 1215 milliseconds