Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Daix386-core.c56 #define core_reg2sec(bfd) \ macro
133 core_reg2sec (abfd) = bfd_make_section_anyway_with_flags (abfd, ".reg2", in aix386_core_file_p()
135 if (core_reg2sec (abfd) == NULL) in aix386_core_file_p()
139 core_reg2sec (abfd)->size = sizeof (core->cd_fpregs); in aix386_core_file_p()
140 core_reg2sec (abfd)->vma = (bfd_vma) -1; in aix386_core_file_p()
141 core_reg2sec (abfd)->filepos = in aix386_core_file_p()
Daoutf1.h542 #define core_reg2sec(bfd) (core_hdr (bfd)->reg2_section) macro
650 core_reg2sec (abfd) = bfd_make_section_anyway_with_flags (abfd, ".reg2", in sunos4_core_file_p()
652 if (core_reg2sec (abfd) == NULL) in sunos4_core_file_p()
658 core_reg2sec (abfd)->size = core->fp_stuff_size; in sunos4_core_file_p()
663 core_reg2sec (abfd)->vma = 0; in sunos4_core_file_p()
669 core_reg2sec (abfd)->filepos = (file_ptr) core->fp_stuff_pos; in sunos4_core_file_p()
675 core_reg2sec (abfd)->alignment_power = 2; in sunos4_core_file_p()