Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dobj-elf.c1387 struct elf_obj_sy *destelf = symbol_get_obj (dest); in elf_copy_symbol_attributes() local
1390 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()
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dobj-elf.c1307 struct elf_obj_sy *destelf = symbol_get_obj (dest); in elf_copy_symbol_attributes() local
1310 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()