Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dobjcopy.c2945 arelent **temp_relpp; in copy_relocations_in_section() local
2949 temp_relpp = (arelent **) xmalloc (relsize); in copy_relocations_in_section()
2953 temp_relpp [temp_relcount++] = relpp [i]; in copy_relocations_in_section()
2956 relpp = temp_relpp; in copy_relocations_in_section()