/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/0.153/libelf/ |
D | elf-knowledge.h | 62 && (shdr)->sh_type != SHT_NOTE \
|
D | elf_getdata.c | 89 [SHT_NOTE] = ELF_T_NHDR,
|
D | elf.h | 327 #define SHT_NOTE 7 /* Notes */ macro
|
D | ChangeLog | 411 * elf_getdata.c (shtype_map, __libelf_type_align): Handle SHT_NOTE.
|
/external/chromium_org/courgette/ |
D | types_elf.h | 81 SHT_NOTE = 7, enumerator
|
/external/llvm/lib/MC/ |
D | MCSectionELF.cpp | 132 else if (Type == ELF::SHT_NOTE) in PrintSwitchToSection()
|
D | ELFObjectWriter.cpp | 1559 case ELF::SHT_NOTE: in WriteSection()
|
/external/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 511 Type = ELF::SHT_NOTE; in ParseSectionArguments() 530 Type = ELF::SHT_NOTE; in ParseSectionArguments() 701 getContext().getELFSection(".note", ELF::SHT_NOTE, 0, in ParseDirectiveVersion()
|
/external/elfutils/0.153/libdwfl/ |
D | dwfl_module_build_id.c | 135 if (likely (shdr != NULL) && shdr->sh_type == SHT_NOTE) in __libdwfl_find_build_id()
|
/external/chromium_org/third_party/libvpx/include/ |
D | elf.h | 301 #define SHT_NOTE 7 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 273 #define SHT_NOTE 7 macro
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUAsmPrinter.cpp | 132 ELF::SHT_NOTE, 0, in runOnMachineFunction()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
D | elf.h | 135 SHT_NOTE = 7, /* extra data marking the file somehow */ enumerator
|
/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/qemu/include/ |
D | elf.h | 1319 #define SHT_NOTE 7 macro
|
/external/elfutils/0.153/src/ |
D | elfcmp.c | 410 case SHT_NOTE: in main()
|
D | ldgeneric.c | 985 || shdr->sh_type == SHT_NOTE in add_section() 1362 || shdr->sh_type == SHT_NOTE in add_relocatable_file() 2447 SHT_NOTE, SHF_ALLOC, 0, 4); in ld_generic_generate_sections() 2849 if ((*scnhead)->type == SHT_NOTE) in match_section() 2924 if (newp->type == SHT_NOTE) in match_section() 6384 if (nobits_size != 0 && shdr->sh_type != SHT_NOTE) in ld_generic_create_outfile()
|
D | ChangeLog | 239 (main): For SHT_NOTE sections, compare note details rather than raw 1228 (check_sections): Call it for SHT_NOTE. 1376 * strip.c (handle_elf): Keep SHT_NOTE section copies in the debug file.
|
D | strip.c | 918 && shdr_info[cnt].shdr.sh_type != SHT_NOTE in handle_elf()
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 1269 SHT_NOTE = 7, // Information about the file. enumerator
|
/external/llvm/lib/Object/ |
D | ELFYAML.cpp | 310 ECase(SHT_NOTE) in enumeration()
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 421 LLVM_READOBJ_ENUM_CASE(ELF, SHT_NOTE ); in getElfSectionType()
|
/external/elfutils/0.153/ |
D | elfutils.spec | 365 - readelf, elflint: handle SHT_NOTE sections without requiring phdrs
|
/external/elfutils/0.153/config/ |
D | elfutils.spec.in | 365 - readelf, elflint: handle SHT_NOTE sections without requiring phdrs
|