HomeSort by: relevance | last modified time | path
    Searched defs:save_subspace (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
som.c 2107 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.subspace_length)
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
som.c 2107 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.subspace_length)
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
som.c 2107 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.subspace_length)
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
som.c 2107 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.subspace_length)
    [all...]

Completed in 30 milliseconds