Home | History | Annotate | Download | only in bfd

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,
2327 gregdata->reloc_request
2344 gregdata->reloc_request[i].bpo_reloc_no = i;
2414 if (gregdata->reloc_request[i].regindex != lastreg)
2416 bfd_put_64 (bpo_greg_owner, gregdata->reloc_request[i].value,
2418 lastreg = gregdata->reloc_request[i].regindex;
2493 if (gregdata->reloc_request)
2499 gregdata->reloc_request[i].bpo_reloc_no,
2500 gregdata->reloc_request[i].valid,
2502 (unsigned long) (gregdata->reloc_request[i].value >> 32),
2503 (unsigned long) gregdata->reloc_request[i].value,
2504 gregdata->reloc_request[i].regindex,
2505 gregdata->reloc_request[i].offset);
2766 gregdata->reloc_request[gregdata->bpo_reloc_indexes[bpono]].value
2768 gregdata->reloc_request[gregdata->bpo_reloc_indexes[bpono++]].valid = true;
2787 qsort (gregdata->reloc_request,
2797 if (gregdata->bpo_reloc_indexes[gregdata->reloc_request[i].bpo_reloc_no]
2800 gregdata->bpo_reloc_indexes[gregdata->reloc_request[i].bpo_reloc_no]
2807 for (i = 0, regindex = 0, prev_base = gregdata->reloc_request[0].value;
2811 if (gregdata->reloc_request[i].value > prev_base + 255)
2814 prev_base = gregdata->reloc_request[i].value;
2816 gregdata->reloc_request[i].regindex = regindex;
2817 gregdata->reloc_request[i].offset
2818 = gregdata->reloc_request[i].value - prev_base;