Searched refs:save_subspace (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dsom.c2106 struct som_subspace_dictionary_record subspace, save_subspace; local
2180 /* Initialize save_subspace so we can reliably determine if this
2182 memset (&save_subspace, 0, sizeof (save_subspace));
2303 /* Update save_subspace if appropriate. */
2304 if (subspace.file_loc_init_value > save_subspace.file_loc_init_value)
2305 save_subspace = subspace;
2321 if (!save_subspace.file_loc_init_value)
2329 space_asect->size = (save_subspace.subspace_start
2331 + save_subspace
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dsom.c2107 struct som_subspace_dictionary_record subspace, save_subspace; local
2181 /* Initialize save_subspace so we can reliably determine if this
2183 memset (&save_subspace, 0, sizeof (save_subspace));
2304 /* Update save_subspace if appropriate. */
2305 if (subspace.file_loc_init_value > save_subspace.file_loc_init_value)
2306 save_subspace = subspace;
2322 if (!save_subspace.file_loc_init_value)
2330 space_asect->size = (save_subspace.subspace_start
2332 + save_subspace
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dsom.c2107 struct som_subspace_dictionary_record subspace, save_subspace; local
2181 /* Initialize save_subspace so we can reliably determine if this
2183 memset (&save_subspace, 0, sizeof (save_subspace));
2304 /* Update save_subspace if appropriate. */
2305 if (subspace.file_loc_init_value > save_subspace.file_loc_init_value)
2306 save_subspace = subspace;
2322 if (!save_subspace.file_loc_init_value)
2330 space_asect->size = (save_subspace.subspace_start
2332 + save_subspace
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dsom.c2106 struct som_subspace_dictionary_record subspace, save_subspace; local
2180 /* Initialize save_subspace so we can reliably determine if this
2182 memset (&save_subspace, 0, sizeof (save_subspace));
2303 /* Update save_subspace if appropriate. */
2304 if (subspace.file_loc_init_value > save_subspace.file_loc_init_value)
2305 save_subspace = subspace;
2321 if (!save_subspace.file_loc_init_value)
2329 space_asect->size = (save_subspace.subspace_start
2331 + save_subspace
[all...]

Completed in 327 milliseconds