| /freebsd-13.1/contrib/elftoolchain/libelf/ |
| H A D | libelf_data.c | 58 case SHT_NOTE: in _libelf_xlate_shtype()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64TargetStreamer.cpp | 67 MCSectionELF *Nt = Context.getELFSection(".note.gnu.property", ELF::SHT_NOTE, in emitNoteSection()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCSectionELF.cpp | 141 else if (Type == ELF::SHT_NOTE) in PrintSwitchToSection()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | ELFAsmParser.cpp | 605 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 D | readelf.h | 142 #define SHT_NOTE 7 macro
|
| H A D | readelf.c | 1432 case SHT_NOTE: in doshn()
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | MarkLive.cpp | 176 case SHT_NOTE: in isReserved()
|
| H A D | OutputSections.cpp | 88 type == SHT_NOTE || in canMergeToProgbits()
|
| H A D | Writer.cpp | 191 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 D | SyntheticSections.cpp | 303 : 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 D | ELFObjcopy.cpp | 663 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 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-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ELF.cpp | 264 STRINGIFY_ENUM_CASE(ELF, SHT_NOTE); in getELFSectionTypeName()
|
| /freebsd-13.1/usr.bin/elfdump/ |
| H A D | elfdump.c | 343 case SHT_NOTE: return "SHT_NOTE"; in sh_types() 682 case SHT_NOTE: in main()
|
| /freebsd-13.1/sys/sys/ |
| H A D | elf_common.h | 420 #define SHT_NOTE 7 /* note section */ macro
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86AsmPrinter.cpp | 642 ".note.gnu.property", ELF::SHT_NOTE, ELF::SHF_ALLOC); in emitStartOfAsmFile()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | ELF.h | 916 SHT_NOTE = 7, // Information about the file. enumerator
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUTargetStreamer.cpp | 515 Context.getELFSection(ElfNote::SectionName, ELF::SHT_NOTE, NoteFlags)); in EmitNote()
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 607 ECase(SHT_NOTE); in enumeration() 1528 case ELF::SHT_NOTE: in mapping()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ELF.h | 330 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 D | ObjectFileELF.cpp | 1510 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 D | elfdefinitions.h | 1134 _ELF_DEFINE_SHT(SHT_NOTE, 7, "additional notes") \
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 486 return ELF::SHT_NOTE; in getELFSectionType()
|
| /freebsd-13.1/contrib/elftoolchain/readelf/ |
| H A D | readelf.c | 792 case SHT_NOTE: return "NOTE"; in section_type() 3747 if (s->type == SHT_NOTE) { in dump_notes()
|