Searched refs:section_data (Results 1 – 3 of 3) sorted by relevance
155 const struct read_pe_section_data *section_data, in add_pe_exported_sym() argument160 CORE_ADDR vma = func_rva + section_data->vma_offset; in add_pe_exported_sym()174 if ((section_data->ms_type == mst_unknown) && debug_coff_pe_read) in add_pe_exported_sym()177 section_data->section_name, sym_name, dll_name); in add_pe_exported_sym()180 section_data->ms_type, objfile); in add_pe_exported_sym()183 prim_record_minimal_symbol (bare_name, vma, section_data->ms_type, objfile); in add_pe_exported_sym()346 struct read_pe_section_data *section_data; in read_pe_exported_syms() local353 section_data = xzalloc (PE_SECTION_TABLE_SIZE in read_pe_exported_syms()356 make_cleanup (free_current_contents, §ion_data); in read_pe_exported_syms()360 section_data[i].vma_offset = 0; in read_pe_exported_syms()[all …]
2048 struct load_progress_section_data *section_data; in load_section_callback() local2062 section_data = xcalloc (1, sizeof (struct load_progress_section_data)); in load_section_callback()2067 new_request->baton = section_data; in load_section_callback()2071 section_data->cumulative = args->progress_data; in load_section_callback()2072 section_data->section_name = sect_name; in load_section_callback()2073 section_data->section_size = size; in load_section_callback()2074 section_data->lma = new_request->begin; in load_section_callback()2075 section_data->buffer = buffer; in load_section_callback()
27 string section_data29 Where "section_type" indicates the type of the "section_data". An exception