Searched refs:debug_data (Results 1 – 5 of 5) sorted by relevance
137 ClientDownloadRequest_PEImageHeaders_DebugData* debug_data = in ExtractImageHeaders() local139 debug_data->set_directory_entry(directory_entry, in ExtractImageHeaders()142 debug_data->set_raw_data(raw_data, raw_data_size); in ExtractImageHeaders()
151 const uint8_t* debug_data = NULL; in GetDebugEntry() local152 if (GetStructureAt(entry.PointerToRawData, entry.SizeOfData, &debug_data)) { in GetDebugEntry()153 *raw_data = debug_data; in GetDebugEntry()
419 Elf_Data *debug_data; in handle_elf() member770 && shdr_info[cnt].debug_data == NULL in handle_elf()833 shdr_info[cnt].debug_data = symdata; in handle_elf()871 && (shdr_info[cnt].idx == 0 || shdr_info[cnt].debug_data != NULL)) in handle_elf()884 && shdr_info[i].debug_data == NULL) in handle_elf()891 shdr_info[i].debug_data = shdr_info[i].data; in handle_elf()917 && shdr_info[cnt].debug_data == NULL in handle_elf()949 else if (shdr_info[cnt].debug_data != NULL in handle_elf()953 shdr_info[cnt].debug_data = debugdata; in handle_elf()1298 || shdr_info[cnt].debug_data == NULL) in handle_elf()[all …]
592 .debug_data is already filled from a previous pass.
246 repeated DebugData debug_data = 7; field