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

/freebsd-11-stable/contrib/binutils/bfd/
H A Dptrace-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;
H A Dtrad-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;
H A Daoutf1.h542 #define core_stacksec(bfd) (core_hdr (bfd)->stack_section)
633 core_stacksec (abfd) = bfd_make_section_anyway_with_flags (abfd, ".stack",
635 if (core_stacksec (abfd) == NULL)
657 core_stacksec (abfd)->size = core->c_ssize;
662 core_stacksec (abfd)->vma = (core->c_stacktop - core->c_ssize);
667 core_stacksec (abfd)->filepos = core->c_len + core->c_dsize;
674 core_stacksec (abfd)->alignment_power = 2;
541 #define core_stacksec macro

Completed in 64 milliseconds