Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/elftoolchain/libelf/
H A Dlibelf_data.c58 case SHT_NOTE: in _libelf_xlate_shtype()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCSectionELF.cpp142 else if (Type == ELF::SHT_NOTE) in PrintSwitchToSection()
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp587 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 Dreadelf.h142 #define SHT_NOTE 7 macro
H A Dreadelf.c1335 case SHT_NOTE: in doshn()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DMarkLive.cpp176 case SHT_NOTE: in isReserved()
H A DOutputSections.cpp85 Type == SHT_NOTE; in canMergeToProgbits()
H A DWriter.cpp782 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 Dcommon.h331 #define SHT_NOTE 7 /* Information that marks file */ macro
/freebsd-12.1/contrib/binutils/gas/config/
H A Dobj-elf.c600 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 DELF.cpp239 STRINGIFY_ENUM_CASE(ELF, SHT_NOTE); in getELFSectionTypeName()
/freebsd-12.1/usr.bin/elfdump/
H A Delfdump.c333 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 DELF.h819 SHT_NOTE = 7, // Information about the file. enumerator
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp562 ".note.gnu.property", ELF::SHT_NOTE, ELF::SHF_ALLOC); in EmitStartOfAsmFile()
/freebsd-12.1/sys/sys/
H A Delf_common.h415 #define SHT_NOTE 7 /* note section */ macro
/freebsd-12.1/contrib/elftoolchain/elfcopy/
H A Dsections.c475 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 DELFObjcopy.cpp516 NewSection.Type = SHT_NOTE; in handleArgs()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp400 ElfNote::SectionName, ELF::SHT_NOTE, ELF::SHF_ALLOC)); in EmitNote()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DELF.h205 if (Shdr.sh_type != ELF::SHT_NOTE) { in notes_begin()
/freebsd-12.1/contrib/elftoolchain/elfdump/
H A Delfdump.c400 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 Dobjcopy.c2215 && elf_section_type (osection) != SHT_NOTE in setup_section()
2217 || elf_section_type (isection) != SHT_NOTE) in setup_section()
H A DChangeLog42 SHT_NOBITS when it is SHT_NOTE.
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp522 Context.getELFSection(".AMDGPU.disasm", ELF::SHT_NOTE, 0)); in runOnMachineFunction()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DELFYAML.cpp439 ECase(SHT_NOTE); in enumeration()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1674 bool is_note_header = (sheader.sh_type == SHT_NOTE); in GetSectionHeaderInfo()
3223 CASE_AND_STREAM(s, SHT_NOTE, kStrWidth); in DumpELFSectionHeader_sh_type()

12