Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_peread.c524 IMAGE_FILE_HEADER_dw ifh; in dwarf_load_pe_sections() local
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()
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()
[all …]
H A Ddwarf_object_detector.c327 struct pe_image_file_header ifh; in is_pe_object() local
393 res = _dwarf_object_read_random(fd,(char *)&ifh, in is_pe_object()
404 ASNAR(word_swap,machine,ifh.im_machine); in is_pe_object()