Lines Matching refs:thisgotidx
814 uint32_t thisgotidx; in elf_i386_create_relocations() local
913 thisgotidx = nreldyn++; in elf_i386_create_relocations()
914 assert (thisgotidx < statep->nrel_got); in elf_i386_create_relocations()
918 xelf_getrel_ptr (reldyndata, thisgotidx, rel2); in elf_i386_create_relocations()
922 rel2->r_offset = gotaddr + ((thisgotidx - statep->ngot) in elf_i386_create_relocations()
926 (void) xelf_update_rel (reldyndata, thisgotidx, rel2); in elf_i386_create_relocations()
930 thisgotidx = ngotconst++; in elf_i386_create_relocations()
931 assert (thisgotidx < statep->ngot); in elf_i386_create_relocations()
936 ((uint32_t *) gotdata->d_buf)[thisgotidx] = value; in elf_i386_create_relocations()
940 thisgotidx = nreldyn++; in elf_i386_create_relocations()
941 assert (thisgotidx < statep->nrel_got); in elf_i386_create_relocations()
948 (thisgotidx - statep->ngot) in elf_i386_create_relocations()