Home
last modified time | relevance | path

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

/third_party/elfutils/libelf/
H A Dchdr_xlate.h16 if (len >= sizeof (Elf32_Chdr)) in Elf32_cvt_chdr()
17 Elf32_cvt_Chdr (dest, src, sizeof (Elf32_Chdr), encode); in Elf32_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()
424 Elf32_Chdr chdr; in elf_compress()
434 memcpy (out_buf, &chdr, sizeof (Elf32_Chdr)); in elf_compress()
H A Dgelf_getchdr.c52 Elf32_Chdr *chdr = elf32_getchdr (scn); in gelf_getchdr()
H A Dlibelf.h49 } Elf32_Chdr; typedef
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
H A Delf.h497 } Elf32_Chdr; typedef
/third_party/elfutils/tests/
H A Dsystem-elf-libelf-test.c30 /* This will obviously fail. It is just to check that Elf32_Chdr and in main()
32 Elf32_Chdr *chdr = elf32_getchdr (NULL); in main()
/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()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H A Dmod.rs233 pub struct Elf32_Chdr { structure names
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h1327 struct Elf32_Chdr { struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h1534 struct Elf32_Chdr { struct
/third_party/elfio/elfio/
H A Delf_types.hpp1326 struct Elf32_Chdr struct
/third_party/musl/porting/linux/user/include/
H A Delf.h431 } Elf32_Chdr; typedef
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h429 } Elf32_Chdr; typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h429 } Elf32_Chdr; typedef
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h429 } Elf32_Chdr; typedef
/third_party/musl/include/
H A Delf.h436 } Elf32_Chdr; typedef
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs303 pub struct Elf32_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()
825 // Write Elf32_Chdr header otherwise. in maybeWriteCompression()

Completed in 91 milliseconds