Searched refs:SHT_NOTE (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Dlibelf_data.c58 case SHT_NOTE:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionELF.cpp139 else if (Type == ELF::SHT_NOTE)
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DMarkLive.cpp170 case SHT_NOTE:
171 // SHT_NOTE sections in a group are subject to garbage collection.
H A DOutputSections.cpp86 type == SHT_NOTE ||
H A DWriter.cpp187 if (s->type == SHT_NOTE)
955 if (sec->type == SHT_NOTE)
2413 // Create one PT_NOTE per a group of contiguous SHT_NOTE sections with the
2419 if (sec->type == SHT_NOTE && (sec->flags & SHF_ALLOC)) {
H A DSyntheticSections.cpp304 : SyntheticSection(llvm::ELF::SHF_ALLOC, llvm::ELF::SHT_NOTE,
326 : SyntheticSection(SHF_ALLOC, SHT_NOTE, 4, ".note.gnu.build-id"),
/freebsd-13-stable/contrib/file/src/
H A Dreadelf.h142 #define SHT_NOTE 7 macro
H A Dreadelf.c1412 case SHT_NOTE:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp587 Type = ELF::SHT_NOTE;
610 Type = ELF::SHT_NOTE;
812 MCSection *Note = getContext().getELFSection(".note", ELF::SHT_NOTE, 0);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp248 STRINGIFY_ENUM_CASE(ELF, SHT_NOTE);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp716 if (Sec.Flags & SHF_ALLOC && Sec.Type != SHT_NOTE)
734 NewSection.Type = SHT_NOTE;
/freebsd-13-stable/contrib/elftoolchain/elfcopy/
H A Dsections.c474 * will be discarded. However, SHT_NOTE sections should
480 ish.sh_type != SHT_NOTE)
913 case SHT_NOTE:
1384 stype = SHT_NOTE;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp642 ".note.gnu.property", ELF::SHT_NOTE, ELF::SHF_ALLOC);
/freebsd-13-stable/usr.bin/elfdump/
H A Delfdump.c343 case SHT_NOTE: return "SHT_NOTE";
677 case SHT_NOTE:
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h833 SHT_NOTE = 7, // Information about the file.
1352 // SHT_NOTE section types
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h244 /// The section must be of type \c SHT_NOTE.
250 assert(Shdr.sh_type == ELF::SHT_NOTE && "Shdr is not of type SHT_NOTE");
253 Err = createError("SHT_NOTE section " + getSecIndexForError(this, &Shdr) +
281 /// The section must be of type \c SHT_NOTE.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp451 Context.getELFSection(ElfNote::SectionName, ELF::SHT_NOTE, NoteFlags));
/freebsd-13-stable/sys/sys/
H A Delf_common.h420 #define SHT_NOTE 7 /* note section */ macro
/freebsd-13-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c403 case SHT_NOTE: return "SHT_NOTE";
2063 if (s->type == SHT_NOTE && s->name &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp458 ECase(SHT_NOTE);
1326 case ELF::SHT_NOTE:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp228 ".note.gnu.property", ELF::SHT_NOTE, ELF::SHF_ALLOC);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1497 bool is_note_header = (sheader.sh_type == SHT_NOTE);
3148 CASE_AND_STREAM(s, SHT_NOTE, kStrWidth);
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h1134 _ELF_DEFINE_SHT(SHT_NOTE, 7, "additional notes") \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp471 // Use SHT_NOTE for section whose name starts with ".note" to allow
475 return ELF::SHT_NOTE;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3828 case SHT_NOTE:
5518 if (S.sh_type != SHT_NOTE)
6843 if (S.sh_type != SHT_NOTE)

Completed in 259 milliseconds

12