Lines Matching refs:rel2
771 XElf_Rel *rel2; in elf_i386_create_relocations() local
833 xelf_getrel_ptr (reldyndata, nreldyn, rel2); in elf_i386_create_relocations()
835 rel2 = &rel_mem; in elf_i386_create_relocations()
837 rel2->r_offset = value; in elf_i386_create_relocations()
838 rel2->r_info in elf_i386_create_relocations()
840 (void) xelf_update_rel (reldyndata, nreldyn, rel2); in elf_i386_create_relocations()
879 xelf_getrel_ptr (reldyndata, nreldyn, rel2); in elf_i386_create_relocations()
881 rel2 = &rel_mem; in elf_i386_create_relocations()
883 rel2->r_offset = value; in elf_i386_create_relocations()
889 rel2->r_info = XELF_R_INFO (0, R_386_RELATIVE); in elf_i386_create_relocations()
891 rel2->r_info in elf_i386_create_relocations()
893 (void) xelf_update_rel (reldyndata, nreldyn, rel2); in elf_i386_create_relocations()
910 xelf_getrel_ptr (reldyndata, thisgotidx, rel2); in elf_i386_create_relocations()
912 rel2 = &rel_mem; in elf_i386_create_relocations()
914 rel2->r_offset = gotaddr + ((thisgotidx - statep->ngot) in elf_i386_create_relocations()
916 rel2->r_info in elf_i386_create_relocations()
918 (void) xelf_update_rel (reldyndata, thisgotidx, rel2); in elf_i386_create_relocations()