Searched refs:phdr_size (Results 1 – 1 of 1) sorted by relevance
131 uint32_t phdr_size = sizeof(llvm::ELF::Elf32_Phdr) * PH_NUM; in Write() local132 expected_offset += phdr_size; in Write()135 LOG(INFO) << "phdr_size=" << phdr_size << std::hex << " " << phdr_size; in Write()581 DCHECK_LE(phdr_offset + phdr_size, dynsym_offset); in Write()