Searched refs:stoff (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/binutils/binutils/
H A Dod-xcoff.c1041 unsigned int stoff; local
1086 stoff = bfd_h_get_32 (abfd, lhdr->l_stoff);
1087 printf (_(" string table off: %u\n"), stoff);
1121 printf ("%s", ldr_data + stoff + off);
/haiku-buildtools/legacy/binutils/bfd/
H A Dxcofflink.c2988 bfd_size_type stoff;
3163 stoff = ldhdr->l_impoff + impsize;
3167 ldhdr->l_stoff = stoff;
3180 lsec->size = stoff + ldhdr->l_stlen;
3209 BFD_ASSERT ((bfd_size_type) ((bfd_byte *) out - lsec->contents) == stoff);
2983 bfd_size_type stoff; local
/haiku-buildtools/binutils/bfd/
H A Dxcofflink.c3516 bfd_size_type stoff;
3551 stoff = ldhdr->l_impoff + impsize;
3555 ldhdr->l_stoff = stoff;
3568 lsec->size = stoff + ldhdr->l_stlen;
3597 BFD_ASSERT ((bfd_size_type) ((bfd_byte *) out - lsec->contents) == stoff);
3505 bfd_size_type stoff; local

Completed in 133 milliseconds