Home
last modified time | relevance | path

Searched refs:Elf64_Chdr (Results 1 - 18 of 18) sorted by relevance

/third_party/elfutils/libelf/
H A Dchdr_xlate.h31 if (len >= sizeof (Elf64_Chdr)) in Elf64_cvt_chdr()
32 Elf64_cvt_Chdr (dest, src, sizeof (Elf64_Chdr), encode); in Elf64_cvt_chdr()
H A Delf_compress.c295 ? sizeof (Elf32_Chdr) : sizeof (Elf64_Chdr)); in __libelf_decompress_elf()
407 ? sizeof (Elf32_Chdr) : sizeof (Elf64_Chdr)); in elf_compress()
438 Elf64_Chdr chdr; in elf_compress()
450 memcpy (out_buf, &chdr, sizeof (Elf64_Chdr)); in elf_compress()
H A Dgelf_getchdr.c61 Elf64_Chdr *chdr = elf64_getchdr (scn); in gelf_getchdr()
H A Dlibelf.h57 } Elf64_Chdr; typedef
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
H A Dgelf.h89 typedef Elf64_Chdr GElf_Chdr;
H A Delf.h505 } Elf64_Chdr; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DDecompressor.cpp54 uint64_t HdrSize = Is64Bit ? sizeof(Elf64_Chdr) : sizeof(Elf32_Chdr); in consumeCompressedZLibHeader()
65 // Skip Elf64_Chdr::ch_reserved field. in consumeCompressedZLibHeader()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H A Dmod.rs226 pub struct Elf64_Chdr { structure names
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h1334 struct Elf64_Chdr { struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h1541 struct Elf64_Chdr { struct
/third_party/elfio/elfio/
H A Delf_types.hpp1334 struct Elf64_Chdr struct
/third_party/musl/porting/linux/user/include/
H A Delf.h438 } Elf64_Chdr; typedef
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h436 } Elf64_Chdr; typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h436 } Elf64_Chdr; typedef
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h436 } Elf64_Chdr; typedef
/third_party/musl/include/
H A Delf.h443 } Elf64_Chdr; typedef
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs296 pub struct Elf64_Chdr { structure names
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DELFObjectWriter.cpp814 is64Bit() ? sizeof(ELF::Elf32_Chdr) : sizeof(ELF::Elf64_Chdr); in maybeWriteCompression()
819 // Write Elf64_Chdr header. in maybeWriteCompression()

Completed in 79 milliseconds