Home
last modified time | relevance | path

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

/external/elfutils/src/
Dunstrip.c587 add_new_section_symbols (Elf_Scn *old_symscn, size_t old_shnum, in add_new_section_symbols() argument
590 const size_t added = shnum - old_shnum; in add_new_section_symbols()
612 for (size_t i = 0; i < old_shnum; ++i) in add_new_section_symbols()
627 for (size_t i = old_shnum; i < shnum; ++i) in add_new_section_symbols()
645 for (size_t i = old_shnum; i < nsym; ++i) in add_new_section_symbols()