Searched refs:SHT_LOPROC (Results 1 - 10 of 10) sorted by relevance

/external/elfutils/libebl/
H A Deblsectiontypename.c109 else if (section >= SHT_LOPROC && section <= SHT_HIPROC)
110 snprintf (buf, len, "SHT_LOPROC+%x", section - SHT_LOPROC);
/external/syslinux/com32/include/sys/
H A Delfcommon.h206 #define SHT_LOPROC 0x70000000 macro
/external/elfutils/libelf/
H A 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/kmod/port-gnu/
H A 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/kernel-headers/original/uapi/linux/
H A Delf.h279 #define SHT_LOPROC 0x70000000 macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DELF.h721 SHT_LOPROC = 0x70000000, // Lowest processor architecture-specific type. enumerator in enum:llvm::ELF::__anon19692
/external/llvm/include/llvm/Support/
H A DELF.h689 SHT_LOPROC = 0x70000000, // Lowest processor arch-specific type.
/external/llvm/lib/ObjectYAML/
H A DELFYAML.cpp381 ECase(SHT_LOPROC)
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h690 SHT_LOPROC = 0x70000000, // Lowest processor arch-specific type.
/external/valgrind/perf/
H A Dtinycc.c362 #define SHT_LOPROC 0x70000000 /* Start of processor-specific */ macro

Completed in 171 milliseconds