Home
last modified time | relevance | path

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

/external/elfutils/libebl/
Deblsectiontypename.c106 if (section >= SHT_LOOS && section <= SHT_HIOS) in ebl_section_type_name()
107 snprintf (buf, len, "SHT_LOOS+%x", section - SHT_LOOS); in ebl_section_type_name()
/external/llvm/include/llvm/Support/
DELF.h682 SHT_LOOS = 0x60000000, // Lowest operating system-specific type. enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h683 SHT_LOOS = 0x60000000, // Lowest operating system-specific type. enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h836 SHT_LOOS = 0x60000000, // Lowest operating system-specific type. enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h859 SHT_LOOS = 0x60000000, // Lowest operating system-specific type. enumerator
/external/llvm/lib/ObjectYAML/
DELFYAML.cpp374 ECase(SHT_LOOS) in enumeration()
/external/google-breakpad/src/third_party/musl/include/
Delf.h289 #define SHT_LOOS 0x60000000 macro
/external/kmod/port-gnu/
Delf.h337 #define SHT_LOOS 0x60000000 /* Start OS-specific. */ macro
/external/elfutils/libelf/
Delf.h446 #define SHT_LOOS 0x60000000 /* Start OS-specific. */ macro
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp3840 if (Type >= SHT_LOOS && Type <= SHT_HIOS) in getSectionTypeOffsetString()
3841 return "LOOS+0x" + to_hexString(Type - SHT_LOOS); in getSectionTypeOffsetString()