Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dsom.c2100 struct som_external_space_dictionary_record ext_space; in setup_sections() local
2112 + space_index * sizeof (ext_space)), in setup_sections()
2115 amt = sizeof ext_space; in setup_sections()
2116 if (bfd_bread (&ext_space, amt, abfd) != amt) in setup_sections()
2119 som_swap_space_dictionary_in (&ext_space, &space); in setup_sections()