Searched refs:debug_data (Results 1 - 1 of 1) sorted by relevance

/external/elfutils/src/
H A Dstrip.c393 Elf_Data *debug_data; member in struct:shdr_info
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
[all...]

Completed in 41 milliseconds