Home
last modified time | relevance | path

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

12

/external/llvm/test/MC/AsmParser/
Dsection_names.s58 # CHECK-NEXT: Type: SHT_NOTE
60 # CHECK-NEXT: Type: SHT_NOTE
62 # CHECK-NEXT: Type: SHT_NOTE
/external/llvm/test/CodeGen/AMDGPU/
Dhsa.ll6 ; The SHT_NOTE section contains the output from the .hsa_code_object_*
20 ; ELF: SHT_NOTE
/external/elfutils/libelf/
Delf-knowledge.h41 && (shdr)->sh_type != SHT_NOTE \
Delf_getdata.c68 [SHT_NOTE] = ELF_T_NHDR,
Delf.h327 #define SHT_NOTE 7 /* Notes */ macro
DChangeLog985 * elf_getdata.c (shtype_map, __libelf_type_align): Handle SHT_NOTE.
/external/google-breakpad/src/common/linux/
Dfile_id_unittest.cc171 elf.AddSection(".note.gnu.build-id", notes, SHT_NOTE); in TYPED_TEST()
205 int note_idx = elf.AddSection(".note", notes, SHT_NOTE); in TYPED_TEST()
Dfile_id.cc100 (!FindElfSection(elf_mapped_base, ".note.gnu.build-id", SHT_NOTE, in FindElfBuildIDNote()
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUTargetStreamer.cpp259 MCSectionELF *Note = OS.getContext().getELFSection(".note", ELF::SHT_NOTE, 0); in EmitDirectiveHSACodeObjectVersion()
282 MCSectionELF *Note = OS.getContext().getELFSection(".note", ELF::SHT_NOTE, 0); in EmitDirectiveHSACodeObjectISA()
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp484 Type = ELF::SHT_NOTE; in ParseSectionArguments()
503 Type = ELF::SHT_NOTE; in ParseSectionArguments()
678 MCSection *Note = getContext().getELFSection(".note", ELF::SHT_NOTE, 0); in ParseDirectiveVersion()
/external/llvm/lib/MC/
DMCSectionELF.cpp132 else if (Type == ELF::SHT_NOTE) in PrintSwitchToSection()
/external/elfutils/libdwelf/
Ddwelf_elf_gnu_build_id.c103 if (likely (shdr != NULL) && shdr->sh_type == SHT_NOTE) in find_elf_build_id()
/external/kernel-headers/original/uapi/linux/
Delf.h273 #define SHT_NOTE 7 macro
/external/llvm/include/llvm/Support/
DELF.h650 SHT_NOTE = 7, // Information about the file. enumerator
/external/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.cpp244 Context.getELFSection(".AMDGPU.disasm", ELF::SHT_NOTE, 0)); in runOnMachineFunction()
/external/elfutils/src/
Delfcmp.c409 case SHT_NOTE: in main()
Dldgeneric.c977 || shdr->sh_type == SHT_NOTE in add_section()
1354 || shdr->sh_type == SHT_NOTE in add_relocatable_file()
2439 SHT_NOTE, SHF_ALLOC, 0, 4); in ld_generic_generate_sections()
2841 if ((*scnhead)->type == SHT_NOTE) in match_section()
2916 if (newp->type == SHT_NOTE) in match_section()
6376 if (nobits_size != 0 && shdr->sh_type != SHT_NOTE) in ld_generic_create_outfile()
Dstrip.c974 && shdr_info[cnt].shdr.sh_type != SHT_NOTE in handle_elf()
Delflint.c3610 { ".note", 6, SHT_NOTE, atleast, 0, SHF_ALLOC },
4148 case SHT_NOTE: in check_sections()
DChangeLog1605 (main): For SHT_NOTE sections, compare note details rather than raw
2594 (check_sections): Call it for SHT_NOTE.
2742 * strip.c (handle_elf): Keep SHT_NOTE section copies in the debug file.
/external/llvm/lib/Object/
DELFYAML.cpp359 ECase(SHT_NOTE) in enumeration()
/external/elfutils/config/
Delfutils.spec.in559 - readelf, elflint: handle SHT_NOTE sections without requiring phdrs
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp769 LLVM_READOBJ_ENUM_CASE(ELF, SHT_NOTE ); in getElfSectionType()
/external/elfutils/
DNEWS448 readelf, elflint: handle SHT_NOTE sections without requiring phdrs
/external/valgrind/coregrind/m_debuginfo/
Dreadelf.c1122 if (shdr.sh_type == SHT_NOTE) { in find_buildid()

12