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

/external/elfutils/libelf/
H A Delf-knowledge.h41 && (shdr)->sh_type != SHT_NOTE \
H A Delf_getdata.c68 [SHT_NOTE] = ELF_T_NHDR,
H A Delf.h327 #define SHT_NOTE 7 /* Notes */ macro
/external/llvm/test/MC/AsmParser/
H A Dsection_names.s58 # CHECK-NEXT: Type: SHT_NOTE
60 # CHECK-NEXT: Type: SHT_NOTE
62 # CHECK-NEXT: Type: SHT_NOTE
/external/elfutils/libdwelf/
H A Ddwelf_elf_gnu_build_id.c103 if (likely (shdr != NULL) && shdr->sh_type == SHT_NOTE)
/external/llvm/lib/MC/
H A DMCSectionELF.cpp132 else if (Type == ELF::SHT_NOTE)
/external/google-breakpad/src/common/linux/
H A Dfile_id_unittest.cc171 elf.AddSection(".note.gnu.build-id", notes, SHT_NOTE);
205 int note_idx = elf.AddSection(".note", notes, SHT_NOTE);
H A Dfile_id.cc100 (!FindElfSection(elf_mapped_base, ".note.gnu.build-id", SHT_NOTE,
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp259 MCSectionELF *Note = OS.getContext().getELFSection(".note", ELF::SHT_NOTE, 0);
282 MCSectionELF *Note = OS.getContext().getELFSection(".note", ELF::SHT_NOTE, 0);
/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp484 Type = ELF::SHT_NOTE;
503 Type = ELF::SHT_NOTE;
678 MCSection *Note = getContext().getELFSection(".note", ELF::SHT_NOTE, 0);
/external/kernel-headers/original/uapi/linux/
H A Delf.h273 #define SHT_NOTE 7 macro
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp244 Context.getELFSection(".AMDGPU.disasm", ELF::SHT_NOTE, 0));
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp786 if (header.sh_type == SHT_NOTE && !uuid.IsValid())
1734 CASE_AND_STREAM(s, SHT_NOTE , kStrWidth);
/external/elfutils/src/
H A Delfcmp.c409 case SHT_NOTE:
H A Dldgeneric.c977 || shdr->sh_type == SHT_NOTE
1354 || shdr->sh_type == SHT_NOTE
2439 SHT_NOTE, SHF_ALLOC, 0, 4);
2841 if ((*scnhead)->type == SHT_NOTE)
2916 if (newp->type == SHT_NOTE)
6209 varies. One exists for each segment. Each SHT_NOTE section gets
6227 /* Add the number of SHT_NOTE sections. We counted them earlier. */
6376 if (nobits_size != 0 && shdr->sh_type != SHT_NOTE)
H A Dstrip.c974 && shdr_info[cnt].shdr.sh_type != SHT_NOTE
H A Delflint.c3610 { ".note", 6, SHT_NOTE, atleast, 0, SHF_ALLOC },
4148 case SHT_NOTE:
H A Dreadelf.c9412 /* If we have section headers, just look for SHT_NOTE sections.
9428 if (shdr == NULL || shdr->sh_type != SHT_NOTE)
/external/llvm/include/llvm/Support/
H A DELF.h650 SHT_NOTE = 7, // Information about the file.
/external/llvm/lib/Object/
H A DELFYAML.cpp359 ECase(SHT_NOTE)
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp769 LLVM_READOBJ_ENUM_CASE(ELF, SHT_NOTE );
/external/valgrind/coregrind/m_debuginfo/
H A Dreadelf.c1122 if (shdr.sh_type == SHT_NOTE) {
/external/valgrind/perf/
H A Dtinycc.c347 #define SHT_NOTE 7 /* Notes */ macro

Completed in 1885 milliseconds