Searched refs:stacki (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | dwarfread.c | 2151 int stacki; in locval() local 2162 stacki = 0; in locval() 2163 stack[stacki] = 0; in locval() 2182 stack[++stacki] in locval() 2197 stack[++stacki] = 0; in locval() 2201 stack[++stacki] = target_to_host (loc, loc_value_size, in locval() 2215 DIE_ID, DIE_NAME, stack[stacki]); in locval() 2220 DIE_ID, DIE_NAME, stack[stacki]); in locval() 2223 stack[stacki - 1] += stack[stacki]; in locval() 2224 stacki--; in locval() [all …]
|
| H A D | dwarf2read.c | 7456 int stacki; in decode_locdesc() local 7461 stacki = 0; in decode_locdesc() 7462 stack[stacki] = 0; in decode_locdesc() 7600 stack[stacki + 1] = stack[stacki]; in decode_locdesc() 7601 stacki++; in decode_locdesc() 7605 stack[stacki - 1] += stack[stacki]; in decode_locdesc() 7606 stacki--; in decode_locdesc() 7615 stack[stacki - 1] -= stack[stacki]; in decode_locdesc() 7616 stacki--; in decode_locdesc() 7645 return (stack[stacki]); in decode_locdesc() [all …]
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | function.c | 2806 rtx stacki = adjust_address_nv (data->stack_parm, submode, in assign_parm_setup_reg() local 2820 = gen_rtx_EXPR_LIST (REG_EQUIV, stacki, in assign_parm_setup_reg()
|