Searched refs:SHT_NOTE (Results 1 – 21 of 21) sorted by relevance
/external/elfutils/libelf/ |
D | elf-knowledge.h | 62 && (shdr)->sh_type != SHT_NOTE \
|
D | elf_getdata.c | 89 [SHT_NOTE] = ELF_T_NHDR,
|
D | elf.h | 330 #define SHT_NOTE 7 /* Notes */ macro
|
D | ChangeLog | 225 * elf_getdata.c (shtype_map, __libelf_type_align): Handle SHT_NOTE.
|
/external/qemu/elff/ |
D | elff_elf.h | 269 #define SHT_NOTE 7 macro
|
/external/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 418 Type = ELF::SHT_NOTE; in ParseDirectiveSection() 437 Type = ELF::SHT_NOTE; in ParseDirectiveSection() 575 getContext().getELFSection(".note", ELF::SHT_NOTE, 0, in ParseDirectiveVersion()
|
/external/llvm/lib/MC/ |
D | MCSectionELF.cpp | 119 else if (Type == ELF::SHT_NOTE) in PrintSwitchToSection()
|
D | ELFObjectWriter.cpp | 1319 case ELF::SHT_NOTE: in WriteSection()
|
/external/elfutils/libdwfl/ |
D | dwfl_module_build_id.c | 132 if (likely (shdr != NULL) && shdr->sh_type == SHT_NOTE) in __libdwfl_find_build_id()
|
/external/qemu/ |
D | elf.h | 1071 #define SHT_NOTE 7 macro
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 996 SHT_NOTE = 7, // Information about the file. enumerator
|
/external/elfutils/src/ |
D | ldgeneric.c | 987 || shdr->sh_type == SHT_NOTE in add_section() 1364 || shdr->sh_type == SHT_NOTE in add_relocatable_file() 2449 SHT_NOTE, SHF_ALLOC, 0, 4); in ld_generic_generate_sections() 2851 if ((*scnhead)->type == SHT_NOTE) in match_section() 2926 if (newp->type == SHT_NOTE) in match_section() 6387 if (nobits_size != 0 && shdr->sh_type != SHT_NOTE) in ld_generic_create_outfile()
|
D | strip.c | 872 && shdr_info[cnt].shdr.sh_type != SHT_NOTE in handle_elf()
|
D | ChangeLog | 466 (check_sections): Call it for SHT_NOTE. 614 * strip.c (handle_elf): Keep SHT_NOTE section copies in the debug file.
|
D | elflint.c | 3332 { ".note", 6, SHT_NOTE, atleast, 0, SHF_ALLOC }, 3788 case SHT_NOTE: in check_sections()
|
D | readelf.c | 6167 if (shdr == NULL || shdr->sh_type != SHT_NOTE) in handle_notes()
|
/external/elfutils/config/ |
D | elfutils.spec.in | 238 - readelf, elflint: handle SHT_NOTE sections without requiring phdrs
|
/external/elfutils/ |
D | elfutils.spec | 238 - readelf, elflint: handle SHT_NOTE sections without requiring phdrs
|
D | NEWS | 78 readelf, elflint: handle SHT_NOTE sections without requiring phdrs
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | readelf.c | 954 if (shdr->sh_type == SHT_NOTE) { in find_buildid()
|
/external/valgrind/main/perf/ |
D | tinycc.c | 347 #define SHT_NOTE 7 /* Notes */ macro
|