Home
last modified time | relevance | path

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

/external/elfutils/src/libebl/
Deblsectionname.c84 else if (section >= SHN_LOPROC && section <= SHN_HIPROC)
/external/kernel-headers/original/uapi/linux/
Delf.h294 #define SHN_HIPROC 0xff1f macro
/external/lldb/source/Plugins/ObjectFile/ELF/
DELFHeader.cpp283 ENUM_TO_CSTR(SHN_HIPROC); in sectionIndexToCString()
/external/llvm/include/llvm/Support/
DELF.h573 SHN_HIPROC = 0xff1f, // Highest 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.h309 #define SHN_HIPROC 0xff1f /* End of processor-specific */ macro
/external/valgrind/perf/
Dtinycc.c333 #define SHN_HIPROC 0xff1f /* End of processor-specific */ macro