Home
last modified time | relevance | path

Searched refs:core_stacksec (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/binutils/bfd/
HDptrace-core.c46 #define core_stacksec(bfd) ((bfd)->tdata.trad_core_data->stack_section) macro
94 core_stacksec (abfd) = bfd_make_section_anyway_with_flags (abfd, ".stack",
96 if (core_stacksec (abfd) == NULL)
112 core_stacksec (abfd)->size = u.pt_ssize;
116 core_stacksec (abfd)->vma = USRSTACK - u.pt_ssize;
120 core_stacksec (abfd)->filepos = (int) (u.pt_dataptr + u.pt_dsize);
124 core_stacksec (abfd)->alignment_power = 2;
HDtrad-core.c60 #define core_stacksec(bfd) ((bfd)->tdata.trad_core_data->stack_section) macro
160 core_stacksec(abfd) = bfd_make_section_anyway_with_flags (abfd, ".stack",
162 if (core_stacksec (abfd) == NULL)
178 core_stacksec (abfd)->size = NBPG * u.u_ssize;
190 core_stacksec (abfd)->vma = HOST_STACK_START_ADDR;
192 core_stacksec (abfd)->vma = HOST_STACK_END_ADDR - (NBPG * u.u_ssize);
212 core_stacksec (abfd)->filepos = (NBPG * UPAGES) + NBPG * u.u_dsize
220 core_stacksec (abfd)->alignment_power = 2;
HDaoutf1.h541 #define core_stacksec(bfd) (core_hdr (bfd)->stack_section) macro
632 core_stacksec (abfd) = bfd_make_section_anyway_with_flags (abfd, ".stack", in sunos4_core_file_p()
634 if (core_stacksec (abfd) == NULL) in sunos4_core_file_p()
656 core_stacksec (abfd)->size = core->c_ssize; in sunos4_core_file_p()
661 core_stacksec (abfd)->vma = (core->c_stacktop - core->c_ssize); in sunos4_core_file_p()
666 core_stacksec (abfd)->filepos = core->c_len + core->c_dsize; in sunos4_core_file_p()
673 core_stacksec (abfd)->alignment_power = 2; in sunos4_core_file_p()