Searched refs:l_ifile (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/binutils/include/coff/
H A Drs6000.h249 bfd_byte l_ifile[4]; member in struct:external_ldsym
H A Drs6k64.h246 bfd_byte l_ifile[4]; member in struct:external_ldsym
H A Dxcoff.h202 bfd_size_type l_ifile; member in struct:internal_ldsym
272 this is the l_ifile value. */
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dxcofflink.c2518 /* We overload the ldindx field to hold the l_ifile value for this
2934 h->ldsym->l_ifile = h->ldindx;
3055 ldsym->l_ifile = 0; /* Special system loader symbol. */
3544 if (ldsym->l_ifile == (bfd_size_type) -1)
3545 ldsym->l_ifile = 0;
3546 else if (ldsym->l_ifile == 0)
3549 ldsym->l_ifile = 0;
3564 ldsym->l_ifile = 0;
3568 ldsym->l_ifile = xcoff_data (impbfd)->import_file_id;
4699 if (ldsym->l_ifile
[all...]
H A Dcoff64-rs6000.c663 dst->l_ifile = bfd_get_32 (abfd, src->l_ifile);
682 bfd_put_32 (abfd, src->l_ifile, dst->l_ifile);
H A Dcoff-rs6000.c2674 dst->l_ifile = bfd_get_32 (abfd, src->l_ifile);
2700 bfd_put_32 (abfd, src->l_ifile, dst->l_ifile);

Completed in 151 milliseconds