Searched refs:SHN_HIPROC (Results 1 - 10 of 10) sorted by relevance

/external/elfutils/0.153/libebl/
H A Deblsectionname.c105 else if (section >= SHN_LOPROC && section <= SHN_HIPROC)
/external/chromium_org/third_party/libvpx/include/
H A Delf.h322 #define SHN_HIPROC 0xff1f macro
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf.h167 SHN_HIPROC = 0xff1f, enumerator in enum:__anon16347
/external/kernel-headers/original/uapi/linux/
H A Delf.h294 #define SHN_HIPROC 0xff1f macro
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp283 ENUM_TO_CSTR(SHN_HIPROC);
/external/qemu/include/
H A Delf.h1345 #define SHN_HIPROC 0xff1f macro
/external/llvm/include/llvm/Support/
H A DELF.h1251 SHN_HIPROC = 0xff1f, // Highest processor-specific index enumerator in enum:llvm::ELF::__anon25595
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp144 } else if (SectionIndex >= SHN_LOPROC && SectionIndex <= SHN_HIPROC) {
/external/elfutils/0.153/libelf/
H A Delf.h310 #define SHN_HIPROC 0xff1f /* End of processor-specific */ macro
/external/valgrind/main/perf/
H A Dtinycc.c333 #define SHN_HIPROC 0xff1f /* End of processor-specific */ macro

Completed in 1321 milliseconds