Searched refs:ext_space (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dsom.c2102 struct som_external_space_dictionary_record ext_space; local
2114 + space_index * sizeof (ext_space)),
2117 amt = sizeof ext_space;
2118 if (bfd_bread (&ext_space, amt, abfd) != amt)
2121 som_swap_space_dictionary_in (&ext_space, &space);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dsom.c2102 struct som_external_space_dictionary_record ext_space; local
2114 + space_index * sizeof (ext_space)),
2117 amt = sizeof ext_space;
2118 if (bfd_bread (&ext_space, amt, abfd) != amt)
2121 som_swap_space_dictionary_in (&ext_space, &space);

Completed in 124 milliseconds