| /freebsd-12.1/contrib/elftoolchain/libelf/ |
| H A D | libelf_data.c | 58 case SHT_NOTE: in _libelf_xlate_shtype()
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MCSectionELF.cpp | 142 else if (Type == ELF::SHT_NOTE) in PrintSwitchToSection()
|
| /freebsd-12.1/contrib/llvm/lib/MC/MCParser/ |
| H A D | ELFAsmParser.cpp | 587 Type = ELF::SHT_NOTE; in ParseSectionArguments() 610 Type = ELF::SHT_NOTE; in ParseSectionArguments() 793 MCSection *Note = getContext().getELFSection(".note", ELF::SHT_NOTE, 0); in ParseDirectiveVersion()
|
| /freebsd-12.1/contrib/file/src/ |
| H A D | readelf.h | 142 #define SHT_NOTE 7 macro
|
| H A D | readelf.c | 1335 case SHT_NOTE: in doshn()
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | MarkLive.cpp | 176 case SHT_NOTE: in isReserved()
|
| H A D | OutputSections.cpp | 85 Type == SHT_NOTE; in canMergeToProgbits()
|
| H A D | Writer.cpp | 782 if (Sec->Type == SHT_NOTE) in getSectionRank() 2037 if (Sec->Type == SHT_NOTE && (Sec->Flags & SHF_ALLOC)) { in createPhdrs()
|
| /freebsd-12.1/contrib/binutils/include/elf/ |
| H A D | common.h | 331 #define SHT_NOTE 7 /* Information that marks file */ macro
|
| /freebsd-12.1/contrib/binutils/gas/config/ |
| H A D | obj-elf.c | 600 if (ssect->type != SHT_NOTE) in obj_elf_change_section() 618 if (ssect->type == SHT_NOTE in obj_elf_change_section() 816 return SHT_NOTE; in obj_elf_section_type()
|
| /freebsd-12.1/contrib/llvm/lib/Object/ |
| H A D | ELF.cpp | 239 STRINGIFY_ENUM_CASE(ELF, SHT_NOTE); in getELFSectionTypeName()
|
| /freebsd-12.1/usr.bin/elfdump/ |
| H A D | elfdump.c | 333 case SHT_NOTE: return "SHT_NOTE"; in sh_types() 659 case SHT_NOTE: in main()
|
| /freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/ |
| H A D | ELF.h | 819 SHT_NOTE = 7, // Information about the file. enumerator
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86AsmPrinter.cpp | 562 ".note.gnu.property", ELF::SHT_NOTE, ELF::SHF_ALLOC); in EmitStartOfAsmFile()
|
| /freebsd-12.1/sys/sys/ |
| H A D | elf_common.h | 415 #define SHT_NOTE 7 /* note section */ macro
|
| /freebsd-12.1/contrib/elftoolchain/elfcopy/ |
| H A D | sections.c | 475 ish.sh_type != SHT_NOTE) in create_scn() 1328 stype = SHT_NOTE; in insert_sections()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/ |
| H A D | ELFObjcopy.cpp | 516 NewSection.Type = SHT_NOTE; in handleArgs()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUTargetStreamer.cpp | 400 ElfNote::SectionName, ELF::SHT_NOTE, ELF::SHF_ALLOC)); in EmitNote()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Object/ |
| H A D | ELF.h | 205 if (Shdr.sh_type != ELF::SHT_NOTE) { in notes_begin()
|
| /freebsd-12.1/contrib/elftoolchain/elfdump/ |
| H A D | elfdump.c | 400 case SHT_NOTE: return "SHT_NOTE"; in sh_types() 2060 if (s->type == SHT_NOTE && s->name && in elf_print_note()
|
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | objcopy.c | 2215 && elf_section_type (osection) != SHT_NOTE in setup_section() 2217 || elf_section_type (isection) != SHT_NOTE) in setup_section()
|
| H A D | ChangeLog | 42 SHT_NOBITS when it is SHT_NOTE.
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAsmPrinter.cpp | 522 Context.getELFSection(".AMDGPU.disasm", ELF::SHT_NOTE, 0)); in runOnMachineFunction()
|
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 439 ECase(SHT_NOTE); in enumeration()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 1674 bool is_note_header = (sheader.sh_type == SHT_NOTE); in GetSectionHeaderInfo() 3223 CASE_AND_STREAM(s, SHT_NOTE, kStrWidth); in DumpELFSectionHeader_sh_type()
|