Searched refs:core_reg2sec (Results 1 – 2 of 2) sorted by relevance
57 #define core_reg2sec(bfd) \ macro132 core_reg2sec (abfd) = bfd_make_section_anyway (abfd, ".reg2");133 if (core_reg2sec (abfd) == NULL)137 core_reg2sec (abfd)->flags = SEC_HAS_CONTENTS;138 core_reg2sec (abfd)->size = sizeof (core->cd_fpregs);139 core_reg2sec (abfd)->vma = (bfd_vma) -1;140 core_reg2sec (abfd)->filepos =
552 #define core_reg2sec(bfd) (core_hdr (bfd)->reg2_section) macro652 core_reg2sec (abfd) = bfd_make_section_anyway (abfd, ".reg2"); in sunos4_core_file_p()653 if (core_reg2sec (abfd) == NULL) in sunos4_core_file_p()659 core_reg2sec (abfd)->flags = SEC_HAS_CONTENTS; in sunos4_core_file_p()664 core_reg2sec (abfd)->size = core->fp_stuff_size; in sunos4_core_file_p()669 core_reg2sec (abfd)->vma = 0; in sunos4_core_file_p()675 core_reg2sec (abfd)->filepos = (file_ptr) core->fp_stuff_pos; in sunos4_core_file_p()681 core_reg2sec (abfd)->alignment_power = 2; in sunos4_core_file_p()