Searched refs:Elf_Chdr (Results 1 – 1 of 1) sorted by relevance
282 using Elf_Chdr = typename ELFT::Chdr; in maybeCompress() typedef292 zDebugHeader.resize(sizeof(Elf_Chdr)); in maybeCompress()293 auto *hdr = reinterpret_cast<Elf_Chdr *>(zDebugHeader.data()); in maybeCompress()310 size = sizeof(Elf_Chdr) + compressedData.size(); in maybeCompress()