HomeSort by relevance Sort by last modified time
    Searched refs:debug_data (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/safe_browsing/
binary_feature_extractor_win.cc 137 ClientDownloadRequest_PEImageHeaders_DebugData* debug_data = local
139 debug_data->set_directory_entry(directory_entry,
142 debug_data->set_raw_data(raw_data, raw_data_size);
pe_image_reader_win.cc 151 const uint8_t* debug_data = NULL; local
152 if (GetStructureAt(entry.PointerToRawData, entry.SizeOfData, &debug_data)) {
153 *raw_data = debug_data;
  /external/elfutils/0.153/src/
strip.c 419 Elf_Data *debug_data; member in struct:shdr_info
770 && shdr_info[cnt].debug_data == NULL
833 shdr_info[cnt].debug_data = symdata;
871 && (shdr_info[cnt].idx == 0 || shdr_info[cnt].debug_data != NULL))
877 files by setting the .debug_data pointer to the original
884 && shdr_info[i].debug_data == NULL)
891 shdr_info[i].debug_data = shdr_info[i].data;
917 && shdr_info[cnt].debug_data == NULL
949 else if (shdr_info[cnt].debug_data != NULL
953 shdr_info[cnt].debug_data = debugdata
    [all...]

Completed in 67 milliseconds