Lines Matching refs:reloc
918 nv50_ir::RelocInfo *reloc = (nv50_ir::RelocInfo *)info_out->bin.relocData;
920 INFO(" \"codePos\":\"%d\",\n", reloc->codePos);
921 INFO(" \"libPos\":\"%d\",\n", reloc->libPos);
922 INFO(" \"dataPos\":\"%d\",\n", reloc->dataPos);
923 INFO(" \"count\":\"%d\",\n", reloc->count);
925 for (unsigned int i = 0; i < reloc->count; i++) {
927 reloc->entry[i].data, reloc->entry[i].mask, reloc->entry[i].offset, reloc->entry[i].bitPos, reloc->entry[i].type