Searched refs:this_module (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/examples/python/ |
| H A D | diagnose_unwind.py | 78 this_module = backtrace_print_frame( 82 if this_module is not None: 83 module_list.append(this_module) 95 this_module = backtrace_print_frame(target, frame_num, cur_pc, cur_fp) 98 if this_module is not None: 99 module_list.append(this_module) 120 this_module = backtrace_print_frame(target, frame_num, cur_pc, cur_fp) 123 if this_module is not None: 124 module_list.append(this_module) 203 this_module = backtrace_print_frame( [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | xtensa-isa.c | 167 int opc, insn_size, prev_num_opcodes, new_num_opcodes, this_module; in xtensa_add_isa() local 226 this_module = isa->num_modules; in xtensa_add_isa() 235 isa->module_opcode_base[this_module] = prev_num_opcodes; in xtensa_add_isa() 236 isa->module_decode_fn[this_module] = decode_insn_fn; in xtensa_add_isa()
|