Home
last modified time | relevance | path

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

/external/elfutils/libelf/
Delf-knowledge.h62 && (shdr)->sh_type != SHT_NOTE \
Delf_getdata.c89 [SHT_NOTE] = ELF_T_NHDR,
Delf.h330 #define SHT_NOTE 7 /* Notes */ macro
DChangeLog225 * elf_getdata.c (shtype_map, __libelf_type_align): Handle SHT_NOTE.
/external/qemu/elff/
Delff_elf.h269 #define SHT_NOTE 7 macro
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp418 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/
DMCSectionELF.cpp119 else if (Type == ELF::SHT_NOTE) in PrintSwitchToSection()
DELFObjectWriter.cpp1319 case ELF::SHT_NOTE: in WriteSection()
/external/elfutils/libdwfl/
Ddwfl_module_build_id.c132 if (likely (shdr != NULL) && shdr->sh_type == SHT_NOTE) in __libdwfl_find_build_id()
/external/qemu/
Delf.h1071 #define SHT_NOTE 7 macro
/external/llvm/include/llvm/Support/
DELF.h996 SHT_NOTE = 7, // Information about the file. enumerator
/external/elfutils/src/
Dldgeneric.c987 || 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()
Dstrip.c872 && shdr_info[cnt].shdr.sh_type != SHT_NOTE in handle_elf()
DChangeLog466 (check_sections): Call it for SHT_NOTE.
614 * strip.c (handle_elf): Keep SHT_NOTE section copies in the debug file.
Delflint.c3332 { ".note", 6, SHT_NOTE, atleast, 0, SHF_ALLOC },
3788 case SHT_NOTE: in check_sections()
Dreadelf.c6167 if (shdr == NULL || shdr->sh_type != SHT_NOTE) in handle_notes()
/external/elfutils/config/
Delfutils.spec.in238 - readelf, elflint: handle SHT_NOTE sections without requiring phdrs
/external/elfutils/
Delfutils.spec238 - readelf, elflint: handle SHT_NOTE sections without requiring phdrs
DNEWS78 readelf, elflint: handle SHT_NOTE sections without requiring phdrs
/external/valgrind/main/coregrind/m_debuginfo/
Dreadelf.c954 if (shdr->sh_type == SHT_NOTE) { in find_buildid()
/external/valgrind/main/perf/
Dtinycc.c347 #define SHT_NOTE 7 /* Notes */ macro