Home
last modified time | relevance | path

Searched refs:SHT_LOPROC (Results 1 – 10 of 10) 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.h352 #define SHT_LOPROC 0x70000000 /* Start of processor-specific */ macro
2486 #define SHT_ARM_EXIDX (SHT_LOPROC + 1) /* ARM unwind section. */
2487 #define SHT_ARM_PREEMPTMAP (SHT_LOPROC + 2) /* Preemption details. */
2488 #define SHT_ARM_ATTRIBUTES (SHT_LOPROC + 3) /* ARM attributes section. */
2817 #define SHT_IA_64_EXT (SHT_LOPROC + 0) /* extension bits */
2818 #define SHT_IA_64_UNWIND (SHT_LOPROC + 1) /* unwind bits */
/external/syslinux/com32/include/sys/
Delfcommon.h206 #define SHT_LOPROC 0x70000000 macro
/external/kernel-headers/original/uapi/linux/
Delf.h279 #define SHT_LOPROC 0x70000000 macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h721 SHT_LOPROC = 0x70000000, // Lowest processor architecture-specific type. enumerator
/external/llvm/include/llvm/Support/
DELF.h689 SHT_LOPROC = 0x70000000, // Lowest processor arch-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/lib/ObjectYAML/
DELFYAML.cpp381 ECase(SHT_LOPROC) in enumeration()
/external/valgrind/perf/
Dtinycc.c362 #define SHT_LOPROC 0x70000000 /* Start of processor-specific */ macro