Home | History | Annotate | Download | only in config

Lines Matching defs:addr0

895   addressT addr0, sym_addr;
911 if (rl78_frag_fix_value (fragP, segment, ri, & addr0,
955 addr0 += stretch;
960 disp = (int) addr0 - (int) mypc;
1036 addressT addr0, mypc;
1056 if (rl78_frag_fix_value (fragP, segment, 0, & addr0,
1061 addr0 = 0;
1067 /* We know the target address, and it's in addr0. */
1068 disp = (int) addr0 - (int) mypc;
1069 tprintf ("known addr %x - %x = %d\n", (int)addr0, (int)mypc, disp);