Searched refs:pss (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Dlynx-core.c94 struct pssentry pss; local
105 /* Get the pss entry from the core file */
110 amt = sizeof pss;
111 if (bfd_bread ((void *) &pss, amt, abfd) != amt)
125 strncpy (core_command (abfd), pss.pname, PNMLEN + 1);
129 tcontext_size = pss.threadcnt * sizeof (core_st_t);
154 pss.ssize,
155 pss.slimit,
162 pss.data_len + pss
[all...]
/haiku-buildtools/binutils/bfd/
H A Dlynx-core.c92 struct pssentry pss; local
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
[all...]
/haiku-buildtools/binutils/libiberty/
H A Dphysmem.c96 struct pst_static pss; local
97 if (0 <= pstat_getstatic (&pss, sizeof pss, 1, 0))
99 double pages = pss.physical_memory;
100 double pagesize = pss.page_size;
200 struct pst_static pss; local
202 if (0 <= pstat_getstatic (&pss, sizeof pss, 1, 0)
206 double pagesize = pss.page_size;
/haiku-buildtools/gcc/libiberty/
H A Dphysmem.c96 struct pst_static pss; local
97 if (0 <= pstat_getstatic (&pss, sizeof pss, 1, 0))
99 double pages = pss.physical_memory;
100 double pagesize = pss.page_size;
200 struct pst_static pss; local
202 if (0 <= pstat_getstatic (&pss, sizeof pss, 1, 0)
206 double pagesize = pss.page_size;
/haiku-buildtools/legacy/binutils/libiberty/
H A Dphysmem.c96 struct pst_static pss; local
97 if (0 <= pstat_getstatic (&pss, sizeof pss, 1, 0))
99 double pages = pss.physical_memory;
100 double pagesize = pss.page_size;
200 struct pst_static pss; local
202 if (0 <= pstat_getstatic (&pss, sizeof pss, 1, 0)
206 double pagesize = pss.page_size;
/haiku-buildtools/gcc/libgcc/
H A Dgeneric-morestack.c326 struct stack_segment *pss; local
392 pss = (struct stack_segment *) space;
394 pss->prev = NULL;
395 pss->next = NULL;
396 pss->size = allocate - overhead;
397 pss->dynamic_allocation = NULL;
398 pss->free_dynamic_allocation = NULL;
399 pss->extra = NULL;
401 return pss;
445 struct stack_segment *pss; local
772 struct stack_segment *pss; local
[all...]
/haiku-buildtools/legacy/binutils/gas/
H A Ddwarf2dbg.c215 struct line_subseg **pss, *ss;
231 for (pss = &s->head; (ss = *pss) != NULL ; pss = &ss->next)
240 ss->next = *pss;
244 *pss = ss;
213 struct line_subseg **pss, *ss; local
/haiku-buildtools/binutils/gas/
H A Ddwarf2dbg.c250 struct line_subseg **pss, *lss;
267 for (pss = &s->head; (lss = *pss) != NULL ; pss = &lss->next)
276 lss->next = *pss;
281 *pss = lss;
249 struct line_subseg **pss, *lss; local
/haiku-buildtools/gcc/gcc/
H A Dmodulo-sched.c1911 sbitmap pss = sbitmap_alloc (ps->g->num_nodes);
1921 bitmap_clear (pss);
1923 pss_not_empty = bitmap_and (pss, u_node_succs, sched_nodes);
2043 sbitmap_free (pss);
1908 sbitmap pss = sbitmap_alloc (ps->g->num_nodes); local
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-array.c3397 gfc_ss *ss, *pss; local
3434 pss = ss->parent;
3438 gcc_assert (ss_info == pss->info);
3443 pss = ss;
3481 add_array_offset (pblock, ploop, ss, ar, pss->dim[i], i);

Completed in 139 milliseconds