Home
last modified time | relevance | path

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

/external/elfutils/libebl/
Deblsymbolbindingname.c65 else if (binding >= STB_LOOS && binding <= STB_HIOS) in ebl_symbol_binding_name()
66 snprintf (buf, len, "LOOS+%d", binding - STB_LOOS); in ebl_symbol_binding_name()
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DELFHeader.cpp262 ENUM_TO_CSTR(STB_LOOS); in bindingToCString()
/external/llvm/include/llvm/Support/
DELF.h871 STB_LOOS = 10, // Lowest operating system-specific binding type enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h875 STB_LOOS = 10, // Lowest operating system-specific binding type enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1042 STB_LOOS = 10, // Lowest operating system-specific binding type enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h1069 STB_LOOS = 10, // Lowest operating system-specific binding type enumerator
/external/google-breakpad/src/third_party/musl/include/
Delf.h379 #define STB_LOOS 10 macro
/external/kmod/port-gnu/
Delf.h475 #define STB_LOOS 10 /* Start of OS-specific */ macro
/external/elfutils/libelf/
Delf.h585 #define STB_LOOS 10 /* Start of OS-specific */ macro