HomeSort by: relevance | last modified time | path
    Searched defs:core_datasec (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
ptrace-core.c 45 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section) macro
99 core_datasec (abfd) = bfd_make_section_anyway_with_flags (abfd, ".data",
101 if (core_datasec (abfd) == NULL)
112 core_datasec (abfd)->size = u.pt_dsize;
116 core_datasec (abfd)->vma = u.pt_o_data_start;
120 core_datasec (abfd)->filepos = (int) u.pt_dataptr;
126 core_datasec (abfd)->alignment_power = 2;
trad-core.c 50 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section) macro
153 core_datasec (abfd) = bfd_make_section_anyway_with_flags (abfd, ".data",
155 if (core_datasec (abfd) == NULL)
162 core_datasec (abfd)->size = NBPG * u.u_dsize
173 core_datasec (abfd)->vma = HOST_DATA_START_ADDR;
175 core_datasec (abfd)->vma = HOST_TEXT_START_ADDR + (NBPG * u.u_tsize);
200 core_datasec (abfd)->filepos = NBPG * UPAGES;
210 core_datasec (abfd)->alignment_power = 2;
hppabsd-core.c 68 #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;
  /src/external/gpl3/binutils.old/dist/bfd/
ptrace-core.c 45 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section) macro
99 core_datasec (abfd) = bfd_make_section_anyway_with_flags (abfd, ".data",
101 if (core_datasec (abfd) == NULL)
112 core_datasec (abfd)->size = u.pt_dsize;
116 core_datasec (abfd)->vma = u.pt_o_data_start;
120 core_datasec (abfd)->filepos = (int) u.pt_dataptr;
126 core_datasec (abfd)->alignment_power = 2;
trad-core.c 50 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section) macro
153 core_datasec (abfd) = bfd_make_section_anyway_with_flags (abfd, ".data",
155 if (core_datasec (abfd) == NULL)
162 core_datasec (abfd)->size = NBPG * u.u_dsize
173 core_datasec (abfd)->vma = HOST_DATA_START_ADDR;
175 core_datasec (abfd)->vma = HOST_TEXT_START_ADDR + (NBPG * u.u_tsize);
200 core_datasec (abfd)->filepos = NBPG * UPAGES;
210 core_datasec (abfd)->alignment_power = 2;
hppabsd-core.c 68 #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;
  /src/external/gpl3/gdb.old/dist/bfd/
ptrace-core.c 45 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section) macro
99 core_datasec (abfd) = bfd_make_section_anyway_with_flags (abfd, ".data",
101 if (core_datasec (abfd) == NULL)
112 core_datasec (abfd)->size = u.pt_dsize;
116 core_datasec (abfd)->vma = u.pt_o_data_start;
120 core_datasec (abfd)->filepos = (int) u.pt_dataptr;
126 core_datasec (abfd)->alignment_power = 2;
trad-core.c 50 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section) macro
153 core_datasec (abfd) = bfd_make_section_anyway_with_flags (abfd, ".data",
155 if (core_datasec (abfd) == NULL)
162 core_datasec (abfd)->size = NBPG * u.u_dsize
173 core_datasec (abfd)->vma = HOST_DATA_START_ADDR;
175 core_datasec (abfd)->vma = HOST_TEXT_START_ADDR + (NBPG * u.u_tsize);
200 core_datasec (abfd)->filepos = NBPG * UPAGES;
210 core_datasec (abfd)->alignment_power = 2;
hppabsd-core.c 68 #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;
  /src/external/gpl3/gdb/dist/bfd/
ptrace-core.c 45 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section) macro
99 core_datasec (abfd) = bfd_make_section_anyway_with_flags (abfd, ".data",
101 if (core_datasec (abfd) == NULL)
112 core_datasec (abfd)->size = u.pt_dsize;
116 core_datasec (abfd)->vma = u.pt_o_data_start;
120 core_datasec (abfd)->filepos = (int) u.pt_dataptr;
126 core_datasec (abfd)->alignment_power = 2;
trad-core.c 50 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section) macro
153 core_datasec (abfd) = bfd_make_section_anyway_with_flags (abfd, ".data",
155 if (core_datasec (abfd) == NULL)
162 core_datasec (abfd)->size = NBPG * u.u_dsize
173 core_datasec (abfd)->vma = HOST_DATA_START_ADDR;
175 core_datasec (abfd)->vma = HOST_TEXT_START_ADDR + (NBPG * u.u_tsize);
200 core_datasec (abfd)->filepos = NBPG * UPAGES;
210 core_datasec (abfd)->alignment_power = 2;
hppabsd-core.c 68 #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;

Completed in 17 milliseconds