Lines Matching defs:sfixup
352 asection *sfixup;
628 htab->sfixup = s;
4784 htab->sfixup
4787 htab->sfixup->contents + FIXUP_RECORD_SIZE * (index))
4797 asection *sfixup = htab->sfixup;
4800 if (sfixup->reloc_count == 0)
4803 sfixup->reloc_count++;
4807 bfd_vma base = FIXUP_GET (output_bfd, htab, sfixup->reloc_count - 1);
4810 if ((sfixup->reloc_count + 1) * FIXUP_RECORD_SIZE > sfixup->size)
4812 FIXUP_PUT (output_bfd, htab, sfixup->reloc_count, qaddr | bit);
4813 sfixup->reloc_count++;
4816 FIXUP_PUT (output_bfd, htab, sfixup->reloc_count - 1, base | bit);
5448 asection *sfixup = htab->sfixup;
5500 if (!bfd_set_section_size (sfixup, size))
5502 sfixup->contents = (bfd_byte *) bfd_zalloc (info->input_bfds, size);
5503 if (sfixup->contents == NULL)