Searched refs:sfixup (Results 1 – 2 of 2) sorted by relevance
340 asection *sfixup; member611 htab->sfixup = s; in spu_elf_create_sections()4760 htab->sfixup->contents + FIXUP_RECORD_SIZE * (index))4763 htab->sfixup->contents + FIXUP_RECORD_SIZE * (index))4773 asection *sfixup = htab->sfixup; in spu_elf_emit_fixup() local4776 if (sfixup->reloc_count == 0) in spu_elf_emit_fixup()4779 sfixup->reloc_count++; in spu_elf_emit_fixup()4783 bfd_vma base = FIXUP_GET (output_bfd, htab, sfixup->reloc_count - 1); in spu_elf_emit_fixup()4786 if ((sfixup->reloc_count + 1) * FIXUP_RECORD_SIZE > sfixup->size) in spu_elf_emit_fixup()4788 FIXUP_PUT (output_bfd, htab, sfixup->reloc_count, qaddr | bit); in spu_elf_emit_fixup()[all …]
1328 * elf32-spu.c (spu_link_hash_table): Add member sfixup.