Searched refs:stacki (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | dwarfread.c | 2150 int stacki; in locval() local 2161 stacki = 0; in locval() 2162 stack[stacki] = 0; in locval() 2181 stack[++stacki] in locval() 2196 stack[++stacki] = 0; in locval() 2200 stack[++stacki] = target_to_host (loc, loc_value_size, in locval() 2206 stack[++stacki] = target_to_host (loc, loc_value_size, in locval() 2214 DIE_ID, DIE_NAME, stack[stacki]); in locval() 2219 DIE_ID, DIE_NAME, stack[stacki]); in locval() 2222 stack[stacki - 1] += stack[stacki]; in locval() [all …]
|
| D | dwarf2read.c | 8614 int stacki; in decode_locdesc() local 8619 stacki = 0; in decode_locdesc() 8620 stack[stacki] = 0; in decode_locdesc() 8660 stack[++stacki] = op - DW_OP_lit0; in decode_locdesc() 8696 stack[++stacki] = op - DW_OP_reg0; in decode_locdesc() 8705 stack[++stacki] = unsnd; in decode_locdesc() 8711 stack[++stacki] = read_address (objfile->obfd, &data[i], in decode_locdesc() 8717 stack[++stacki] = read_1_byte (objfile->obfd, &data[i]); in decode_locdesc() 8722 stack[++stacki] = read_1_signed_byte (objfile->obfd, &data[i]); in decode_locdesc() 8727 stack[++stacki] = read_2_bytes (objfile->obfd, &data[i]); in decode_locdesc() [all …]
|