Lines Matching refs:debug_data
411 Elf_Data *debug_data; in handle_elf() member
785 && shdr_info[cnt].debug_data == NULL in handle_elf()
851 shdr_info[cnt].debug_data = symdata; in handle_elf()
893 && (shdr_info[cnt].idx == 0 || shdr_info[cnt].debug_data != NULL)) in handle_elf()
906 && shdr_info[i].debug_data == NULL) in handle_elf()
913 shdr_info[i].debug_data = shdr_info[i].data; in handle_elf()
939 && shdr_info[cnt].debug_data == NULL in handle_elf()
971 else if (shdr_info[cnt].debug_data != NULL in handle_elf()
975 shdr_info[cnt].debug_data = debugdata; in handle_elf()
1321 || shdr_info[cnt].debug_data == NULL) in handle_elf()
1412 && shdr_info[symtabidx].debug_data != NULL); in handle_elf()
1702 symdata = (shdr_info[symt].debug_data in handle_elf()
1704 xndxdata = (shdr_info[shdr_info[symt].symtab_idx].debug_data in handle_elf()
2045 if (shdr_info[cnt].debug_data != NULL) in handle_elf()
2046 free (shdr_info[cnt].debug_data->d_buf); in handle_elf()