HomeSort by relevance Sort by last modified time
    Searched refs:Elf32_Chdr (Results 1 - 15 of 15) sorted by null

  /external/elfutils/tests/
system-elf-libelf-test.c 30 /* This will obviously fail. It is just to check that Elf32_Chdr and
32 Elf32_Chdr *chdr = elf32_getchdr (NULL);
  /external/elfutils/libelf/
chdr_xlate.h 16 if (len >= sizeof (Elf32_Chdr))
17 Elf32_cvt_Chdr (dest, src, sizeof (Elf32_Chdr), encode);
gelf_getchdr.c 52 Elf32_Chdr *chdr = elf32_getchdr (scn);
elf_compress.c 299 ? sizeof (Elf32_Chdr) : sizeof (Elf64_Chdr));
411 ? sizeof (Elf32_Chdr) : sizeof (Elf64_Chdr));
428 Elf32_Chdr chdr;
438 memcpy (out_buf, &chdr, sizeof (Elf32_Chdr));
libelf.h 49 } Elf32_Chdr;
119 ELF_T_CHDR, /* Compressed, Elf32_Chdr, Elf64_Chdr, ... */
334 extern Elf32_Chdr *elf32_getchdr (Elf_Scn *__scn);
341 from the section Shdr and will encode or decode a Elf32_Chdr or
elf.h 496 } Elf32_Chdr;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
Decompressor.cpp 55 uint64_t HdrSize = Is64Bit ? sizeof(Elf64_Chdr) : sizeof(Elf32_Chdr);
  /bionic/libc/include/
elf.h 66 } Elf32_Chdr;
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 615 uint64_t HdrSize = Is64Bit ? sizeof(Elf64_Chdr) : sizeof(Elf32_Chdr);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
ELF.h     [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h     [all...]
  /external/llvm/lib/MC/
ELFObjectWriter.cpp     [all...]
  /external/kmod/port-gnu/
elf.h 384 } Elf32_Chdr;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
ELFObjectWriter.cpp 798 is64Bit() ? sizeof(ELF::Elf32_Chdr) : sizeof(ELF::Elf64_Chdr);
809 // Write Elf32_Chdr header otherwise.
    [all...]

Completed in 1081 milliseconds