Searched refs:SHT_LOPROC (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1099 SHT_LOPROC = 0x70000000, // Lowest processor arch-specific type.
/freebsd-current/sys/sys/
H A Delf_common.h451 #define SHT_LOPROC 0x70000000 /* reserved range for processor */ macro
/freebsd-current/contrib/elftoolchain/readelf/
H A Dreadelf.c721 if (stype >= SHT_LOPROC && stype <= SHT_HIPROC) {
780 stype - SHT_LOPROC);
4508 (re->ehdr.e_machine != EM_ARM || s->type != SHT_LOPROC + 3))
4570 s->type == SHT_LOPROC + 3)
/freebsd-current/contrib/elftoolchain/common/
H A Delfdefinitions.h1185 _ELF_DEFINE_SHT(SHT_LOPROC, 0x70000000UL, \
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3345 CASE_AND_STREAM(s, SHT_LOPROC, kStrWidth);
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3968 // [SHT_LOOS, SHT_HIOS], [SHT_LOPROC, SHT_HIPROC], [SHT_LOUSER, SHT_HIUSER].
3974 else if (Type >= SHT_LOPROC && Type <= SHT_HIPROC)
3975 return "LOPROC+0x" + utohexstr(Type - SHT_LOPROC);

Completed in 231 milliseconds