Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_object_detector.c325 char nt_sig_array[4]; in is_pe_object() local
379 res = _dwarf_object_read_random(fd,(char *)&nt_sig_array[0], in is_pe_object()
380 nt_address, sizeof(nt_sig_array),filesize,errcode); in is_pe_object()
386 ASNAR(word_swap,lsig,nt_sig_array); in is_pe_object()
H A Ddwarf_peread.c530 char nt_sig_array[4]; in dwarf_load_pe_sections() local
577 if (pep->pe_filesize < (nt_address + sizeof(nt_sig_array))) { in dwarf_load_pe_sections()
585 (char *)&nt_sig_array[0], in dwarf_load_pe_sections()
586 (off_t)nt_address, sizeof(nt_sig_array), in dwarf_load_pe_sections()
593 ASNAR(word_swap,lsig,nt_sig_array); in dwarf_load_pe_sections()