Lines Matching refs:reloc_request
165 struct bpo_reloc_request *reloc_request; member
1191 if (value != gregdata->reloc_request[bpo_index].value) in mmix_elf_perform_relocation()
1198 (unsigned long) (gregdata->reloc_request[bpo_index].value in mmix_elf_perform_relocation()
1200 (unsigned long) gregdata->reloc_request[bpo_index].value); in mmix_elf_perform_relocation()
1208 gregdata->reloc_request[bpo_index].regindex in mmix_elf_perform_relocation()
1212 gregdata->reloc_request[bpo_index].offset, in mmix_elf_perform_relocation()
2363 gregdata->reloc_request in _bfd_mmix_before_linker_allocation()
2380 gregdata->reloc_request[i].bpo_reloc_no = i; in _bfd_mmix_before_linker_allocation()
2447 if (gregdata->reloc_request[i].regindex != lastreg) in _bfd_mmix_after_linker_allocation()
2449 bfd_put_64 (bpo_greg_owner, gregdata->reloc_request[i].value, in _bfd_mmix_after_linker_allocation()
2451 lastreg = gregdata->reloc_request[i].regindex; in _bfd_mmix_after_linker_allocation()
2527 if (gregdata->reloc_request)
2533 gregdata->reloc_request[i].bpo_reloc_no,
2534 gregdata->reloc_request[i].valid,
2536 (unsigned long) (gregdata->reloc_request[i].value >> 32),
2537 (unsigned long) gregdata->reloc_request[i].value,
2538 gregdata->reloc_request[i].regindex,
2539 gregdata->reloc_request[i].offset);
2785 gregdata->reloc_request[gregdata->bpo_reloc_indexes[bpono]].value in mmix_elf_relax_section()
2787 gregdata->reloc_request[gregdata->bpo_reloc_indexes[bpono++]].valid = TRUE; in mmix_elf_relax_section()
2806 qsort (gregdata->reloc_request, in mmix_elf_relax_section()
2816 if (gregdata->bpo_reloc_indexes[gregdata->reloc_request[i].bpo_reloc_no] in mmix_elf_relax_section()
2819 gregdata->bpo_reloc_indexes[gregdata->reloc_request[i].bpo_reloc_no] in mmix_elf_relax_section()
2826 for (i = 0, regindex = 0, prev_base = gregdata->reloc_request[0].value; in mmix_elf_relax_section()
2830 if (gregdata->reloc_request[i].value > prev_base + 255) in mmix_elf_relax_section()
2833 prev_base = gregdata->reloc_request[i].value; in mmix_elf_relax_section()
2835 gregdata->reloc_request[i].regindex = regindex; in mmix_elf_relax_section()
2836 gregdata->reloc_request[i].offset in mmix_elf_relax_section()
2837 = gregdata->reloc_request[i].value - prev_base; in mmix_elf_relax_section()