/external/llvm/test/MC/AsmParser/ |
D | section_names.s | 58 # CHECK-NEXT: Type: SHT_NOTE 60 # CHECK-NEXT: Type: SHT_NOTE 62 # CHECK-NEXT: Type: SHT_NOTE
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | hsa-func.ll | 8 ; The SHT_NOTE section contains the output from the .hsa_code_object_* 19 ; ELF: SHT_NOTE
|
D | hsa.ll | 8 ; The SHT_NOTE section contains the output from the .hsa_code_object_* 19 ; ELF: SHT_NOTE
|
/external/google-breakpad/src/common/linux/ |
D | file_id_unittest.cc | 171 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()
|
D | file_id.cc | 100 (!FindElfSection(elf_mapped_base, ".note.gnu.build-id", SHT_NOTE, in FindElfBuildIDNote()
|
/external/elfutils/libelf/ |
D | elf-knowledge.h | 41 && (shdr)->sh_type != SHT_NOTE \
|
D | elf_getdata.c | 68 [SHT_NOTE] = ELF_T_NHDR,
|
D | elf.h | 327 #define SHT_NOTE 7 /* Notes */ macro
|
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | AMDGPUTargetStreamer.cpp | 259 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/ |
D | ELFAsmParser.cpp | 486 Type = ELF::SHT_NOTE; in ParseSectionArguments() 505 Type = ELF::SHT_NOTE; in ParseSectionArguments() 680 MCSection *Note = getContext().getELFSection(".note", ELF::SHT_NOTE, 0); in ParseDirectiveVersion()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCSectionELF.cpp | 119 else if (Type == ELF::SHT_NOTE) in PrintSwitchToSection()
|
/external/llvm/lib/MC/ |
D | MCSectionELF.cpp | 132 else if (Type == ELF::SHT_NOTE) in PrintSwitchToSection()
|
/external/elfutils/libdwelf/ |
D | dwelf_elf_gnu_build_id.c | 103 if (likely (shdr != NULL) && shdr->sh_type == SHT_NOTE) in find_elf_build_id()
|
/external/perf_data_converter/src/quipper/ |
D | dso_test_utils.cc | 115 section_header.sh_type = SHT_NOTE; in WriteElfWithMultipleBuildids()
|
/external/syslinux/com32/include/sys/ |
D | elfcommon.h | 200 #define SHT_NOTE 7 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 274 #define SHT_NOTE 7 macro
|
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 424 Type = ELF::SHT_NOTE; in ParseDirectiveSection()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 709 SHT_NOTE = 7, // Information about the file. enumerator
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 672 SHT_NOTE = 7, // Information about the file. enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 673 SHT_NOTE = 7, // Information about the file. enumerator
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAsmPrinter.cpp | 236 Context.getELFSection(".AMDGPU.disasm", ELF::SHT_NOTE, 0)); in runOnMachineFunction()
|
/external/elfutils/src/ |
D | elfcmp.c | 409 case SHT_NOTE: in main()
|
D | ldgeneric.c | 977 || 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()
|
/external/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 364 ECase(SHT_NOTE) in enumeration()
|
/external/kmod/port-gnu/ |
D | elf.h | 326 #define SHT_NOTE 7 /* Notes */ macro
|