HomeSort by relevance Sort by last modified time
    Searched refs:SHT_NOTE (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /external/elfutils/libelf/
elf-knowledge.h 41 && (shdr)->sh_type != SHT_NOTE \
  /external/llvm/test/MC/AsmParser/
section_names.s 58 # CHECK-NEXT: Type: SHT_NOTE
60 # CHECK-NEXT: Type: SHT_NOTE
62 # CHECK-NEXT: Type: SHT_NOTE
  /external/elfutils/libdwelf/
dwelf_elf_gnu_build_id.c 103 if (likely (shdr != NULL) && shdr->sh_type == SHT_NOTE)
  /external/llvm/lib/MC/
MCSectionELF.cpp 132 else if (Type == ELF::SHT_NOTE)
  /external/swiftshader/third_party/LLVM/lib/MC/
MCSectionELF.cpp 119 else if (Type == ELF::SHT_NOTE)
  /external/google-breakpad/src/common/linux/
file_id_unittest.cc 171 elf.AddSection(".note.gnu.build-id", notes, SHT_NOTE);
205 int note_idx = elf.AddSection(".note", notes, SHT_NOTE);
file_id.cc 100 (!FindElfSection(elf_mapped_base, ".note.gnu.build-id", SHT_NOTE,
  /external/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUTargetStreamer.cpp 259 MCSectionELF *Note = OS.getContext().getELFSection(".note", ELF::SHT_NOTE, 0);
282 MCSectionELF *Note = OS.getContext().getELFSection(".note", ELF::SHT_NOTE, 0);
  /prebuilts/go/darwin-x86/misc/cgo/test/
buildid_linux.go 32 if s.Type != elf.SHT_NOTE {
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue10607a.go 32 if s.Type != elf.SHT_NOTE {
  /prebuilts/go/linux-x86/misc/cgo/test/
buildid_linux.go 32 if s.Type != elf.SHT_NOTE {
  /prebuilts/go/linux-x86/test/fixedbugs/
issue10607a.go 32 if s.Type != elf.SHT_NOTE {
  /external/perf_data_converter/src/quipper/
dso_test_utils.cc 115 section_header.sh_type = SHT_NOTE;
  /toolchain/binutils/binutils-2.27/gold/
nacl.h 202 if (elf_file.section_type(shndx) == elfcpp::SHT_NOTE)
  /prebuilts/go/darwin-x86/src/runtime/pprof/
elf.go 73 if typ := byteOrder.Uint32(buf[4:]); typ != 7 { // SHT_NOTE
  /prebuilts/go/linux-x86/src/runtime/pprof/
elf.go 73 if typ := byteOrder.Uint32(buf[4:]); typ != 7 { // SHT_NOTE
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 486 Type = ELF::SHT_NOTE;
505 Type = ELF::SHT_NOTE;
680 MCSection *Note = getContext().getELFSection(".note", ELF::SHT_NOTE, 0);
  /external/syslinux/com32/include/sys/
elfcommon.h 200 #define SHT_NOTE 7
  /bionic/libc/kernel/uapi/linux/
elf.h 232 #define SHT_NOTE 7
  /external/kernel-headers/original/uapi/linux/
elf.h 274 #define SHT_NOTE 7
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf.h 282 #define SHT_NOTE 7
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/elfexec/
elfexec.go 38 // parseNotes returns the notes from a SHT_NOTE section or PT_NOTE segment.
154 if s.Type != elf.SHT_NOTE {
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/elfexec/
elfexec.go 38 // parseNotes returns the notes from a SHT_NOTE section or PT_NOTE segment.
154 if s.Type != elf.SHT_NOTE {
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
elf.go 196 SHT_NOTE = 7
797 sh.type_ = SHT_NOTE
1230 if sh.type_ == SHT_NOTE {
1239 Errorf(nil, "sh.type_ == SHT_NOTE in elfshbits when linking internally")
1291 if sect.Elfsect.(*ElfShdr).type_ == SHT_NOTE {
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
elf.go 196 SHT_NOTE = 7
797 sh.type_ = SHT_NOTE
1230 if sh.type_ == SHT_NOTE {
1239 Errorf(nil, "sh.type_ == SHT_NOTE in elfshbits when linking internally")
1291 if sect.Elfsect.(*ElfShdr).type_ == SHT_NOTE {
    [all...]

Completed in 1002 milliseconds

1 2 3 4