Home
last modified time | relevance | path

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

/external/elfutils/src/
Dstrip.c393 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()
[all …]