Lines Matching refs:bfd_h_get_16
292 data = bfd_h_get_16 (abfd, fhdr->e_cblp);
295 data = bfd_h_get_16 (abfd, fhdr->e_cp);
298 data = bfd_h_get_16 (abfd, fhdr->e_crlc);
301 data = bfd_h_get_16 (abfd, fhdr->e_cparhdr);
304 data = bfd_h_get_16 (abfd, fhdr->e_minalloc);
307 data = bfd_h_get_16 (abfd, fhdr->e_maxalloc);
310 data = bfd_h_get_16 (abfd, fhdr->e_ss);
313 data = bfd_h_get_16 (abfd, fhdr->e_sp);
316 data = bfd_h_get_16 (abfd, fhdr->e_csum);
319 data = bfd_h_get_16 (abfd, fhdr->e_ip);
322 data = bfd_h_get_16 (abfd, fhdr->e_cs);
325 data = bfd_h_get_16 (abfd, fhdr->e_lfarlc);
328 data = bfd_h_get_16 (abfd, fhdr->e_ovno);
331 data = bfd_h_get_16 (abfd, fhdr->e_oemid);
334 data = bfd_h_get_16 (abfd, fhdr->e_oeminfo);
390 unsigned int machine = (int) bfd_h_get_16 (abfd, ihdr->f_magic);
394 printf (_("Number of sections:\t\t\%d\n"), (int) bfd_h_get_16 (abfd, ihdr->f_nscns));
412 unsigned int opt_header_size = (int) bfd_h_get_16 (abfd, ihdr->f_opthdr);
415 unsigned int flags = (int) bfd_h_get_16 (abfd, ihdr->f_flags);
434 data = (int) bfd_h_get_16 (abfd, xhdr.standard.magic);
439 (int) bfd_h_get_16 (abfd, xhdr.standard.vstamp),
440 (int) (bfd_h_get_16 (abfd, xhdr.standard.vstamp) & 0xff),
441 (int) (bfd_h_get_16 (abfd, xhdr.standard.vstamp) >> 8));
467 (int) bfd_h_get_16 (abfd, xhdr.MajorImageVersion),
468 (int) bfd_h_get_16 (abfd, xhdr.MinorImageVersion));
472 (int) bfd_h_get_16 (abfd, xhdr.MajorSubsystemVersion),
473 (int) bfd_h_get_16 (abfd, xhdr.MinorSubsystemVersion));
477 (int) bfd_h_get_16 (abfd, xhdr.MajorOperatingSystemVersion),
478 (int) bfd_h_get_16 (abfd, xhdr.MinorOperatingSystemVersion));
498 (int) bfd_h_get_16 (abfd, xhdr.Subsystem));
501 bfd_h_get_16 (abfd, xhdr.DllCharacteristics));
536 data = (int) bfd_h_get_16 (abfd, xhdr.standard.magic);
541 (int) bfd_h_get_16 (abfd, xhdr.standard.vstamp),
542 (int) (bfd_h_get_16 (abfd, xhdr.standard.vstamp) & 0xff),
543 (int) (bfd_h_get_16 (abfd, xhdr.standard.vstamp) >> 8));
580 (int) bfd_h_get_16 (abfd, xhdr.MajorImageVersion),
581 (int) bfd_h_get_16 (abfd, xhdr.MinorImageVersion));
585 (int) bfd_h_get_16 (abfd, xhdr.MajorSubsystemVersion),
586 (int) bfd_h_get_16 (abfd, xhdr.MinorSubsystemVersion));
590 (int) bfd_h_get_16 (abfd, xhdr.MajorOperatingSystemVersion),
591 (int) bfd_h_get_16 (abfd, xhdr.MinorOperatingSystemVersion));
611 (int) bfd_h_get_16 (abfd, xhdr.Subsystem));
614 (int) bfd_h_get_16 (abfd, xhdr.DllCharacteristics));
683 unsigned int opthdr = (int) bfd_h_get_16 (abfd, ihdr->f_opthdr);
684 unsigned int n_scns = (int) bfd_h_get_16 (abfd, ihdr->f_nscns);
691 off = (int) bfd_h_get_16 (abfd, fhdr->e_lfanew) + sizeof (* ihdr) + opthdr;
732 (unsigned int) bfd_h_get_16 (abfd, scn.s_nreloc),
733 (unsigned int) bfd_h_get_16 (abfd, scn.s_nlnno));
783 unsigned short magic = bfd_h_get_16 (abfd, fhdr.e_magic);
790 unsigned int ihdr_offset = (int) bfd_h_get_16 (abfd, fhdr.e_lfanew);
804 unsigned int signature = (int) bfd_h_get_16 (abfd, ihdr.nt_signature);