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

/haiku-buildtools/legacy/binutils/bfd/
H A Dptrace-core.c45 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section) macro
95 core_datasec (abfd) = bfd_make_section_anyway (abfd, ".data");
96 if (core_datasec (abfd) == NULL)
107 core_datasec (abfd)->flags = SEC_ALLOC + SEC_LOAD + SEC_HAS_CONTENTS;
110 core_datasec (abfd)->size = u.pt_dsize;
114 core_datasec (abfd)->vma = u.pt_o_data_start;
118 core_datasec (abfd)->filepos = (int) u.pt_dataptr;
124 core_datasec (abfd)->alignment_power = 2;
H A Dtrad-core.c59 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section) macro
161 core_datasec (abfd) = bfd_make_section_anyway (abfd, ".data");
162 if (core_datasec (abfd) == NULL)
169 core_datasec (abfd)->flags = SEC_ALLOC + SEC_LOAD + SEC_HAS_CONTENTS;
172 core_datasec (abfd)->size = NBPG * u.u_dsize
183 core_datasec (abfd)->vma = HOST_DATA_START_ADDR;
185 core_datasec (abfd)->vma = HOST_TEXT_START_ADDR + (NBPG * u.u_tsize);
210 core_datasec (abfd)->filepos = NBPG * UPAGES;
220 core_datasec (abfd)->alignment_power = 2;
H A Dhppabsd-core.c78 #define core_datasec(bfd) (core_hdr(bfd)->data_section) macro
178 core_datasec (abfd) = make_bfd_asection (abfd, ".data",
183 if (core_datasec (abfd) == NULL)
185 core_datasec (abfd)->vma = UDATASEG;
H A Daoutf1.h541 #define core_datasec(bfd) (core_hdr (bfd)->data_section)
636 core_datasec (abfd) = bfd_make_section_anyway (abfd, ".data");
637 if (core_datasec (abfd) == NULL)
649 core_datasec (abfd)->flags = SEC_ALLOC + SEC_LOAD + SEC_HAS_CONTENTS;
654 core_datasec (abfd)->size = core->c_dsize;
659 core_datasec (abfd)->vma = core->c_data_addr;
664 core_datasec (abfd)->filepos = core->c_len;
671 core_datasec (abfd)->alignment_power = 2;
540 #define core_datasec macro
/haiku-buildtools/binutils/bfd/
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",
99 if (core_datasec (abfd) == NULL)
110 core_datasec (abfd)->size = u.pt_dsize;
114 core_datasec (abfd)->vma = u.pt_o_data_start;
118 core_datasec (abfd)->filepos = (int) u.pt_dataptr;
124 core_datasec (abfd)->alignment_power = 2;
H A Dtrad-core.c62 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section) macro
163 core_datasec (abfd) = bfd_make_section_anyway_with_flags (abfd, ".data",
165 if (core_datasec (abfd) == NULL)
172 core_datasec (abfd)->size = NBPG * u.u_dsize
183 core_datasec (abfd)->vma = HOST_DATA_START_ADDR;
185 core_datasec (abfd)->vma = HOST_TEXT_START_ADDR + (NBPG * u.u_tsize);
210 core_datasec (abfd)->filepos = NBPG * UPAGES;
220 core_datasec (abfd)->alignment_power = 2;
H A Dhppabsd-core.c68 #define core_datasec(bfd) (core_hdr(bfd)->data_section) macro
165 core_datasec (abfd) = make_bfd_asection (abfd, ".data",
170 if (core_datasec (abfd) == NULL)
172 core_datasec (abfd)->vma = UDATASEG;
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 212 milliseconds