Searched refs:newarray (Results 1 – 1 of 1) sorted by relevance
2095 struct objarray_list *newarray; in elf_add_object() local2103 newarray = realloc(objarray, sizeof (objarray[0]) * in elf_add_object()2105 if (newarray != NULL) in elf_add_object()2106 objarray = newarray; in elf_add_object()