Lines Matching refs:thisgotidx
806 uint32_t thisgotidx; in elf_i386_create_relocations() local
905 thisgotidx = nreldyn++; in elf_i386_create_relocations()
906 assert (thisgotidx < statep->nrel_got); in elf_i386_create_relocations()
910 xelf_getrel_ptr (reldyndata, thisgotidx, rel2); in elf_i386_create_relocations()
914 rel2->r_offset = gotaddr + ((thisgotidx - statep->ngot) in elf_i386_create_relocations()
918 (void) xelf_update_rel (reldyndata, thisgotidx, rel2); in elf_i386_create_relocations()
922 thisgotidx = ngotconst++; in elf_i386_create_relocations()
923 assert (thisgotidx < statep->ngot); in elf_i386_create_relocations()
928 ((uint32_t *) gotdata->d_buf)[thisgotidx] = value; in elf_i386_create_relocations()
932 thisgotidx = nreldyn++; in elf_i386_create_relocations()
933 assert (thisgotidx < statep->nrel_got); in elf_i386_create_relocations()
940 (thisgotidx - statep->ngot) in elf_i386_create_relocations()