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

  /external/elfutils/libelf/
chdr_xlate.h 31 if (len >= sizeof (Elf64_Chdr))
32 Elf64_cvt_Chdr (dest, src, sizeof (Elf64_Chdr), encode);
gelf_getchdr.c 61 Elf64_Chdr *chdr = elf64_getchdr (scn);
elf_compress.c 299 ? sizeof (Elf32_Chdr) : sizeof (Elf64_Chdr));
411 ? sizeof (Elf32_Chdr) : sizeof (Elf64_Chdr));
442 Elf64_Chdr chdr;
454 memcpy (out_buf, &chdr, sizeof (Elf64_Chdr));
libelf.h 57 } Elf64_Chdr;
119 ELF_T_CHDR, /* Compressed, Elf32_Chdr, Elf64_Chdr, ... */
335 extern Elf64_Chdr *elf64_getchdr (Elf_Scn *__scn);
342 Elf64_Chdr at the start of the section data. elf_compress_gnu will
gelf.h 89 typedef Elf64_Chdr GElf_Chdr;
elf.h 504 } Elf64_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);
66 // Skip Elf64_Chdr::ch_reserved field.
  /bionic/libc/include/
elf.h 72 } Elf64_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);
626 // Skip Elf64_Chdr::ch_reserved field.
  /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 392 } Elf64_Chdr;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
ELFObjectWriter.cpp 798 is64Bit() ? sizeof(ELF::Elf32_Chdr) : sizeof(ELF::Elf64_Chdr);
803 // Write Elf64_Chdr header.
    [all...]

Completed in 506 milliseconds