Searched refs:STT_HIPROC (Results 1 - 8 of 8) sorted by relevance

/external/elfutils/0.153/libebl/
H A Deblsymboltypename.c89 if (symbol >= STT_LOPROC && symbol <= STT_HIPROC)
/external/llvm/include/llvm/MC/
H A DMCELFSymbolFlags.h46 ELF_STT_Hiproc = (ELF::STT_HIPROC << ELF_STT_Shift),
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf.h201 STT_HIPROC = 15 enumerator in enum:__anon16349
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp270 ENUM_TO_CSTR(STT_HIPROC);
/external/elfutils/0.153/libelf/
H A Delf.h471 #define STT_HIPROC 15 /* End of processor-specific */ macro
2288 #define STT_ARM_16BIT STT_HIPROC /* A Thumb label. */
/external/llvm/include/llvm/Support/
H A DELF.h1478 STT_HIPROC = 15 // Highest processor-specific symbol type enumerator in enum:llvm::ELF::__anon25598
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c182 case STT_HIPROC: VG_(printf)("hip "); break;
/external/valgrind/main/perf/
H A Dtinycc.c465 #define STT_HIPROC 15 /* End of processor-specific */ macro

Completed in 762 milliseconds