• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/dynload/

Lines Matching refs:dlthis

48 rvalue dload_unpack(struct dload_state *dlthis, tgt_au_t * data, int fieldsz,
101 int dload_repack(struct dload_state *dlthis, rvalue val, tgt_au_t * data,
164 void dload_relocate(struct dload_state *dlthis, tgt_au_t * data,
205 dload_error(dlthis, "Bad coff operator 0x%x",
209 dload_error(dlthis, "Bad coff operator 0x%x", rp->TYPE);
220 dload_error(dlthis, "Buffer Overflow - Array Index Out "
230 if ((u32) rp->SYMNDX < dlthis->dfile_hdr.df_no_syms) {
232 svp = &dlthis->local_symtab[rp->SYMNDX];
239 dlthis->delta_runaddr :
240 dlthis->image_secn->run_addr;
249 top += dlthis->relstkidx - RSTK_UOP;
251 dload_error(dlthis,
253 FMT_UI32, dlthis->image_secn->name,
254 rp->vaddr + dlthis->image_offset);
257 val = dlthis->relstk[dlthis->relstkidx];
258 dlthis->relstkidx = top;
259 stackp = &dlthis->relstk[top];
300 val = dload_unpack(dlthis, data, fieldsz, offset,
329 val += reloc_amt - dlthis->delta_runaddr;
335 val = dlthis->image_secn->run_addr + reloc_amt;
399 reloc_amt = dlthis->ldr_sections
404 if (dlthis->bss_run_base == 0) {
406 symp = dlthis->mysym->find_matching_symbol
407 (dlthis->mysym, bsssymbol);
410 dlthis->bss_run_base = symp->value;
412 dload_error(dlthis,
416 dlthis->image_secn->name,
417 rp->vaddr + dlthis->image_offset);
419 reloc_amt -= dlthis->bss_run_base;
430 dload_error(dlthis,
432 FMT_UI32, dlthis->image_secn->name,
433 rp->vaddr + dlthis->image_offset);
442 if (dload_repack(dlthis, val, data, fieldsz, offset,
448 (dload_tramp_avail(dlthis, rp) == true)) {
453 dload_repack(dlthis, orig_val, data, fieldsz,
455 if (!dload_tramp_generate(dlthis,
456 (dlthis->image_secn -
457 dlthis->ldr_sections),
458 dlthis->image_offset,
460 dload_error(dlthis,
464 dload_error(dlthis,
469 dlthis->image_secn->name,
470 dlthis->image_offset +
475 dload_error(dlthis, "Relocation value "
478 dlthis->image_secn->name,
479 dlthis->image_offset + rp->vaddr);