Lines Matching defs:sfixup
352 asection *sfixup;
629 htab->sfixup = s;
4787 htab->sfixup->contents + FIXUP_RECORD_SIZE * (index))
4790 htab->sfixup->contents + FIXUP_RECORD_SIZE * (index))
4800 asection *sfixup = htab->sfixup;
4803 if (sfixup->reloc_count == 0)
4806 sfixup->reloc_count++;
4810 bfd_vma base = FIXUP_GET (output_bfd, htab, sfixup->reloc_count - 1);
4813 if ((sfixup->reloc_count + 1) * FIXUP_RECORD_SIZE > sfixup->size)
4815 FIXUP_PUT (output_bfd, htab, sfixup->reloc_count, qaddr | bit);
4816 sfixup->reloc_count++;
4819 FIXUP_PUT (output_bfd, htab, sfixup->reloc_count - 1, base | bit);
5452 asection *sfixup = htab->sfixup;
5504 if (!bfd_set_section_size (sfixup, size))
5506 sfixup->contents = (bfd_byte *) bfd_zalloc (info->input_bfds, size);
5507 if (sfixup->contents == NULL)
5509 sfixup->alloced = 1;