/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/elfutils/src/libelf/ |
D | elf-knowledge.h | 41 && (shdr)->sh_type != SHT_NOTE \
|
D | elf_getdata.c | 68 [SHT_NOTE] = ELF_T_NHDR,
|
D | elf.h | 326 #define SHT_NOTE 7 /* Notes */ macro
|
D | ChangeLog | 661 * elf_getdata.c (shtype_map, __libelf_type_align): Handle 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/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 494 Type = ELF::SHT_NOTE; in ParseSectionArguments() 513 Type = ELF::SHT_NOTE; in ParseSectionArguments() 682 const MCSection *Note = getContext().getELFSection(".note", ELF::SHT_NOTE, 0); in ParseDirectiveVersion()
|
/external/llvm/lib/MC/ |
D | MCSectionELF.cpp | 135 else if (Type == ELF::SHT_NOTE) in PrintSwitchToSection()
|
/external/elfutils/src/libdwelf/ |
D | dwelf_elf_gnu_build_id.c | 97 if (likely (shdr != NULL) && shdr->sh_type == SHT_NOTE) in find_elf_build_id()
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 273 #define SHT_NOTE 7 macro
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 591 SHT_NOTE = 7, // Information about the file. enumerator
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUAsmPrinter.cpp | 162 Context.getELFSection(".AMDGPU.disasm", ELF::SHT_NOTE, 0)); in runOnMachineFunction()
|
/external/lldb/source/Plugins/ObjectFile/ELF/ |
D | ObjectFileELF.cpp | 786 if (header.sh_type == SHT_NOTE && !uuid.IsValid()) in GetSectionHeaderInfo() 1734 CASE_AND_STREAM(s, SHT_NOTE , kStrWidth); in DumpELFSectionHeader_sh_type()
|
/external/elfutils/src/src/ |
D | elfcmp.c | 403 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()
|
D | strip.c | 940 && shdr_info[cnt].shdr.sh_type != SHT_NOTE in handle_elf()
|
D | elflint.c | 3413 { ".note", 6, SHT_NOTE, atleast, 0, SHF_ALLOC }, 3888 case SHT_NOTE: in check_sections()
|
D | ChangeLog | 1120 (main): For SHT_NOTE sections, compare note details rather than raw 2109 (check_sections): Call it for SHT_NOTE. 2257 * strip.c (handle_elf): Keep SHT_NOTE section copies in the debug file.
|
D | readelf.c | 9281 if (shdr == NULL || shdr->sh_type != SHT_NOTE) in handle_notes()
|
/external/llvm/lib/Object/ |
D | ELFYAML.cpp | 315 ECase(SHT_NOTE) in enumeration()
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 424 LLVM_READOBJ_ENUM_CASE(ELF, SHT_NOTE ); in getElfSectionType()
|
/external/elfutils/src/config/ |
D | elfutils.spec.in | 486 - readelf, elflint: handle SHT_NOTE sections without requiring phdrs
|
/external/elfutils/src/ |
D | NEWS | 389 readelf, elflint: handle SHT_NOTE sections without requiring phdrs
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readelf.c | 1119 if (shdr.sh_type == SHT_NOTE) { in find_buildid()
|