Lines Matching refs:debug_data
393 Elf_Data *debug_data; in handle_elf() member
725 && shdr_info[cnt].debug_data == NULL in handle_elf()
788 shdr_info[cnt].debug_data = symdata; in handle_elf()
826 && (shdr_info[cnt].idx == 0 || shdr_info[cnt].debug_data != NULL)) in handle_elf()
845 shdr_info[i].debug_data = shdr_info[i].data; in handle_elf()
871 && shdr_info[cnt].debug_data == NULL in handle_elf()
902 else if (shdr_info[cnt].debug_data != NULL) in handle_elf()
905 shdr_info[cnt].debug_data = debugdata; in handle_elf()
1250 || shdr_info[cnt].debug_data == NULL) in handle_elf()
1333 && shdr_info[symtabidx].debug_data != NULL); in handle_elf()
1702 if (shdr_info[cnt].debug_data != NULL) in handle_elf()
1703 free (shdr_info[cnt].debug_data->d_buf); in handle_elf()