Home
last modified time | relevance | path

Searched refs:l_impoff (Results 1 – 13 of 13) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/include/coff/
Drs6k64.h247 bfd_byte l_impoff[8]; member
Drs6000.h247 bfd_byte l_impoff[4]; member
Dxcoff.h223 bfd_size_type l_impoff; member
/netbsd/src/external/gpl3/gdb/dist/include/coff/
Drs6k64.h247 bfd_byte l_impoff[8]; member
Drs6000.h247 bfd_byte l_impoff[4]; member
Dxcoff.h223 bfd_size_type l_impoff; member
/netbsd/src/external/gpl3/binutils/dist/bfd/
Dcoff64-rs6000.c656 dst->l_impoff = bfd_get_64 (abfd, src->l_impoff); in xcoff64_swap_ldhdr_in()
675 bfd_put_64 (abfd, src->l_impoff, dst->l_impoff); in xcoff64_swap_ldhdr_out()
Dcoff-rs6000.c2898 dst->l_impoff = bfd_get_32 (abfd, src->l_impoff); in xcoff_swap_ldhdr_in()
2915 bfd_put_32 (abfd, src->l_impoff, dst->l_impoff); in xcoff_swap_ldhdr_out()
Dxcofflink.c3745 ldhdr->l_impoff = (bfd_xcoff_ldhdrsz (output_bfd) in xcoff_size_loader_section()
3749 stoff = ldhdr->l_impoff + ldhdr->l_istlen; in xcoff_size_loader_section()
4006 out = (char *) lsec->contents + ldhdr->l_impoff; in xcoff_build_loader_section()
4026 …BFD_ASSERT ((bfd_size_type) ((bfd_byte *) out - lsec->contents) == ldhdr->l_impoff + ldhdr->l_istl… in xcoff_build_loader_section()
7476 + xcoff_hash_table (info)->ldhdr.l_impoff)); in _bfd_xcoff_bfd_final_link()
/netbsd/src/external/gpl3/gdb/dist/bfd/
Dcoff64-rs6000.c656 dst->l_impoff = bfd_get_64 (abfd, src->l_impoff); in xcoff64_swap_ldhdr_in()
675 bfd_put_64 (abfd, src->l_impoff, dst->l_impoff); in xcoff64_swap_ldhdr_out()
Dcoff-rs6000.c2898 dst->l_impoff = bfd_get_32 (abfd, src->l_impoff); in xcoff_swap_ldhdr_in()
2915 bfd_put_32 (abfd, src->l_impoff, dst->l_impoff); in xcoff_swap_ldhdr_out()
Dxcofflink.c3745 ldhdr->l_impoff = (bfd_xcoff_ldhdrsz (output_bfd) in xcoff_size_loader_section()
3749 stoff = ldhdr->l_impoff + ldhdr->l_istlen; in xcoff_size_loader_section()
4006 out = (char *) lsec->contents + ldhdr->l_impoff; in xcoff_build_loader_section()
4026 …BFD_ASSERT ((bfd_size_type) ((bfd_byte *) out - lsec->contents) == ldhdr->l_impoff + ldhdr->l_istl… in xcoff_build_loader_section()
7482 + xcoff_hash_table (info)->ldhdr.l_impoff)); in _bfd_xcoff_bfd_final_link()
/netbsd/src/external/gpl3/binutils/dist/binutils/
Dod-xcoff.c1082 impoff = bfd_h_get_32 (abfd, lhdr->l_impoff); in dump_xcoff32_loader()