/freebsd/contrib/elftoolchain/libelf/ |
H A D | libelf_data.c | 58 case SHT_NOTE: in _libelf_xlate_shtype()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64TargetStreamer.cpp | 77 MCSectionELF *Nt = Context.getELFSection(".note.gnu.property", ELF::SHT_NOTE, in emitNoteSection()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCSectionELF.cpp | 147 else if (Type == ELF::SHT_NOTE) in printSwitchToSection()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | ELFAsmParser.cpp | 638 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 D | readelf.h | 142 #define SHT_NOTE 7 macro
|
H A D | readelf.c | 1504 case SHT_NOTE: in doshn()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | MarkLive.cpp | 175 case SHT_NOTE: in isReserved()
|
H A D | SyntheticSections.h | 1387 : 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 D | Writer.cpp | 123 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 D | OutputSections.cpp | 93 type == SHT_NOTE || in canMergeToProgbits()
|
H A D | ScriptParser.cpp | 868 ECase(SHT_PROGBITS), ECase(SHT_NOTE), ECase(SHT_NOBITS),
|
H A D | InputFiles.cpp | 839 case SHT_NOTE: in initializeSections()
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | sections.c | 480 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 D | ELFObjcopy.cpp | 750 if (Sec.Flags & SHF_ALLOC && Sec.Type != SHT_NOTE) in handleArgs() 762 NewSection.Type = SHT_NOTE; in handleArgs()
|
/freebsd/usr.bin/elfdump/ |
H A D | elfdump.c | 340 case SHT_NOTE: return "SHT_NOTE"; in sh_types() 679 case SHT_NOTE: in main()
|
/freebsd/contrib/llvm-project/lld/docs/ELF/ |
H A D | linker_script.rst | 119 an integer or one of ``SHT_PROGBITS, SHT_NOTE, SHT_NOBITS, SHT_INIT_ARRAY,
|
/freebsd/sys/sys/ |
H A D | elf_common.h | 439 #define SHT_NOTE 7 /* note section */ macro
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 1074 SHT_NOTE = 7, // Information about the file. enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86AsmPrinter.cpp | 862 ".note.gnu.property", ELF::SHT_NOTE, ELF::SHF_ALLOC); in emitStartOfAsmFile()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ELF.cpp | 295 STRINGIFY_ENUM_CASE(ELF, SHT_NOTE); in getELFSectionTypeName()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUTargetStreamer.cpp | 643 Context.getELFSection(ElfNote::SectionName, ELF::SHT_NOTE, NoteFlags)); in EmitNote()
|
/freebsd/contrib/elftoolchain/elfdump/ |
H A D | elfdump.c | 403 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 D | ELFYAML.cpp | 680 ECase(SHT_NOTE); in enumeration() 1651 case ELF::SHT_NOTE: in mapping()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ELF.h | 430 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 D | ObjectFileELF.cpp | 1593 bool is_note_header = (sheader.sh_type == SHT_NOTE); in GetSectionHeaderInfo() 3430 CASE_AND_STREAM(s, SHT_NOTE, kStrWidth); in DumpELFSectionHeader_sh_type()
|