Home
last modified time | relevance | path

Searched refs:SHT_LOUSER (Results 1 – 12 of 12) sorted by relevance

/external/elfutils/libebl/
Deblsectiontypename.c111 else if ((unsigned int) section >= SHT_LOUSER in ebl_section_type_name()
113 snprintf (buf, len, "SHT_LOUSER+%x", section - SHT_LOUSER); in ebl_section_type_name()
/external/kernel-headers/original/uapi/linux/
Delf.h283 #define SHT_LOUSER 0x80000000 macro
/external/crosvm/kernel_loader/src/
Delf.rs150 pub const SHT_LOUSER: u32 = 2147483648; constant
/external/llvm/include/llvm/Support/
DELF.h708 SHT_LOUSER = 0x80000000, // Lowest type reserved for applications. enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h709 SHT_LOUSER = 0x80000000, // Lowest type reserved for applications. enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h881 SHT_LOUSER = 0x80000000, // Lowest type reserved for applications. enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h908 SHT_LOUSER = 0x80000000, // Lowest type reserved for applications. enumerator
/external/google-breakpad/src/third_party/musl/include/
Delf.h305 #define SHT_LOUSER 0x80000000 macro
/external/kmod/port-gnu/
Delf.h353 #define SHT_LOUSER 0x80000000 /* Start of application-specific */ macro
/external/elfutils/libelf/
Delf.h462 #define SHT_LOUSER 0x80000000 /* Start of application-specific */ macro
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp3155 CASE_AND_STREAM(s, SHT_LOUSER, kStrWidth); in DumpELFSectionHeader_sh_type()
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp3844 else if (Type >= SHT_LOUSER && Type <= SHT_HIUSER) in getSectionTypeOffsetString()
3845 return "LOUSER+0x" + to_hexString(Type - SHT_LOUSER); in getSectionTypeOffsetString()