Lines Matching refs:pss
92 struct pssentry pss; in lynx_core_file_p() local
108 amt = sizeof pss; in lynx_core_file_p()
109 if (bfd_bread ((void *) &pss, amt, abfd) != amt) in lynx_core_file_p()
123 strncpy (core_command (abfd), pss.pname, PNMLEN + 1); in lynx_core_file_p()
127 tcontext_size = pss.threadcnt * sizeof (core_st_t); in lynx_core_file_p()
152 pss.ssize, in lynx_core_file_p()
153 pss.slimit, in lynx_core_file_p()
160 pss.data_len + pss.bss_len, in lynx_core_file_p()
161 pss.data_start, in lynx_core_file_p()
162 pagesize + tcontext_size + pss.ssize in lynx_core_file_p()
170 + pss.data_start % pagesize in lynx_core_file_p()
191 for (secnum = 0; secnum < pss.threadcnt; secnum++) in lynx_core_file_p()