Searched refs:SHN_LOPROC (Results 1 - 7 of 7) sorted by relevance

/external/elfutils/src/libebl/
H A Deblsectionname.c84 else if (section >= SHN_LOPROC && section <= SHN_HIPROC)
85 snprintf (buf, len, "LOPROC+%x", section - SHN_LOPROC);
/external/kernel-headers/original/uapi/linux/
H A Delf.h293 #define SHN_LOPROC 0xff00 macro
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp282 ENUM_TO_CSTR(SHN_LOPROC);
/external/llvm/include/llvm/Support/
H A DELF.h572 SHN_LOPROC = 0xff00, // Lowest processor-specific index enumerator in enum:llvm::ELF::__anon10250
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp144 } else if (SectionIndex >= SHN_LOPROC && SectionIndex <= SHN_HIPROC) {
/external/elfutils/src/libelf/
H A Delf.h304 #define SHN_LOPROC 0xff00 /* Start of processor-specific */ macro
/external/valgrind/perf/
H A Dtinycc.c332 #define SHN_LOPROC 0xff00 /* Start of processor-specific */ macro

Completed in 169 milliseconds