Searched refs:Elf64_Chdr (Results 1 – 8 of 8) sorted by relevance
45 Elf64_Chdr *57 Elf64_Chdr *ch64; in gelf_getchdr()77 ch64 = (Elf64_Chdr *)ch; in gelf_getchdr()
42 typedef Elf64_Chdr GElf_Chdr; /* Compressed section header */
247 Elf64_Chdr *elf64_getchdr(Elf_Scn *_scn);
34 uint64_t HdrSize = Is64Bit ? sizeof(Elf64_Chdr) : sizeof(Elf32_Chdr); in consumeCompressedHeader()
267 } Elf64_Chdr; typedef
232 sizeof(Elf64_Chdr) : sizeof(Elf32_Chdr); in _dwarf_elf_decompress()
1921 struct Elf64_Chdr { struct
714 is64Bit() ? sizeof(ELF::Elf64_Chdr) : sizeof(ELF::Elf32_Chdr); in maybeWriteCompression()