Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/elftoolchain/libelf/
H A Dlibelf_data.c58 case SHT_NOTE: in _libelf_xlate_shtype()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64TargetStreamer.cpp67 MCSectionELF *Nt = Context.getELFSection(".note.gnu.property", ELF::SHT_NOTE, in emitNoteSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionELF.cpp141 else if (Type == ELF::SHT_NOTE) in PrintSwitchToSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp605 Type = ELF::SHT_NOTE; in ParseSectionArguments()
628 Type = ELF::SHT_NOTE; in ParseSectionArguments()
843 MCSection *Note = getContext().getELFSection(".note", ELF::SHT_NOTE, 0); in ParseDirectiveVersion()
/freebsd-13.1/contrib/file/src/
H A Dreadelf.h142 #define SHT_NOTE 7 macro
H A Dreadelf.c1432 case SHT_NOTE: in doshn()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DMarkLive.cpp176 case SHT_NOTE: in isReserved()
H A DOutputSections.cpp88 type == SHT_NOTE || in canMergeToProgbits()
H A DWriter.cpp191 if (s->type == SHT_NOTE) in copySectionsIntoPartitions()
968 if (sec->type == SHT_NOTE) in getSectionRank()
2496 if (sec->type == SHT_NOTE && (sec->flags & SHF_ALLOC)) { in createPhdrs()
H A DSyntheticSections.cpp303 : SyntheticSection(llvm::ELF::SHF_ALLOC, llvm::ELF::SHT_NOTE, in GnuPropertySection()
325 : SyntheticSection(SHF_ALLOC, SHT_NOTE, 4, ".note.gnu.build-id"), in BuildIdSection()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp663 if (Sec.Flags & SHF_ALLOC && Sec.Type != SHT_NOTE) in handleArgs()
681 NewSection.Type = SHT_NOTE; in handleArgs()
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp264 STRINGIFY_ENUM_CASE(ELF, SHT_NOTE); in getELFSectionTypeName()
/freebsd-13.1/usr.bin/elfdump/
H A Delfdump.c343 case SHT_NOTE: return "SHT_NOTE"; in sh_types()
682 case SHT_NOTE: in main()
/freebsd-13.1/sys/sys/
H A Delf_common.h420 #define SHT_NOTE 7 /* note section */ macro
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp642 ".note.gnu.property", ELF::SHT_NOTE, ELF::SHF_ALLOC); in emitStartOfAsmFile()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h916 SHT_NOTE = 7, // Information about the file. enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp515 Context.getELFSection(ElfNote::SectionName, ELF::SHT_NOTE, NoteFlags)); in EmitNote()
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp607 ECase(SHT_NOTE); in enumeration()
1528 case ELF::SHT_NOTE: in mapping()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h330 assert(Shdr.sh_type == ELF::SHT_NOTE && "Shdr is not of type SHT_NOTE"); in notes_begin()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1510 bool is_note_header = (sheader.sh_type == SHT_NOTE); in GetSectionHeaderInfo()
3175 CASE_AND_STREAM(s, SHT_NOTE, kStrWidth); in DumpELFSectionHeader_sh_type()
/freebsd-13.1/contrib/elftoolchain/common/
H A Delfdefinitions.h1134 _ELF_DEFINE_SHT(SHT_NOTE, 7, "additional notes") \
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp486 return ELF::SHT_NOTE; in getELFSectionType()
/freebsd-13.1/contrib/elftoolchain/readelf/
H A Dreadelf.c792 case SHT_NOTE: return "NOTE"; in section_type()
3747 if (s->type == SHT_NOTE) { in dump_notes()

12