Home | History | Annotate | Download | only in gdb

Lines Matching refs:sol

266   int	sol;		/* Size of locals (decoded from cfm value).  */
1350 cache->sol = 0;
1387 CORE_ADDR bof, sor, sol, sof, cfm, rrb_gr;
1747 sol = cache->sol;
1788 sol = (cfm >> 7) & 0x7f;
1791 /* The previous bof only requires subtraction of the sol (size of
1794 bof = rse_address_add (bof, -sol);
1874 cache->sol = (cfm >> 7) & 0x7f;
1939 (sof (size of frame) - sol (size of locals)). */