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

/external/elfutils/0.153/libebl/
H A Deblsymboltypename.c95 else if (symbol >= STT_LOOS && symbol <= STT_HIOS)
96 snprintf (buf, len, "LOOS+%d", symbol - STT_LOOS);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf.h198 STT_LOOS = 10, /* Environment specific use */ enumerator in enum:__anon16349
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp266 ENUM_TO_CSTR(STT_LOOS);
/external/qemu/include/
H A Delf.h965 #define STT_HP_OPAQUE (STT_LOOS + 0x1)
966 #define STT_HP_STUB (STT_LOOS + 0x2)
/external/elfutils/0.153/libelf/
H A Delf.h467 #define STT_LOOS 10 /* Start of OS-specific */ macro
1779 #define STT_HP_OPAQUE (STT_LOOS + 0x1)
1780 #define STT_HP_STUB (STT_LOOS + 0x2)
/external/llvm/include/llvm/Support/
H A DELF.h1474 STT_LOOS = 7, // Lowest operating system-specific symbol type enumerator in enum:llvm::ELF::__anon25598
/external/valgrind/main/perf/
H A Dtinycc.c462 #define STT_LOOS 11 /* Start of OS-specific */ macro

Completed in 416 milliseconds