Searched refs:core_datasec (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dptrace-core.c45 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section) macro
98 core_datasec (abfd) = bfd_make_section_anyway_with_flags (abfd, ".data",
100 if (core_datasec (abfd) == NULL)
111 core_datasec (abfd)->size = u.pt_dsize;
115 core_datasec (abfd)->vma = u.pt_o_data_start;
119 core_datasec (abfd)->filepos = (int) u.pt_dataptr;
125 core_datasec (abfd)->alignment_power = 2;
H A Dtrad-core.c59 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section) macro
164 core_datasec (abfd) = bfd_make_section_anyway_with_flags (abfd, ".data",
166 if (core_datasec (abfd) == NULL)
173 core_datasec (abfd)->size = NBPG * u.u_dsize
184 core_datasec (abfd)->vma = HOST_DATA_START_ADDR;
186 core_datasec (abfd)->vma = HOST_TEXT_START_ADDR + (NBPG * u.u_tsize);
211 core_datasec (abfd)->filepos = NBPG * UPAGES;
221 core_datasec (abfd)->alignment_power = 2;
H A Daoutf1.h541 #define core_datasec(bfd) (core_hdr (bfd)->data_section)
640 core_datasec (abfd) = bfd_make_section_anyway_with_flags (abfd, ".data",
642 if (core_datasec (abfd) == NULL)
658 core_datasec (abfd)->size = core->c_dsize;
663 core_datasec (abfd)->vma = core->c_data_addr;
668 core_datasec (abfd)->filepos = core->c_len;
675 core_datasec (abfd)->alignment_power = 2;
540 #define core_datasec macro

Completed in 144 milliseconds