Lines Matching refs:relidx
592 for (size_t relidx = 0; !result && relidx < nrels; ++relidx) in relocate_section() local
594 GElf_Rel rel_mem, *r = gelf_getrel (reldata, relidx, &rel_mem); in relocate_section()
608 gelf_update_rel (reldata, relidx, &rel_mem); in relocate_section()
621 for (size_t relidx = 0; !result && relidx < nrels; ++relidx) in relocate_section() local
623 GElf_Rela rela_mem, *r = gelf_getrela (reldata, relidx, in relocate_section()
638 gelf_update_rela (reldata, relidx, &rela_mem); in relocate_section()
667 for (size_t relidx = 0; relidx < nrels; ++relidx) in relocate_section() local
670 GElf_Rel *r = gelf_getrel (reldata, relidx, &rel_mem); in relocate_section()
673 if (next != relidx) in relocate_section()
679 for (size_t relidx = 0; relidx < nrels; ++relidx) in relocate_section() local
682 GElf_Rela *r = gelf_getrela (reldata, relidx, &rela_mem); in relocate_section()
685 if (next != relidx) in relocate_section()