Home
last modified time | relevance | path

Searched refs:SHT_LOPROC (Results 1 – 11 of 11) sorted by relevance

/external/elfutils/libebl/
Deblsectiontypename.c109 else if (section >= SHT_LOPROC && section <= SHT_HIPROC) in ebl_section_type_name()
110 snprintf (buf, len, "SHT_LOPROC+%x", section - SHT_LOPROC); in ebl_section_type_name()
/external/kmod/port-gnu/
Delf.h351 #define SHT_LOPROC 0x70000000 /* Start of processor-specific */ macro
2485 #define SHT_ARM_EXIDX (SHT_LOPROC + 1) /* ARM unwind section. */
2486 #define SHT_ARM_PREEMPTMAP (SHT_LOPROC + 2) /* Preemption details. */
2487 #define SHT_ARM_ATTRIBUTES (SHT_LOPROC + 3) /* ARM attributes section. */
2816 #define SHT_IA_64_EXT (SHT_LOPROC + 0) /* extension bits */
2817 #define SHT_IA_64_UNWIND (SHT_LOPROC + 1) /* unwind bits */
/external/elfutils/libelf/
Delf.h463 #define SHT_LOPROC 0x70000000 /* Start of processor-specific */ macro
2705 #define SHT_ARM_EXIDX (SHT_LOPROC + 1) /* ARM unwind section. */
2706 #define SHT_ARM_PREEMPTMAP (SHT_LOPROC + 2) /* Preemption details. */
2707 #define SHT_ARM_ATTRIBUTES (SHT_LOPROC + 3) /* ARM attributes section. */
3036 #define SHT_IA_64_EXT (SHT_LOPROC + 0) /* extension bits */
3037 #define SHT_IA_64_UNWIND (SHT_LOPROC + 1) /* unwind bits */
/external/kernel-headers/original/uapi/linux/
Delf.h280 #define SHT_LOPROC 0x70000000 macro
/external/u-boot/include/
Delf.h291 #define SHT_LOPROC 0x70000000 /* reserved range for processor */ macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h721 SHT_LOPROC = 0x70000000, // Lowest processor architecture-specific type. enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h690 SHT_LOPROC = 0x70000000, // Lowest processor arch-specific type. enumerator
/external/llvm/include/llvm/Support/
DELF.h689 SHT_LOPROC = 0x70000000, // Lowest processor arch-specific type. enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DELF.h813 SHT_LOPROC = 0x70000000, // Lowest processor arch-specific type. enumerator
/external/llvm/lib/ObjectYAML/
DELFYAML.cpp381 ECase(SHT_LOPROC) in enumeration()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DELFYAML.cpp454 ECase(SHT_LOPROC); in enumeration()