Searched refs:hBuf (Results 1 – 1 of 1) sorted by relevance
4387 auto *hBuf = reinterpret_cast<typename ELFT::Phdr *>(buf); in writePhdrs() local4389 hBuf->p_type = p->p_type; in writePhdrs()4390 hBuf->p_flags = p->p_flags; in writePhdrs()4391 hBuf->p_offset = p->p_offset; in writePhdrs()4392 hBuf->p_vaddr = p->p_vaddr; in writePhdrs()4393 hBuf->p_paddr = p->p_paddr; in writePhdrs()4394 hBuf->p_filesz = p->p_filesz; in writePhdrs()4395 hBuf->p_memsz = p->p_memsz; in writePhdrs()4396 hBuf->p_align = p->p_align; in writePhdrs()4397 ++hBuf; in writePhdrs()