Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_object_detector.c323 unsigned long nt_address = 0; in is_pe_object() local
367 ASNAR(word_swap,nt_address, dhinmem.dh_image_offset); in is_pe_object()
368 if (filesize < nt_address) { in is_pe_object()
373 if (filesize < (nt_address + SIZEOFT32 + in is_pe_object()
380 nt_address, sizeof(nt_sig_array),filesize,errcode); in is_pe_object()
394 nt_address + SIZEOFT32, in is_pe_object()
H A Ddwarf_peread.c529 Dwarf_Unsigned nt_address = 0; in dwarf_load_pe_sections() local
576 ASNAR(word_swap,nt_address,dhinmem.dh_image_offset); in dwarf_load_pe_sections()
577 if (pep->pe_filesize < (nt_address + sizeof(nt_sig_array))) { in dwarf_load_pe_sections()
586 (off_t)nt_address, sizeof(nt_sig_array), in dwarf_load_pe_sections()
601 pep->pe_nt_header_offset = nt_address + SIZEOFT32; in dwarf_load_pe_sections()