Searched refs:pltidx (Results 1 - 1 of 1) sorted by relevance

/external/elfutils/src/
H A Di386_ld.c465 size_t pltidx = symbol->merge.value; local
467 assert (pltidx > 0);
468 assert ((3 + pltidx) * sizeof (Elf32_Word) <= data->d_size);
471 Elf32_Addr pltentryaddr = (pltshdr->sh_addr + pltidx * PLT_ENTRY_SIZE);
474 ((Elf32_Word *) data->d_buf)[2 + pltidx] = pltentryaddr + 6;
482 ((Elf32_Sym *) dynsymdata->d_buf)[pltidx].st_value = pltentryaddr;
486 assert(nsym - statep->nplt + (pltidx - 1) == idx);
488 + (pltidx - 1)].st_value
494 assert (pltdata->d_size >= (1 + pltidx) * PLT_ENTRY_SIZE);
496 + (pltidx
[all...]

Completed in 65 milliseconds