Home
last modified time | relevance | path

Searched refs:STB_LOPROC (Results 1 – 10 of 10) sorted by relevance

/external/elfutils/libebl/
Deblsymbolbindingname.c58 if (binding >= STB_LOPROC && binding <= STB_HIPROC) in ebl_symbol_binding_name()
59 snprintf (buf, len, "LOPROC+%d", binding - STB_LOPROC); in ebl_symbol_binding_name()
/external/llvm-project/llvm/test/tools/llvm-objdump/ELF/
Dsymbol-table.test31 # CHECK-NEXT:0000000000000000 g .data 0000000000000000 STB_LOPROC
124 - Name: STB_LOPROC
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DELFHeader.cpp264 ENUM_TO_CSTR(STB_LOPROC); in bindingToCString()
/external/llvm/include/llvm/Support/
DELF.h873 STB_LOPROC = 13, // Lowest processor-specific binding type enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h877 STB_LOPROC = 13, // Lowest processor-specific binding type enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1044 STB_LOPROC = 13, // Lowest processor-specific binding type enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h1071 STB_LOPROC = 13, // Lowest processor-specific binding type enumerator
/external/google-breakpad/src/third_party/musl/include/
Delf.h382 #define STB_LOPROC 13 macro
/external/kmod/port-gnu/
Delf.h478 #define STB_LOPROC 13 /* Start of processor-specific */ macro
/external/elfutils/libelf/
Delf.h588 #define STB_LOPROC 13 /* Start of processor-specific */ macro