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

/external/elfutils/libebl/
H A Deblsectionname.c78 else if (section >= SHN_LOPROC && section <= SHN_HIPROC)
/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/llvm/include/llvm/Object/
H A DELFTypes.h196 return st_shndx >= ELF::SHN_LOPROC && st_shndx <= ELF::SHN_HIPROC;
/external/llvm/include/llvm/Support/
H A DELF.h632 SHN_HIPROC = 0xff1f, // Highest processor-specific index enumerator in enum:llvm::ELF::__anon12036
/external/elfutils/libelf/
H A Delf.h310 #define SHN_HIPROC 0xff1f /* End of processor-specific */ macro
/external/valgrind/perf/
H A Dtinycc.c333 #define SHN_HIPROC 0xff1f /* End of processor-specific */ macro

Completed in 425 milliseconds