Home
last modified time | relevance | path

Searched refs:l_stoff (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.27/include/coff/
Drs6k64.h236 bfd_byte l_stoff[8]; member
Drs6000.h247 bfd_byte l_stoff[4]; member
Dxcoff.h209 bfd_size_type l_stoff; member
/toolchain/binutils/binutils-2.27/bfd/
Dcoff64-rs6000.c603 dst->l_stoff = bfd_get_64 (abfd, src->l_stoff); in xcoff64_swap_ldhdr_in()
622 bfd_put_64 (abfd, src->l_stoff, dst->l_stoff); in xcoff64_swap_ldhdr_out()
Dcoff-rs6000.c2593 dst->l_stoff = bfd_get_32 (abfd, src->l_stoff); in xcoff_swap_ldhdr_in()
2610 bfd_put_32 (abfd, src->l_stoff, dst->l_stoff); in xcoff_swap_ldhdr_out()
Dxcofflink.c303 strings = (char *) contents + ldhdr.l_stoff; in _bfd_xcoff_canonicalize_dynamic_symtab()
869 strings = (char *) contents + ldhdr.l_stoff; in xcoff_link_add_dynamic_symbols()
2256 strings = (char *) contents + ldhdr.l_stoff; in xcoff_link_check_dynamic_ar_symbols()
3534 ldhdr->l_stoff = 0; in xcoff_build_loader_section()
3536 ldhdr->l_stoff = stoff; in xcoff_build_loader_section()
/toolchain/binutils/binutils-2.27/binutils/
Dod-xcoff.c1086 stoff = bfd_h_get_32 (abfd, lhdr->l_stoff); in dump_xcoff32_loader()