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

/external/elfutils/libebl/
H A Deblsectiontypename.c89 else if (section >= SHT_LOPROC && section <= SHT_HIPROC)
90 snprintf (buf, len, "SHT_LOPROC+%x", section - SHT_LOPROC);
/external/kernel-headers/original/linux/
H A Delf.h249 #define SHT_LOPROC 0x70000000 macro
/external/qemu/
H A Delf.h864 #define SHT_IA_64_EXT (SHT_LOPROC + 0) /* extension bits */
865 #define SHT_IA_64_UNWIND (SHT_LOPROC + 1) /* unwind bits */
1077 #define SHT_LOPROC 0x70000000 macro
/external/elfutils/libelf/
H A Delf.h342 #define SHT_LOPROC 0x70000000 /* Start of processor-specific */ macro
2184 #define SHT_IA_64_EXT (SHT_LOPROC + 0) /* extension bits */
2185 #define SHT_IA_64_UNWIND (SHT_LOPROC + 1) /* unwind bits */
/external/llvm/include/llvm/Support/
H A DELF.h721 SHT_LOPROC = 0x70000000, // Lowest processor architecture-specific type. enumerator in enum:llvm::ELF::__anon6498
/external/valgrind/main/perf/
H A Dtinycc.c362 #define SHT_LOPROC 0x70000000 /* Start of processor-specific */ macro

Completed in 77 milliseconds