Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Drelocate.c626 size_t nrels = shdr->sh_size / sh_entsize; in relocate_section() local
629 for (size_t relidx = 0; !result && relidx < nrels; ++relidx) in relocate_section()
659 for (size_t relidx = 0; !result && relidx < nrels; ++relidx) in relocate_section()
693 if (!partial || complete == nrels) in relocate_section()
698 nrels = 0; in relocate_section()
707 for (size_t relidx = 0; relidx < nrels; ++relidx) in relocate_section()
722 for (size_t relidx = 0; relidx < nrels; ++relidx) in relocate_section()
736 nrels = next; in relocate_section()
739 shdr->sh_size = reldata->d_size = nrels * sh_entsize; in relocate_section()
/external/elfutils/src/
Dstrip.c644 size_t nrels = shdr->sh_size / shdr->sh_entsize; in remove_debug_relocations() local
649 for (size_t relidx = 0; relidx < nrels; ++relidx) in remove_debug_relocations()
716 nrels = next; in remove_debug_relocations()
717 shdr->sh_size = reldata->d_size = nrels * shdr->sh_entsize; in remove_debug_relocations()
2209 size_t nrels = (info->shdr.sh_size / info->shdr.sh_entsize); in handle_elf() local
2215 for (size_t relidx = 0; relidx < nrels; ++relidx) in handle_elf()
2234 for (size_t relidx = 0; relidx < nrels; ++relidx) in handle_elf()