Lines Matching refs:debug_data
1000 Elf_Data *debug_data; in handle_elf() member
1465 && shdr_info[cnt].debug_data == NULL in handle_elf()
1541 shdr_info[cnt].debug_data = symdata; in handle_elf()
1583 && (shdr_info[cnt].idx == 0 || shdr_info[cnt].debug_data != NULL)) in handle_elf()
1605 && shdr_info[i].debug_data == NULL) in handle_elf()
1612 shdr_info[i].debug_data = shdr_info[i].data; in handle_elf()
1636 && shdr_info[cnt].debug_data == NULL in handle_elf()
1668 else if (shdr_info[cnt].debug_data != NULL in handle_elf()
1672 shdr_info[cnt].debug_data = debugdata; in handle_elf()
2090 && shdr_info[cnt].debug_data == NULL) in handle_elf()
2199 if (info->idx == 0 && shdr_info[symtabidx].debug_data != NULL) in handle_elf()
2638 if (shdr_info[cnt].debug_data != NULL) in handle_elf()
2639 free (shdr_info[cnt].debug_data->d_buf); in handle_elf()