Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/coff/
Drs6k64.h234 bfd_byte l_stlen[4]; member
Drs6000.h246 bfd_byte l_stlen[4]; member
Dxcoff.h205 bfd_size_type l_stlen; member
/toolchain/binutils/binutils-2.27/bfd/
Dcoff64-rs6000.c601 dst->l_stlen = bfd_get_32 (abfd, src->l_stlen); in xcoff64_swap_ldhdr_in()
620 bfd_put_32 (abfd, src->l_stlen, dst->l_stlen); in xcoff64_swap_ldhdr_out()
Dcoff-rs6000.c2592 dst->l_stlen = bfd_get_32 (abfd, src->l_stlen); in xcoff_swap_ldhdr_in()
2609 bfd_put_32 (abfd, src->l_stlen, dst->l_stlen); in xcoff_swap_ldhdr_out()
Dxcofflink.c3531 ldhdr->l_stlen = ldinfo->string_size; in xcoff_build_loader_section()
3549 lsec->size = stoff + ldhdr->l_stlen; in xcoff_build_loader_section()
/toolchain/binutils/binutils-2.27/binutils/
Dod-xcoff.c1084 stlen = bfd_h_get_32 (abfd, lhdr->l_stlen); in dump_xcoff32_loader()