Lines Matching refs:mypc
896 addressT mypc;
903 mypc = fragP->fr_address + (fragP->fr_opcode - fragP->fr_literal);
954 if (sym_addr > mypc)
960 disp = (int) addr0 - (int) mypc;
1036 addressT addr0, mypc;
1051 mypc = fragP->fr_address + (fragP->fr_opcode - fragP->fr_literal);
1052 tprintf ("\033[32mmypc: 0x%x\033[0m\n", (int)mypc);
1063 tprintf ("unknown addr ? - %x = ?\n", (int)mypc);
1068 disp = (int) addr0 - (int) mypc;
1069 tprintf ("known addr %x - %x = %d\n", (int)addr0, (int)mypc, disp);