Lines Matching defs:reloc_request
159 /* Index into reloc_request[], sorted on increasing "value", secondary
165 struct bpo_reloc_request *reloc_request;
1187 if (value != gregdata->reloc_request[bpo_index].value)
1195 (uint64_t) gregdata->reloc_request[bpo_index].value);
1203 gregdata->reloc_request[bpo_index].regindex
1207 gregdata->reloc_request[bpo_index].offset,
2326 gregdata->reloc_request
2343 gregdata->reloc_request[i].bpo_reloc_no = i;
2412 if (gregdata->reloc_request[i].regindex != lastreg)
2414 bfd_put_64 (bpo_greg_owner, gregdata->reloc_request[i].value,
2416 lastreg = gregdata->reloc_request[i].regindex;
2491 if (gregdata->reloc_request)
2497 gregdata->reloc_request[i].bpo_reloc_no,
2498 gregdata->reloc_request[i].valid,
2500 (unsigned long) (gregdata->reloc_request[i].value >> 32),
2501 (unsigned long) gregdata->reloc_request[i].value,
2502 gregdata->reloc_request[i].regindex,
2503 gregdata->reloc_request[i].offset);
2764 gregdata->reloc_request[gregdata->bpo_reloc_indexes[bpono]].value
2766 gregdata->reloc_request[gregdata->bpo_reloc_indexes[bpono++]].valid = true;
2785 qsort (gregdata->reloc_request,
2795 if (gregdata->bpo_reloc_indexes[gregdata->reloc_request[i].bpo_reloc_no]
2798 gregdata->bpo_reloc_indexes[gregdata->reloc_request[i].bpo_reloc_no]
2805 for (i = 0, regindex = 0, prev_base = gregdata->reloc_request[0].value;
2809 if (gregdata->reloc_request[i].value > prev_base + 255)
2812 prev_base = gregdata->reloc_request[i].value;
2814 gregdata->reloc_request[i].regindex = regindex;
2815 gregdata->reloc_request[i].offset
2816 = gregdata->reloc_request[i].value - prev_base;