Home
last modified time | relevance | path

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

12

/freebsd/contrib/elftoolchain/libelf/
H A Dlibelf_data.c58 case SHT_NOTE: in _libelf_xlate_shtype()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionELF.cpp151 else if (Type == ELF::SHT_NOTE) in printSwitchToSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp595 Type = ELF::SHT_NOTE; in parseSectionArguments()
618 Type = ELF::SHT_NOTE; in parseSectionArguments()
832 MCSection *Note = getContext().getELFSection(".note", ELF::SHT_NOTE, 0); in parseDirectiveVersion()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64TargetStreamer.cpp88 MCSectionELF *Nt = Context.getELFSection(".note.gnu.property", ELF::SHT_NOTE, in emitNoteSection()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVTargetStreamer.cpp80 Ctx.getELFSection(".note.gnu.property", ELF::SHT_NOTE, ELF::SHF_ALLOC); in emitNoteGnuPropertySection()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DUtility.cpp366 if (S.sh_type != ELF::SHT_NOTE) in getAMDGPUMetaDataFromImage()
432 Section.Type = ELF::SHT_NOTE; in containerizeOpenMPSPIRVImage()
/freebsd/contrib/file/src/
H A Dreadelf.h142 #define SHT_NOTE 7 macro
H A Dreadelf.c1518 case SHT_NOTE: in doshn()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp690 if (Sec.Type != SHT_NOTE || !Sec.hasContents()) in removeNotes()
902 if (Sec.Flags & SHF_ALLOC && Sec.Type != SHT_NOTE) in handleArgs()
920 NewSection.Type = SHT_NOTE; in handleArgs()
/freebsd/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/contrib/llvm-project/lld/ELF/
H A DMarkLive.cpp215 case SHT_NOTE: in isReserved()
H A DSyntheticSections.h1417 : SyntheticSection(ctx, ".note.android.memtag", llvm::ELF::SHT_NOTE, in MemtagAndroidNote()
1426 : SyntheticSection(ctx, ".note.package", llvm::ELF::SHT_NOTE, in PackageMetadataNote()
H A DWriter.cpp130 if (!(s->flags & SHF_ALLOC) || !s->isLive() || s->type != SHT_NOTE) in copySectionsIntoPartitions()
716 else if (osec.type == SHT_NOTE) in getSectionRank()
2503 if (sec->type == SHT_NOTE && (sec->flags & SHF_ALLOC)) { in createPhdrs()
H A DOutputSections.cpp93 type == SHT_NOTE || in canMergeToProgbits()
/freebsd/usr.bin/elfdump/
H A Delfdump.c340 case SHT_NOTE: return "SHT_NOTE"; in sh_types()
680 case SHT_NOTE: in main()
/freebsd/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/sys/sys/
H A Delf_common.h440 #define SHT_NOTE 7 /* note section */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1148 SHT_NOTE = 7, // Information about the file. enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp903 ".note.gnu.property", ELF::SHT_NOTE, ELF::SHF_ALLOC); in emitStartOfAsmFile()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp297 STRINGIFY_ENUM_CASE(ELF, SHT_NOTE); in getELFSectionTypeName()
/freebsd/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/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp689 Context.getELFSection(ElfNote::SectionName, ELF::SHT_NOTE, NoteFlags)); in EmitNote()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp700 ECase(SHT_NOTE); in enumeration()
1683 case ELF::SHT_NOTE: in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h436 assert(Shdr.sh_type == ELF::SHT_NOTE && "Shdr is not of type SHT_NOTE"); in notes_begin()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1586 bool is_note_header = (sheader.sh_type == SHT_NOTE); in GetSectionHeaderInfo()
3416 CASE_AND_STREAM(s, SHT_NOTE, kStrWidth); in DumpELFSectionHeader_sh_type()

12