Home
last modified time | relevance | path

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

/external/elfutils/src/src/
Dunstrip.c554 add_new_section_symbols (Elf_Scn *old_symscn, size_t old_shnum, in add_new_section_symbols() argument
557 const size_t added = shnum - old_shnum; in add_new_section_symbols()
578 for (size_t i = 0; i < old_shnum; ++i) in add_new_section_symbols()
593 for (size_t i = old_shnum; i < shnum; ++i) in add_new_section_symbols()
611 for (size_t i = old_shnum; i < nsym; ++i) in add_new_section_symbols()