Lines Matching defs:module
255 oasys_module_info_type *module;
263 module = bfd_alloc (abfd, amt);
265 if (!ar || !module)
269 ar->module = module;
296 module[i].name = bfd_alloc (abfd, amt + 1);
297 if (!module[i].name)
299 if (bfd_bread ((void *) module[i].name, amt, abfd) != amt)
301 module[i].name[record.module_name_size] = 0;
307 module[i].size = record.mod_size;
308 module[i].pos = record.file_offset;
309 module[i].abfd = 0;
1111 p = ar->module + ar->module_index;