HomeSort by: relevance | last modified time | path
    Searched refs:program_counter (Results 1 - 14 of 14) sorted by relevancy

  /src/external/bsd/bc/dist/
proto.h 57 unsigned char byte (program_counter *pc_);
62 void push_b10_const (program_counter *pc_);
135 void process_params (program_counter *_pc_, int func);
load.c 41 program_counter load_adr;
158 static program_counter save_adr;
bcdefs.h 120 } program_counter; typedef in typeref:struct:__anon6401
global.h 133 EXTERN program_counter pc;
execute.c 54 byte ( program_counter *p )
707 push_b10_const (program_counter *progctr)
710 program_counter look_pc;
storage.c 995 process_params (program_counter *progctr, int func)
  /src/external/gpl3/gdb/dist/sim/ppc/
psim.h 40 unsigned_word program_counter; member in struct:_psim_status
cpu.c 40 unsigned_word program_counter; member in struct:_cpu
164 processor->program_counter = new_program_counter;
171 return processor->program_counter;
main.c 316 (long)status.program_counter);
psim.c 615 system->halt_status.program_counter =
620 system->halt_status.program_counter =
  /src/external/gpl3/gdb.old/dist/sim/ppc/
psim.h 40 unsigned_word program_counter; member in struct:_psim_status
cpu.c 40 unsigned_word program_counter; member in struct:_cpu
164 processor->program_counter = new_program_counter;
171 return processor->program_counter;
main.c 316 (long)status.program_counter);
psim.c 615 system->halt_status.program_counter =
620 system->halt_status.program_counter =

Completed in 49 milliseconds