Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Dobjcopy.c3253 arelent **temp_relpp; in copy_relocations_in_section() local
3257 temp_relpp = (arelent **) xmalloc (relsize); in copy_relocations_in_section()
3266 temp_relpp [temp_relcount++] = relpp [i]; in copy_relocations_in_section()
3270 relpp = temp_relpp; in copy_relocations_in_section()