Lines Matching refs:relidx
512 for (size_t relidx = 0; !result && relidx < nrels; ++relidx) in relocate_section() local
514 GElf_Rel rel_mem, *r = gelf_getrel (reldata, relidx, &rel_mem); in relocate_section()
527 gelf_update_rel (reldata, relidx, &rel_mem); in relocate_section()
540 for (size_t relidx = 0; !result && relidx < nrels; ++relidx) in relocate_section() local
542 GElf_Rela rela_mem, *r = gelf_getrela (reldata, relidx, in relocate_section()
556 gelf_update_rela (reldata, relidx, &rela_mem); in relocate_section()
585 for (size_t relidx = 0; relidx < nrels; ++relidx) in relocate_section() local
588 GElf_Rel *r = gelf_getrel (reldata, relidx, &rel_mem); in relocate_section()
591 if (next != relidx) in relocate_section()
597 for (size_t relidx = 0; relidx < nrels; ++relidx) in relocate_section() local
600 GElf_Rela *r = gelf_getrela (reldata, relidx, &rela_mem); in relocate_section()
603 if (next != relidx) in relocate_section()