Lines Matching refs:copy_data
2386 som_section_data (section)->copy_data->sort_key;
2388 som_section_data (section)->copy_data->is_defined;
2390 som_section_data (section)->copy_data->is_private;
2392 som_section_data (section)->copy_data->space_number;
2429 som_section_data (section)->copy_data->sort_key;
2431 som_section_data (section)->copy_data->access_control_bits;
2433 som_section_data (section)->copy_data->quadrant;
2447 if (som_section_data (section)->copy_data == NULL)
2452 if (som_section_data (section)->copy_data->container != section
2453 && (som_section_data (section)->copy_data->container->output_section
2469 if (som_section_data (section)->copy_data == NULL)
2474 if (som_section_data (section)->copy_data->container == section
2475 || (som_section_data (section)->copy_data->container->output_section
2491 return (som_section_data (subspace)->copy_data->container == space
2492 || (som_section_data (subspace)->copy_data->container->output_section
5139 som_section_data (osection)->copy_data =
5141 if (som_section_data (osection)->copy_data == NULL)
5144 memcpy (som_section_data (osection)->copy_data,
5145 som_section_data (isection)->copy_data,
5149 if (som_section_data (osection)->copy_data->container)
5150 som_section_data (osection)->copy_data->container =
5151 som_section_data (osection)->copy_data->container->output_section;
5193 if (som_section_data (section)->copy_data == NULL)
5196 som_section_data (section)->copy_data =
5199 if (som_section_data (section)->copy_data == NULL)
5202 som_section_data (section)->copy_data->sort_key = sort_key;
5203 som_section_data (section)->copy_data->is_defined = defined;
5204 som_section_data (section)->copy_data->is_private = private;
5205 som_section_data (section)->copy_data->container = section;
5206 som_section_data (section)->copy_data->space_number = spnum;
5223 if (som_section_data (section)->copy_data == NULL)
5226 som_section_data (section)->copy_data =
5229 if (som_section_data (section)->copy_data == NULL)
5232 som_section_data (section)->copy_data->sort_key = sort_key;
5233 som_section_data (section)->copy_data->access_control_bits = access;
5234 som_section_data (section)->copy_data->quadrant = quadrant;
5235 som_section_data (section)->copy_data->container = container;