Lines Matching refs:debugdata
996 Elf_Data *debugdata = elf_newdata (scn); in handle_elf() local
997 if (debugdata == NULL) in handle_elf()
1002 *debugdata = *shdr_info[cnt].data; in handle_elf()
1004 debugdata->d_buf = NULL; in handle_elf()
1009 shdr_info[cnt].debug_data = debugdata; in handle_elf()
1010 if (debugdata->d_buf == NULL) in handle_elf()
1012 debugdata->d_buf = memcpy (xmalloc (debugdata->d_size), in handle_elf()
1013 debugdata->d_buf, debugdata->d_size); in handle_elf()
1450 Elf_Data *debugdata = elf_getdata (elf_getscn (debugelf, in handle_elf() local
1452 if (debugdata == NULL) in handle_elf()
1454 debugdata->d_size = newdata->d_size; in handle_elf()