Home
last modified time | relevance | path

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

/external/elfutils/src/libebl/
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/
Delf.h293 #define SHN_LOPROC 0xff00 macro
/external/lldb/source/Plugins/ObjectFile/ELF/
DELFHeader.cpp282 ENUM_TO_CSTR(SHN_LOPROC); in sectionIndexToCString()
/external/llvm/include/llvm/Support/
DELF.h572 SHN_LOPROC = 0xff00, // Lowest processor-specific index enumerator
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp144 } else if (SectionIndex >= SHN_LOPROC && SectionIndex <= SHN_HIPROC) { in getSectionNameIndex()
/external/elfutils/src/libelf/
Delf.h304 #define SHN_LOPROC 0xff00 /* Start of processor-specific */ macro
/external/valgrind/perf/
Dtinycc.c332 #define SHN_LOPROC 0xff00 /* Start of processor-specific */ macro