Lines Matching refs:core
75 struct corehdr *core; in aix386_core_file_p() local
102 core = &mergem->internal_core; in aix386_core_file_p()
104 if ((bfd_bread (core, core_size, abfd)) != core_size) in aix386_core_file_p()
116 core_hdr (abfd) = core; in aix386_core_file_p()
125 core_regsec (abfd)->size = sizeof (core->cd_regs); in aix386_core_file_p()
139 core_reg2sec (abfd)->size = sizeof (core->cd_fpregs); in aix386_core_file_p()
144 for (i = 0, n = 0; (i < MAX_CORE_SEGS) && (core->cd_segs[i].cs_type); i++) in aix386_core_file_p()
149 if (core->cd_segs[i].cs_offset == 0) in aix386_core_file_p()
152 switch (core->cd_segs[i].cs_type) in aix386_core_file_p()
185 core_section (abfd, n)->size = core->cd_segs[i].cs_len; in aix386_core_file_p()
186 core_section (abfd, n)->vma = core->cd_segs[i].cs_address; in aix386_core_file_p()
187 core_section (abfd, n)->filepos = core->cd_segs[i].cs_offset; in aix386_core_file_p()