Home
last modified time | relevance | path

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

/external/elfutils/src/libebl/
Deblsectiontypename.c113 else if (section >= SHT_LOPROC && section <= SHT_HIPROC)
114 snprintf (buf, len, "SHT_LOPROC+%x", section - SHT_LOPROC);
/external/elfutils/src/libelf/
Delf.h351 #define SHT_LOPROC 0x70000000 /* Start of processor-specific */ macro
2357 #define SHT_ARM_EXIDX (SHT_LOPROC + 1) /* ARM unwind section. */
2358 #define SHT_ARM_PREEMPTMAP (SHT_LOPROC + 2) /* Preemption details. */
2359 #define SHT_ARM_ATTRIBUTES (SHT_LOPROC + 3) /* ARM attributes section. */
2674 #define SHT_IA_64_EXT (SHT_LOPROC + 0) /* extension bits */
2675 #define SHT_IA_64_UNWIND (SHT_LOPROC + 1) /* unwind bits */
/external/kernel-headers/original/uapi/linux/
Delf.h279 #define SHT_LOPROC 0x70000000 macro
/external/llvm/include/llvm/Support/
DELF.h608 SHT_LOPROC = 0x70000000, // Lowest processor arch-specific type. enumerator
/external/llvm/lib/Object/
DELFYAML.cpp332 ECase(SHT_LOPROC) in enumeration()
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1739 CASE_AND_STREAM(s, SHT_LOPROC , kStrWidth); in DumpELFSectionHeader_sh_type()
/external/valgrind/perf/
Dtinycc.c362 #define SHT_LOPROC 0x70000000 /* Start of processor-specific */ macro