Home | History | Annotate | Download | only in bfd

Lines Matching refs:pss

92   struct pssentry pss;
103 /* Get the pss entry from the core file */
108 amt = sizeof pss;
109 if (bfd_bread ((void *) &pss, amt, abfd) != amt)
123 strncpy (core_command (abfd), pss.pname, PNMLEN + 1);
127 tcontext_size = pss.threadcnt * sizeof (core_st_t);
152 pss.ssize,
153 pss.slimit,
160 pss.data_len + pss.bss_len,
161 pss.data_start,
162 pagesize + tcontext_size + pss.ssize
170 + pss.data_start % pagesize
191 for (secnum = 0; secnum < pss.threadcnt; secnum++)