Searched refs:Elf32_Chdr (Results 1 – 14 of 14) sorted by relevance
16 if (len >= sizeof (Elf32_Chdr)) in Elf32_cvt_chdr()17 Elf32_cvt_Chdr (dest, src, sizeof (Elf32_Chdr), encode); in Elf32_cvt_chdr()
299 ? sizeof (Elf32_Chdr) : sizeof (Elf64_Chdr)); in __libelf_decompress_elf()411 ? sizeof (Elf32_Chdr) : sizeof (Elf64_Chdr)); in elf_compress()428 Elf32_Chdr chdr; in elf_compress()438 memcpy (out_buf, &chdr, sizeof (Elf32_Chdr)); in elf_compress()
52 Elf32_Chdr *chdr = elf32_getchdr (scn); in gelf_getchdr()
49 } Elf32_Chdr; typedef334 extern Elf32_Chdr *elf32_getchdr (Elf_Scn *__scn);
496 } Elf32_Chdr; typedef
32 Elf32_Chdr *chdr = elf32_getchdr (NULL); in main()
55 uint64_t HdrSize = Is64Bit ? sizeof(Elf64_Chdr) : sizeof(Elf32_Chdr); in consumeCompressedZLibHeader()
1327 struct Elf32_Chdr { struct
1324 struct Elf32_Chdr { struct
1351 struct Elf32_Chdr { struct
615 uint64_t HdrSize = Is64Bit ? sizeof(Elf64_Chdr) : sizeof(Elf32_Chdr); in consumeCompressedZLibHeader()
984 is64Bit() ? sizeof(ELF::Elf32_Chdr) : sizeof(ELF::Elf64_Chdr); in maybeWriteCompression()
798 is64Bit() ? sizeof(ELF::Elf32_Chdr) : sizeof(ELF::Elf64_Chdr); in maybeWriteCompression()
384 } Elf32_Chdr; typedef