Searched refs:destelf (Results 1 – 2 of 2) sorted by relevance
1387 struct elf_obj_sy *destelf = symbol_get_obj (dest); in elf_copy_symbol_attributes() local1390 if (destelf->size == NULL) in elf_copy_symbol_attributes()1391 destelf->size = xmalloc (sizeof (expressionS)); in elf_copy_symbol_attributes()1392 *destelf->size = *srcelf->size; in elf_copy_symbol_attributes()1396 if (destelf->size != NULL) in elf_copy_symbol_attributes()1397 free (destelf->size); in elf_copy_symbol_attributes()1398 destelf->size = NULL; in elf_copy_symbol_attributes()
1307 struct elf_obj_sy *destelf = symbol_get_obj (dest); in elf_copy_symbol_attributes() local1310 if (destelf->size == NULL) in elf_copy_symbol_attributes()1311 destelf->size = xmalloc (sizeof (expressionS)); in elf_copy_symbol_attributes()1312 *destelf->size = *srcelf->size; in elf_copy_symbol_attributes()1316 if (destelf->size != NULL) in elf_copy_symbol_attributes()1317 free (destelf->size); in elf_copy_symbol_attributes()1318 destelf->size = NULL; in elf_copy_symbol_attributes()