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

/haiku-fatelf/src/bin/gdb/bfd/
H A Dcoffcode.h2991 file_ptr sofar = bfd_coff_filhsz (abfd);
3063 sofar += bfd_coff_aoutsz (abfd);
3066 sofar += bfd_coff_aoutsz (abfd);
3068 sofar += SMALL_AOUTSZ;
3071 sofar += abfd->section_count * bfd_coff_scnhsz (abfd);
3078 sofar += bfd_coff_scnhsz (abfd);
3203 old_sofar = sofar;
3219 sofar = BFD_ALIGN (sofar, 1 << current->alignment_power);
3222 pad = abs (current->vma - sofar)
2990 file_ptr sofar = bfd_coff_filhsz (abfd); variable
[all...]
H A Dsrec.c719 bfd_size_type sofar = 0; local
766 BFD_ASSERT (sofar == section->size);
788 if (address != section->vma + sofar)
791 BFD_ASSERT (sofar == section->size);
802 contents[sofar] = HEX (data);
804 ++sofar;
814 BFD_ASSERT (sofar == section->size);
H A Dnlmcode.h1367 file_ptr sofar;
1393 sofar = nlm_optional_prefix_size (abfd) + nlm_fixed_header_size (abfd);
1396 sofar += (sizeof (nlm_variable_header (abfd)->descriptionLength)
1409 sofar += sizeof (Nlm_External_Version_Header);
1412 sofar += sizeof (Nlm_External_Extended_Header);
1415 sofar += (sizeof (Nlm_External_Copyright_Header)
1419 sofar += (sizeof (Nlm_External_Custom_Header)
1423 sofar += sizeof (Nlm_External_Custom_Header);
1482 text_ptr = BFD_ALIGN (sofar, 1 << text_align);
1365 file_ptr sofar; variable
H A Decoff.c2064 file_ptr sofar, file_sofar;
2074 sofar = _bfd_ecoff_sizeof_headers (abfd, FALSE);
2075 file_sofar = sofar;
2145 sofar = (sofar + round - 1) &~ (round - 1);
2155 sofar = (sofar + round - 1) &~ (round - 1);
2166 sofar = (sofar + round - 1) &~ (round - 1);
2172 sofar
2056 file_ptr sofar, file_sofar; local
[all...]
H A Dxcofflink.c3658 file_ptr sofar;
3710 sofar = bfd_coff_filhsz (abfd);
3711 sofar += bfd_coff_aoutsz (abfd);
3712 sofar += abfd->section_count * bfd_coff_scnhsz (abfd);
3719 sofar += bfd_coff_scnhsz (abfd);
3728 pageoff = sofar & (file_align - 1);
3732 sofar += file_align - pageoff;
3739 sofar += BFD_ALIGN (o->size,
3652 file_ptr sofar; local
/haiku-fatelf/src/bin/gawk/
H A Dbuiltin.c1978 int sofar; local
2105 sofar = bp - buf;
2106 while (buflen < (sofar + len + 1)) {
2109 bp = buf + sofar;
2211 sofar = bp - buf;
2212 if (buflen - sofar - textlen - 1) {
2213 buflen = sofar + textlen + 2;
2215 bp = buf + sofar;

Completed in 107 milliseconds