Home
last modified time | relevance | path

Searched refs:STT_LOPROC (Results 1 – 9 of 9) sorted by relevance

/external/elfutils/libebl/
Deblsymboltypename.c64 if (symbol >= STT_LOPROC && symbol <= STT_HIPROC) in ebl_symbol_type_name()
65 snprintf (buf, len, "LOPROC+%d", symbol - STT_LOPROC); in ebl_symbol_type_name()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCELFSymbolFlags.h44 ELF_STT_Loproc = (ELF::STT_LOPROC << ELF_STT_Shift),
/external/u-boot/include/
Delf.h392 #define STT_LOPROC 13 /* reserved range for processor */ macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h874 STT_LOPROC = 13, // Lowest processor-specific symbol type enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h893 STT_LOPROC = 13, // Lowest processor-specific symbol type enumerator
/external/llvm/include/llvm/Support/
DELF.h889 STT_LOPROC = 13, // Lowest processor-specific symbol type enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DELF.h1012 STT_LOPROC = 13, // Lowest processor-specific symbol type enumerator
/external/kmod/port-gnu/
Delf.h494 #define STT_LOPROC 13 /* Start of processor-specific */ macro
2467 #define STT_ARM_TFUNC STT_LOPROC /* A Thumb function. */
/external/elfutils/libelf/
Delf.h606 #define STT_LOPROC 13 /* Start of processor-specific */ macro
2687 #define STT_ARM_TFUNC STT_LOPROC /* A Thumb function. */