Home
last modified time | relevance | path

Searched refs:SHT_NOTE (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-14.2/contrib/elftoolchain/libelf/
H A Dlibelf_data.c58 case SHT_NOTE: in _libelf_xlate_shtype()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64TargetStreamer.cpp68 MCSectionELF *Nt = Context.getELFSection(".note.gnu.property", ELF::SHT_NOTE, in emitNoteSection()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionELF.cpp149 else if (Type == ELF::SHT_NOTE) in printSwitchToSection()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp638 Type = ELF::SHT_NOTE; in ParseSectionArguments()
661 Type = ELF::SHT_NOTE; in ParseSectionArguments()
878 MCSection *Note = getContext().getELFSection(".note", ELF::SHT_NOTE, 0); in ParseDirectiveVersion()
/freebsd-14.2/contrib/file/src/
H A Dreadelf.h142 #define SHT_NOTE 7 macro
H A Dreadelf.c1440 case SHT_NOTE: in doshn()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DMarkLive.cpp169 case SHT_NOTE: in isReserved()
H A DSyntheticSections.h1245 : SyntheticSection(llvm::ELF::SHF_ALLOC, llvm::ELF::SHT_NOTE, in MemtagAndroidNote()
1254 : SyntheticSection(llvm::ELF::SHF_ALLOC, llvm::ELF::SHT_NOTE, in PackageMetadataNote()
H A DWriter.cpp127 if (!(s->flags & SHF_ALLOC) || !s->isLive() || s->type != SHT_NOTE) in copySectionsIntoPartitions()
954 if (osec.type == SHT_NOTE) in getSectionRank()
2542 if (sec->type == SHT_NOTE && (sec->flags & SHF_ALLOC)) { in createPhdrs()
H A DOutputSections.cpp92 type == SHT_NOTE || in canMergeToProgbits()
H A DScriptParser.cpp827 ECase(SHT_PROGBITS), ECase(SHT_NOTE), ECase(SHT_NOBITS),
H A DSyntheticSections.cpp313 : SyntheticSection(llvm::ELF::SHF_ALLOC, llvm::ELF::SHT_NOTE, in GnuPropertySection()
335 : SyntheticSection(SHF_ALLOC, SHT_NOTE, 4, ".note.gnu.build-id"), in BuildIdSection()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp658 if (Sec.Flags & SHF_ALLOC && Sec.Type != SHT_NOTE) in handleArgs()
666 NewSection.Type = SHT_NOTE; in handleArgs()
/freebsd-14.2/contrib/elftoolchain/elfcopy/
H A Dsections.c480 ish.sh_type != SHT_NOTE) in create_scn()
913 case SHT_NOTE: in section_type_alignment()
1384 stype = SHT_NOTE; in insert_sections()
/freebsd-14.2/usr.bin/elfdump/
H A Delfdump.c341 case SHT_NOTE: return "SHT_NOTE"; in sh_types()
680 case SHT_NOTE: in main()
/freebsd-14.2/contrib/llvm-project/lld/docs/ELF/
H A Dlinker_script.rst119 an integer or one of ``SHT_PROGBITS, SHT_NOTE, SHT_NOBITS, SHT_INIT_ARRAY,
/freebsd-14.2/sys/sys/
H A Delf_common.h419 #define SHT_NOTE 7 /* note section */ macro
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1056 SHT_NOTE = 7, // Information about the file. enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp292 STRINGIFY_ENUM_CASE(ELF, SHT_NOTE); in getELFSectionTypeName()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp522 Context.getELFSection(ElfNote::SectionName, ELF::SHT_NOTE, NoteFlags)); in EmitNote()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp863 ".note.gnu.property", ELF::SHT_NOTE, ELF::SHF_ALLOC); in emitStartOfAsmFile()
/freebsd-14.2/contrib/elftoolchain/elfdump/
H A Delfdump.c403 case SHT_NOTE: return "SHT_NOTE"; in sh_types()
2063 if (s->type == SHT_NOTE && s->name && in elf_print_note()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp664 ECase(SHT_NOTE); in enumeration()
1632 case ELF::SHT_NOTE: in mapping()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h382 assert(Shdr.sh_type == ELF::SHT_NOTE && "Shdr is not of type SHT_NOTE"); in notes_begin()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1579 bool is_note_header = (sheader.sh_type == SHT_NOTE); in GetSectionHeaderInfo()
3340 CASE_AND_STREAM(s, SHT_NOTE, kStrWidth); in DumpELFSectionHeader_sh_type()

12