Home
last modified time | relevance | path

Searched refs:core_datasec (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dtrad-core.c50 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section) macro
151 core_datasec (abfd) = bfd_make_section_anyway_with_flags (abfd, ".data", in trad_unix_core_file_p()
153 if (core_datasec (abfd) == NULL) in trad_unix_core_file_p()
160 core_datasec (abfd)->size = NBPG * u.u_dsize in trad_unix_core_file_p()
171 core_datasec (abfd)->vma = HOST_DATA_START_ADDR; in trad_unix_core_file_p()
173 core_datasec (abfd)->vma = HOST_TEXT_START_ADDR + (NBPG * u.u_tsize); in trad_unix_core_file_p()
198 core_datasec (abfd)->filepos = NBPG * UPAGES; in trad_unix_core_file_p()
208 core_datasec (abfd)->alignment_power = 2; in trad_unix_core_file_p()
H A Dptrace-core.c45 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section) macro
97 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()
H A Dhppabsd-core.c68 #define core_datasec(bfd) (core_hdr(bfd)->data_section) macro
165 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()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dtrad-core.c50 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section) macro
151 core_datasec (abfd) = bfd_make_section_anyway_with_flags (abfd, ".data", in trad_unix_core_file_p()
153 if (core_datasec (abfd) == NULL) in trad_unix_core_file_p()
160 core_datasec (abfd)->size = NBPG * u.u_dsize in trad_unix_core_file_p()
171 core_datasec (abfd)->vma = HOST_DATA_START_ADDR; in trad_unix_core_file_p()
173 core_datasec (abfd)->vma = HOST_TEXT_START_ADDR + (NBPG * u.u_tsize); in trad_unix_core_file_p()
198 core_datasec (abfd)->filepos = NBPG * UPAGES; in trad_unix_core_file_p()
208 core_datasec (abfd)->alignment_power = 2; in trad_unix_core_file_p()
H A Dptrace-core.c45 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section) macro
97 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()
H A Dhppabsd-core.c68 #define core_datasec(bfd) (core_hdr(bfd)->data_section) macro
165 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()