OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:core_stacksec
(Results
1 - 4
of
4
) sorted by null
/toolchain/binutils/binutils-2.25/bfd/
ptrace-core.c
46
#define
core_stacksec
(bfd) ((bfd)->tdata.trad_core_data->stack_section)
macro
93
core_stacksec
(abfd) = bfd_make_section_anyway_with_flags (abfd, ".stack",
95
if (
core_stacksec
(abfd) == NULL)
111
core_stacksec
(abfd)->size = u.pt_ssize;
115
core_stacksec
(abfd)->vma = USRSTACK - u.pt_ssize;
119
core_stacksec
(abfd)->filepos = (int) (u.pt_dataptr + u.pt_dsize);
123
core_stacksec
(abfd)->alignment_power = 2;
trad-core.c
63
#define
core_stacksec
(bfd) ((bfd)->tdata.trad_core_data->stack_section)
macro
159
core_stacksec
(abfd) = bfd_make_section_anyway_with_flags (abfd, ".stack",
161
if (
core_stacksec
(abfd) == NULL)
177
core_stacksec
(abfd)->size = NBPG * u.u_ssize;
189
core_stacksec
(abfd)->vma = HOST_STACK_START_ADDR;
191
core_stacksec
(abfd)->vma = HOST_STACK_END_ADDR - (NBPG * u.u_ssize);
211
core_stacksec
(abfd)->filepos = (NBPG * UPAGES) + NBPG * u.u_dsize
219
core_stacksec
(abfd)->alignment_power = 2;
hppabsd-core.c
69
#define
core_stacksec
(bfd) (core_hdr(bfd)->stack_section)
macro
156
core_stacksec
(abfd) = make_bfd_asection (abfd, ".stack",
161
if (
core_stacksec
(abfd) == NULL)
163
core_stacksec
(abfd)->vma = USRSTACK;
aoutf1.h
541
#define
core_stacksec
(bfd) (core_hdr (bfd)->stack_section)
632
core_stacksec
(abfd) = bfd_make_section_anyway_with_flags (abfd, ".stack",
634
if (
core_stacksec
(abfd) == NULL)
656
core_stacksec
(abfd)->size = core->c_ssize;
661
core_stacksec
(abfd)->vma = (core->c_stacktop - core->c_ssize);
666
core_stacksec
(abfd)->filepos = core->c_len + core->c_dsize;
673
core_stacksec
(abfd)->alignment_power = 2;
540
#define
core_stacksec
macro
Completed in 177 milliseconds