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

  /src/external/gpl3/binutils/dist/bfd/
som.c 2104 struct som_external_space_dictionary_record ext_space; local
2116 + space_index * sizeof (ext_space)),
2119 amt = sizeof ext_space;
2120 if (bfd_read (&ext_space, amt, abfd) != amt)
2123 som_swap_space_dictionary_in (&ext_space, &space);
  /src/external/gpl3/binutils.old/dist/bfd/
som.c 2104 struct som_external_space_dictionary_record ext_space; local
2116 + space_index * sizeof (ext_space)),
2119 amt = sizeof ext_space;
2120 if (bfd_read (&ext_space, amt, abfd) != amt)
2123 som_swap_space_dictionary_in (&ext_space, &space);
  /src/external/gpl3/gdb/dist/bfd/
som.c 2104 struct som_external_space_dictionary_record ext_space; local
2116 + space_index * sizeof (ext_space)),
2119 amt = sizeof ext_space;
2120 if (bfd_read (&ext_space, amt, abfd) != amt)
2123 som_swap_space_dictionary_in (&ext_space, &space);
  /src/external/gpl3/gdb.old/dist/bfd/
som.c 2104 struct som_external_space_dictionary_record ext_space; local
2116 + space_index * sizeof (ext_space)),
2119 amt = sizeof ext_space;
2120 if (bfd_read (&ext_space, amt, abfd) != amt)
2123 som_swap_space_dictionary_in (&ext_space, &space);

Completed in 49 milliseconds