OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:core_datasec
(Results
1 - 4
of
4
) sorted by null
/toolchain/binutils/binutils-2.25/bfd/
ptrace-core.c
45
#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;
trad-core.c
62
#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;
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;
aoutf1.h
540
#define
core_datasec
(bfd) (core_hdr (bfd)->data_section)
639
core_datasec
(abfd) = bfd_make_section_anyway_with_flags (abfd, ".data",
641
if (
core_datasec
(abfd) == NULL)
657
core_datasec
(abfd)->size = core->c_dsize;
662
core_datasec
(abfd)->vma = core->c_data_addr;
667
core_datasec
(abfd)->filepos = core->c_len;
674
core_datasec
(abfd)->alignment_power = 2;
539
#define
core_datasec
macro
Completed in 107 milliseconds