Home
last modified time | relevance | path

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

/external/elfutils/src/src/
Dstrip.c411 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()
[all …]
DChangeLog1473 .debug_data is already filled from a previous pass.