Searched refs:ph (Results 1 – 1 of 1) sorted by relevance
112 struct PeSectionHeader *ph; in get_pe_section() local134 ph = (struct PeSectionHeader *)&base[offset]; in get_pe_section()135 if (CompareMem(ph->mName, section_name, section_name_len) == 0) { in get_pe_section()136 *vaddr = (UINTN)ph->mVirtualAddress; in get_pe_section()137 *size = (UINTN)ph->mVirtualSize; in get_pe_section()141 offset += sizeof(*ph); in get_pe_section()
Completed in 3 milliseconds