Lines Matching refs:reldata
616 Elf_Data *reldata = elf_getdata (scn, NULL); in relocate_section() local
617 if (reldata == NULL) in relocate_section()
631 GElf_Rel rel_mem, *r = gelf_getrel (reldata, relidx, &rel_mem); in relocate_section()
645 if (unlikely (gelf_update_rel (reldata, relidx, &rel_mem) == 0)) in relocate_section()
661 GElf_Rela rela_mem, *r = gelf_getrela (reldata, relidx, in relocate_section()
676 if (unlikely (gelf_update_rela (reldata, relidx, in relocate_section()
710 GElf_Rel *r = gelf_getrel (reldata, relidx, &rel_mem); in relocate_section()
716 if (unlikely (gelf_update_rel (reldata, next, r) == 0)) in relocate_section()
725 GElf_Rela *r = gelf_getrela (reldata, relidx, &rela_mem); in relocate_section()
731 if (unlikely (gelf_update_rela (reldata, next, r) == 0)) in relocate_section()
739 shdr->sh_size = reldata->d_size = nrels * sh_entsize; in relocate_section()