Home
last modified time | relevance | path

Searched refs:relidx (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/libdwfl/
Drelocate.c629 for (size_t relidx = 0; !result && relidx < nrels; ++relidx) in relocate_section() local
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()
659 for (size_t relidx = 0; !result && relidx < nrels; ++relidx) in relocate_section() local
661 GElf_Rela rela_mem, *r = gelf_getrela (reldata, relidx, in relocate_section()
676 if (unlikely (gelf_update_rela (reldata, relidx, in relocate_section()
707 for (size_t relidx = 0; relidx < nrels; ++relidx) in relocate_section() local
710 GElf_Rel *r = gelf_getrel (reldata, relidx, &rel_mem); in relocate_section()
715 if (next != relidx) in relocate_section()
722 for (size_t relidx = 0; relidx < nrels; ++relidx) in relocate_section() local
[all …]
/external/elfutils/src/
Dstrip.c667 for (size_t relidx = 0; relidx < nrels; ++relidx) in remove_debug_relocations() local
670 GElf_Rel *r = gelf_getrel (reldata, relidx, &rel_mem); in remove_debug_relocations()
675 if (relidx != next) in remove_debug_relocations()
681 for (size_t relidx = 0; relidx < nrels; ++relidx) in remove_debug_relocations() local
684 GElf_Rela *r = gelf_getrela (reldata, relidx, &rela_mem); in remove_debug_relocations()
689 if (relidx != next) in remove_debug_relocations()
2189 for (size_t relidx = 0; relidx < nrels; ++relidx) in handle_elf() local
2192 if (gelf_getrel (d, relidx, &rel_mem) == NULL) in handle_elf()
2203 if (gelf_update_rel (d, relidx, &rel_mem) == 0) in handle_elf()
2208 for (size_t relidx = 0; relidx < nrels; ++relidx) in handle_elf() local
[all …]