/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | coffcode.h | 3010 sofar += SMALL_AOUTSZ; in coff_compute_section_file_positions() 3145 old_sofar = sofar; in coff_compute_section_file_positions() 3162 sofar = BFD_ALIGN (sofar, 1 << current->alignment_power); in coff_compute_section_file_positions() 3170 sofar += pad; in coff_compute_section_file_positions() 3176 sofar = BFD_ALIGN (sofar, 1 << current->alignment_power); in coff_compute_section_file_positions() 3190 sofar += (current->vma - (bfd_vma) sofar) % page_size; in coff_compute_section_file_positions() 3192 current->filepos = sofar; in coff_compute_section_file_positions() 3199 sofar += current->size; in coff_compute_section_file_positions() 3215 old_sofar = sofar; in coff_compute_section_file_positions() 3216 sofar = BFD_ALIGN (sofar, 1 << current->alignment_power); in coff_compute_section_file_positions() [all …]
|
H A D | srec.c | 664 bfd_size_type sofar = 0; in srec_read_section() local 711 BFD_ASSERT (sofar == section->size); in srec_read_section() 733 if (address != section->vma + sofar) in srec_read_section() 736 BFD_ASSERT (sofar == section->size); in srec_read_section() 747 contents[sofar] = HEX (data); in srec_read_section() 749 ++sofar; in srec_read_section() 759 BFD_ASSERT (sofar == section->size); in srec_read_section()
|
H A D | nlmcode.h | 1308 file_ptr sofar; in nlm_compute_section_file_positions() local 1334 sofar = nlm_optional_prefix_size (abfd) + nlm_fixed_header_size (abfd); in nlm_compute_section_file_positions() 1337 sofar += (sizeof (nlm_variable_header (abfd)->descriptionLength) in nlm_compute_section_file_positions() 1350 sofar += sizeof (Nlm_External_Version_Header); in nlm_compute_section_file_positions() 1353 sofar += sizeof (Nlm_External_Extended_Header); in nlm_compute_section_file_positions() 1356 sofar += (sizeof (Nlm_External_Copyright_Header) in nlm_compute_section_file_positions() 1360 sofar += (sizeof (Nlm_External_Custom_Header) in nlm_compute_section_file_positions() 1364 sofar += sizeof (Nlm_External_Custom_Header); in nlm_compute_section_file_positions() 1423 text_ptr = BFD_ALIGN (sofar, 1 << text_align); in nlm_compute_section_file_positions()
|
H A D | ecoff.c | 1930 file_ptr sofar, file_sofar; in ecoff_compute_section_file_positions() local 1941 file_sofar = sofar; in ecoff_compute_section_file_positions() 2011 sofar = (sofar + round - 1) &~ (round - 1); in ecoff_compute_section_file_positions() 2021 sofar = (sofar + round - 1) &~ (round - 1); in ecoff_compute_section_file_positions() 2032 sofar = (sofar + round - 1) &~ (round - 1); in ecoff_compute_section_file_positions() 2038 sofar = BFD_ALIGN (sofar, 1 << alignment_power); in ecoff_compute_section_file_positions() 2045 sofar += (current->vma - sofar) % round; in ecoff_compute_section_file_positions() 2053 sofar += current->size; in ecoff_compute_section_file_positions() 2058 old_sofar = sofar; in ecoff_compute_section_file_positions() 2059 sofar = BFD_ALIGN (sofar, 1 << alignment_power); in ecoff_compute_section_file_positions() [all …]
|
H A D | xcofflink.c | 5440 file_ptr sofar; in _bfd_xcoff_bfd_final_link() local 5488 sofar = bfd_coff_filhsz (abfd); in _bfd_xcoff_bfd_final_link() 5489 sofar += bfd_coff_aoutsz (abfd); in _bfd_xcoff_bfd_final_link() 5490 sofar += abfd->section_count * bfd_coff_scnhsz (abfd); in _bfd_xcoff_bfd_final_link() 5497 sofar += bfd_coff_scnhsz (abfd); in _bfd_xcoff_bfd_final_link() 5506 pageoff = sofar & (file_align - 1); in _bfd_xcoff_bfd_final_link() 5510 sofar += file_align - pageoff; in _bfd_xcoff_bfd_final_link() 5517 sofar += BFD_ALIGN (o->size, in _bfd_xcoff_bfd_final_link()
|
H A D | ChangeLog-9697 | 3312 * coffcode.h (coff_compute_section_file_positions): Adjust sofar 5467 producing a final executable, don't consider sofar when aligning
|
H A D | ChangeLog-9495 | 1127 increment sofar by SMALL_AOUTSZ if not executable.
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | coffcode.h | 3059 sofar += SMALL_AOUTSZ; 3194 old_sofar = sofar; 3210 sofar = BFD_ALIGN (sofar, 1 << current->alignment_power); 3218 sofar += pad; 3224 sofar = BFD_ALIGN (sofar, 1 << current->alignment_power); 3238 sofar += (current->vma - sofar) % page_size; 3240 current->filepos = sofar; 3263 old_sofar = sofar; 3264 sofar = BFD_ALIGN (sofar, 1 << current->alignment_power); 3307 sofar = BFD_ALIGN (sofar, 1 << COFF_DEFAULT_SECTION_ALIGNMENT_POWER); [all …]
|
H A D | srec.c | 719 bfd_size_type sofar = 0; local 766 BFD_ASSERT (sofar == section->_raw_size); 788 if (address != section->vma + sofar) 791 BFD_ASSERT (sofar == section->_raw_size); 802 contents[sofar] = HEX (data); 804 ++sofar; 814 BFD_ASSERT (sofar == section->_raw_size);
|
H A D | nlmcode.h | 1365 file_ptr sofar; local 1391 sofar = nlm_optional_prefix_size (abfd) + nlm_fixed_header_size (abfd); 1394 sofar += (sizeof (nlm_variable_header (abfd)->descriptionLength) 1407 sofar += sizeof (Nlm_External_Version_Header); 1410 sofar += sizeof (Nlm_External_Extended_Header); 1413 sofar += (sizeof (Nlm_External_Copyright_Header) 1417 sofar += (sizeof (Nlm_External_Custom_Header) 1421 sofar += sizeof (Nlm_External_Custom_Header); 1480 text_ptr = BFD_ALIGN (sofar, 1 << text_align);
|
H A D | ecoff.c | 2059 file_ptr sofar, file_sofar; local 2070 file_sofar = sofar; 2140 sofar = (sofar + round - 1) &~ (round - 1); 2150 sofar = (sofar + round - 1) &~ (round - 1); 2161 sofar = (sofar + round - 1) &~ (round - 1); 2167 sofar = BFD_ALIGN (sofar, 1 << alignment_power); 2174 sofar += (current->vma - sofar) % round; 2182 sofar += current->_raw_size; 2187 old_sofar = sofar; 2188 sofar = BFD_ALIGN (sofar, 1 << alignment_power); [all …]
|
H A D | xcofflink.c | 3656 file_ptr sofar; local 3708 sofar = bfd_coff_filhsz (abfd); 3709 sofar += bfd_coff_aoutsz (abfd); 3710 sofar += abfd->section_count * bfd_coff_scnhsz (abfd); 3717 sofar += bfd_coff_scnhsz (abfd); 3726 pageoff = sofar & (file_align - 1); 3730 sofar += file_align - pageoff; 3737 sofar += BFD_ALIGN (o->_raw_size,
|
H A D | ChangeLog-9697 | 3312 * coffcode.h (coff_compute_section_file_positions): Adjust sofar 5467 producing a final executable, don't consider sofar when aligning
|
H A D | ChangeLog-9495 | 1127 increment sofar by SMALL_AOUTSZ if not executable.
|
/openbsd/gnu/usr.bin/cvs/src/ |
H A D | zlib.c | 175 int zstatus, sofar, status, nread; local 209 sofar = size - cb->zstr.avail_out; 210 if (sofar > 0 && sofar >= need)
|
/openbsd/bin/csh/ |
H A D | dol.c | 213 bool sofar = 0, done = 0; in Dword() local 221 if (sofar == 0) in Dword() 284 sofar = 1; in Dword() 307 sofar = 1; in Dword()
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | sysinfo.y | 30 int sofar; variable
|
/openbsd/share/dict/ |
H A D | web2 | 184491 sofar
|