Home
last modified time | relevance | path

Searched refs:phdr_size (Results 1 – 1 of 1) sorted by relevance

/art/compiler/
Delf_writer_quick.cc256 uint32_t phdr_size = sizeof(Elf32_Phdr) * PH_NUM; in Write() local
259 LOG(INFO) << "phdr_size=" << phdr_size << std::hex << " " << phdr_size; in Write()