Lines Matching refs:ifh
524 IMAGE_FILE_HEADER_dw ifh; in dwarf_load_pe_sections() local
533 if ( (sizeof(ifh) + sizeof(dhinmem)) >= pep->pe_filesize) { in dwarf_load_pe_sections()
603 sizeof(ifh))) { in dwarf_load_pe_sections()
608 res = _dwarf_object_read_random(pep->pe_fd,(char *)&ifh, in dwarf_load_pe_sections()
609 (off_t)pep->pe_nt_header_offset, sizeof(ifh), in dwarf_load_pe_sections()
614 ASNAR(word_swap,pep->pe_FileHeader.Machine,ifh.Machine); in dwarf_load_pe_sections()
616 ifh.NumberOfSections); in dwarf_load_pe_sections()
618 ifh.TimeDateStamp); in dwarf_load_pe_sections()
620 ifh.PointerToSymbolTable); in dwarf_load_pe_sections()
622 ifh.NumberOfSymbols); in dwarf_load_pe_sections()
624 ifh.SizeOfOptionalHeader); in dwarf_load_pe_sections()
626 ifh.Characteristics); in dwarf_load_pe_sections()
629 sizeof(ifh); in dwarf_load_pe_sections()