Searched refs:SHT_NOTE (Results 1 - 17 of 17) sorted by relevance

/external/elfutils/libelf/
H A Delf-knowledge.h62 && (shdr)->sh_type != SHT_NOTE \
H A Delf_getdata.c89 [SHT_NOTE] = ELF_T_NHDR,
H A Delf.h330 #define SHT_NOTE 7 /* Notes */ macro
/external/llvm/lib/MC/
H A DMCSectionELF.cpp119 else if (Type == ELF::SHT_NOTE)
H A DELFObjectWriter.cpp1300 case ELF::SHT_NOTE:
/external/qemu/elff/
H A Delff_elf.h269 #define SHT_NOTE 7 macro
/external/elfutils/libdwfl/
H A Ddwfl_module_build_id.c132 if (likely (shdr != NULL) && shdr->sh_type == SHT_NOTE)
/external/kernel-headers/original/linux/
H A Delf.h243 #define SHT_NOTE 7 macro
/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp424 Type = ELF::SHT_NOTE;
/external/llvm/include/llvm/Support/
H A DELF.h728 SHT_NOTE = 7, // Information about the file. enumerator in enum:llvm::ELF::__anon7211
/external/qemu/
H A Delf.h1071 #define SHT_NOTE 7 macro
/external/elfutils/src/
H A Dldgeneric.c987 || shdr->sh_type == SHT_NOTE
1364 || shdr->sh_type == SHT_NOTE
2449 SHT_NOTE, SHF_ALLOC, 0, 4);
2851 if ((*scnhead)->type == SHT_NOTE)
2926 if (newp->type == SHT_NOTE)
6220 varies. One exists for each segment. Each SHT_NOTE section gets
6238 /* Add the number of SHT_NOTE sections. We counted them earlier. */
6387 if (nobits_size != 0 && shdr->sh_type != SHT_NOTE)
H A Dstrip.c872 && shdr_info[cnt].shdr.sh_type != SHT_NOTE
H A Delflint.c3332 { ".note", 6, SHT_NOTE, atleast, 0, SHF_ALLOC },
3788 case SHT_NOTE:
H A Dreadelf.c6151 /* If we have section headers, just look for SHT_NOTE sections.
6167 if (shdr == NULL || shdr->sh_type != SHT_NOTE)
/external/elfutils/
H A Delfutils.spec238 - readelf, elflint: handle SHT_NOTE sections without requiring phdrs
/external/valgrind/main/perf/
H A Dtinycc.c347 #define SHT_NOTE 7 /* Notes */ macro

Completed in 271 milliseconds