Home
last modified time | relevance | path

Searched refs:SHT_NOTE (Results 1 – 25 of 30) 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/Target/AArch64/MCTargetDesc/
H A DAArch64TargetStreamer.cpp77 MCSectionELF *Nt = Context.getELFSection(".note.gnu.property", ELF::SHT_NOTE, in emitNoteSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionELF.cpp147 else if (Type == ELF::SHT_NOTE) in printSwitchToSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp638 Type = ELF::SHT_NOTE; in ParseSectionArguments()
661 Type = ELF::SHT_NOTE; in ParseSectionArguments()
869 MCSection *Note = getContext().getELFSection(".note", ELF::SHT_NOTE, 0); in ParseDirectiveVersion()
/freebsd/contrib/file/src/
H A Dreadelf.h142 #define SHT_NOTE 7 macro
H A Dreadelf.c1504 case SHT_NOTE: in doshn()
/freebsd/contrib/llvm-project/lld/ELF/
H A DMarkLive.cpp175 case SHT_NOTE: in isReserved()
H A DSyntheticSections.h1387 : SyntheticSection(llvm::ELF::SHF_ALLOC, llvm::ELF::SHT_NOTE, in MemtagAndroidNote()
1396 : SyntheticSection(llvm::ELF::SHF_ALLOC, llvm::ELF::SHT_NOTE, in PackageMetadataNote()
H A DWriter.cpp123 if (!(s->flags & SHF_ALLOC) || !s->isLive() || s->type != SHT_NOTE) in copySectionsIntoPartitions()
695 else if (osec.type == SHT_NOTE) in getSectionRank()
2340 if (sec->type == SHT_NOTE && (sec->flags & SHF_ALLOC)) { in createPhdrs()
H A DOutputSections.cpp93 type == SHT_NOTE || in canMergeToProgbits()
H A DScriptParser.cpp868 ECase(SHT_PROGBITS), ECase(SHT_NOTE), ECase(SHT_NOBITS),
H A DInputFiles.cpp839 case SHT_NOTE: in initializeSections()
/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/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp750 if (Sec.Flags & SHF_ALLOC && Sec.Type != SHT_NOTE) in handleArgs()
762 NewSection.Type = SHT_NOTE; in handleArgs()
/freebsd/usr.bin/elfdump/
H A Delfdump.c340 case SHT_NOTE: return "SHT_NOTE"; in sh_types()
679 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.h439 #define SHT_NOTE 7 /* note section */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1074 SHT_NOTE = 7, // Information about the file. enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp862 ".note.gnu.property", ELF::SHT_NOTE, ELF::SHF_ALLOC); in emitStartOfAsmFile()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp295 STRINGIFY_ENUM_CASE(ELF, SHT_NOTE); in getELFSectionTypeName()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp643 Context.getELFSection(ElfNote::SectionName, ELF::SHT_NOTE, NoteFlags)); in EmitNote()
/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/ObjectYAML/
H A DELFYAML.cpp680 ECase(SHT_NOTE); in enumeration()
1651 case ELF::SHT_NOTE: in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h430 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.cpp1593 bool is_note_header = (sheader.sh_type == SHT_NOTE); in GetSectionHeaderInfo()
3430 CASE_AND_STREAM(s, SHT_NOTE, kStrWidth); in DumpELFSectionHeader_sh_type()

12