Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_peread.c601 pep->pe_nt_header_offset = nt_address + SIZEOFT32; in dwarf_load_pe_sections()
602 if (pep->pe_filesize < (pep->pe_nt_header_offset + in dwarf_load_pe_sections()
609 (off_t)pep->pe_nt_header_offset, sizeof(ifh), in dwarf_load_pe_sections()
628 pep->pe_optional_header_offset = pep->pe_nt_header_offset+ in dwarf_load_pe_sections()
H A Ddwarf_peread.h132 Dwarf_Unsigned pe_nt_header_offset; member