Home | History | Annotate | Download | only in src

Lines Matching full:debug_data

393     Elf_Data *debug_data;
725 && shdr_info[cnt].debug_data == NULL
788 shdr_info[cnt].debug_data = symdata;
826 && (shdr_info[cnt].idx == 0 || shdr_info[cnt].debug_data != NULL))
832 files by setting the .debug_data pointer to the original
845 shdr_info[i].debug_data = shdr_info[i].data;
871 && shdr_info[cnt].debug_data == NULL
902 else if (shdr_info[cnt].debug_data != NULL)
905 shdr_info[cnt].debug_data = debugdata;
1250 || shdr_info[cnt].debug_data == NULL)
1333 && shdr_info[symtabidx].debug_data != NULL);
1702 if (shdr_info[cnt].debug_data != NULL)
1703 free (shdr_info[cnt].debug_data->d_buf);