Searched refs:core_datasec (Results 1 – 4 of 4) sorted by relevance
62 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section) macro163 core_datasec (abfd) = bfd_make_section_anyway_with_flags (abfd, ".data", in trad_unix_core_file_p()165 if (core_datasec (abfd) == NULL) in trad_unix_core_file_p()172 core_datasec (abfd)->size = NBPG * u.u_dsize in trad_unix_core_file_p()183 core_datasec (abfd)->vma = HOST_DATA_START_ADDR; in trad_unix_core_file_p()185 core_datasec (abfd)->vma = HOST_TEXT_START_ADDR + (NBPG * u.u_tsize); in trad_unix_core_file_p()210 core_datasec (abfd)->filepos = NBPG * UPAGES; in trad_unix_core_file_p()220 core_datasec (abfd)->alignment_power = 2; in trad_unix_core_file_p()
45 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section) macro97 core_datasec (abfd) = bfd_make_section_anyway_with_flags (abfd, ".data", in ptrace_unix_core_file_p()99 if (core_datasec (abfd) == NULL) in ptrace_unix_core_file_p()110 core_datasec (abfd)->size = u.pt_dsize; in ptrace_unix_core_file_p()114 core_datasec (abfd)->vma = u.pt_o_data_start; in ptrace_unix_core_file_p()118 core_datasec (abfd)->filepos = (int) u.pt_dataptr; in ptrace_unix_core_file_p()124 core_datasec (abfd)->alignment_power = 2; in ptrace_unix_core_file_p()
68 #define core_datasec(bfd) (core_hdr(bfd)->data_section) macro165 core_datasec (abfd) = make_bfd_asection (abfd, ".data", in hppabsd_core_core_file_p()170 if (core_datasec (abfd) == NULL) in hppabsd_core_core_file_p()172 core_datasec (abfd)->vma = UDATASEG; in hppabsd_core_core_file_p()
539 #define core_datasec(bfd) (core_hdr (bfd)->data_section) macro638 core_datasec (abfd) = bfd_make_section_anyway_with_flags (abfd, ".data", in sunos4_core_file_p()640 if (core_datasec (abfd) == NULL) in sunos4_core_file_p()656 core_datasec (abfd)->size = core->c_dsize; in sunos4_core_file_p()661 core_datasec (abfd)->vma = core->c_data_addr; in sunos4_core_file_p()666 core_datasec (abfd)->filepos = core->c_len; in sunos4_core_file_p()673 core_datasec (abfd)->alignment_power = 2; in sunos4_core_file_p()