Home | History | Annotate | Download | only in bfd

Lines Matching defs:input_bfd

340 	  bfd *input_bfd;
341 /* The offset within input_bfd. */
391 bfd *input_bfd,
399 && (*tail)->u.file.input_bfd == input_bfd
419 n->u.file.input_bfd = input_bfd;
542 /* Accumulate the debugging information from INPUT_BFD into
555 bfd *input_bfd,
600 sec = bfd_get_section_by_name (input_bfd, name); \
636 input_debug->ifdmap = (RFDT *) bfd_alloc (input_bfd, amt);
667 (*input_swap->swap_fdr_in) (input_bfd, fdr_ptr, &fdr);
727 (*swap_rfd_in) (input_bfd, rfd_in, &rfd);
767 (*input_swap->swap_fdr_in) (input_bfd, fdr_ptr, &fdr);
794 (*swap_sym_in) (input_bfd, lraw_src, &internal_sym);
882 input_bfd, pos, (unsigned long) fdr.cbLine))
894 input_bfd, pos,
914 input_bfd, pos, (unsigned long) fdr.cbSs))
921 == input_bfd->xvec->header_byteorder)
933 input_bfd, pos, size))
943 input_bfd, pos, size))
976 (*input_swap->swap_pdr_in) (input_bfd, in, &pdr);
1000 (*input_swap->swap_opt_in) (input_bfd, in, &opt);
1086 bfd *input_bfd,
1104 sec = bfd_get_section_by_name (input_bfd, ".text");
1116 input_bfd->filename);
1122 symsize = bfd_get_symtab_upper_bound (input_bfd);
1128 symcount = bfd_canonicalize_symtab (input_bfd, symbols);
1541 if (bfd_seek (l->u.file.input_bfd, l->u.file.offset, SEEK_SET) != 0
1543 l->u.file.input_bfd) != l->size
2420 if (bfd_seek (l->u.file.input_bfd, l->u.file.offset, SEEK_SET) != 0
2421 || (bfd_bread (buff, (bfd_size_type) l->size, l->u.file.input_bfd)