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

/external/elfutils/libelf/
H A Dchdr_xlate.h31 if (len >= sizeof (Elf64_Chdr))
32 Elf64_cvt_Chdr (dest, src, sizeof (Elf64_Chdr), encode);
H A Dgelf_getchdr.c61 Elf64_Chdr *chdr = elf64_getchdr (scn);
H A Delf_compress.c288 ? sizeof (Elf32_Chdr) : sizeof (Elf64_Chdr));
391 ? sizeof (Elf32_Chdr) : sizeof (Elf64_Chdr));
422 Elf64_Chdr chdr;
434 memcpy (out_buf, &chdr, sizeof (Elf64_Chdr));
H A Dlibelf.h57 } Elf64_Chdr; typedef in typeref:struct:__anon5751
95 ELF_T_CHDR, /* Compressed, Elf32_Chdr, Elf64_Chdr, ... */
309 extern Elf64_Chdr *elf64_getchdr (Elf_Scn *__scn);
316 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.h393 } Elf64_Chdr; typedef in typeref:struct:__anon5706

Completed in 97 milliseconds