Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/binutils/gas/config/
Dobj-elf.c1397 struct elf_obj_sy *destelf = symbol_get_obj (dest); in elf_copy_symbol_attributes() local
1400 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()