Searched refs:destelf (Results 1 – 1 of 1) sorted by relevance
1397 struct elf_obj_sy *destelf = symbol_get_obj (dest); in elf_copy_symbol_attributes() local1400 if (destelf->size == NULL) in elf_copy_symbol_attributes()1401 destelf->size = xmalloc (sizeof (expressionS)); in elf_copy_symbol_attributes()1402 *destelf->size = *srcelf->size; in elf_copy_symbol_attributes()1406 if (destelf->size != NULL) in elf_copy_symbol_attributes()1407 free (destelf->size); in elf_copy_symbol_attributes()1408 destelf->size = NULL; in elf_copy_symbol_attributes()