HomeSort by: relevance | last modified time | path
    Searched defs:adjusted_pc (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/i386/
gnu-unwind.h 75 unsigned char *adjusted_pc = (unsigned char*)(context->ra) + local
77 if (memcmp (adjusted_pc, gnu_sigtramp_code, gnu_sigtramp_len))
  /src/external/gpl3/gdb.old/dist/gdb/
amd-dbgapi-target.c 1212 CORE_ADDR adjusted_pc local
1215 if (adjusted_pc != pc)
1216 regcache_write_pc (regcache, adjusted_pc);
  /src/external/gpl3/gdb/dist/gdb/
amd-dbgapi-target.c 1248 CORE_ADDR adjusted_pc local
1251 if (adjusted_pc != pc)
1252 regcache_write_pc (regcache, adjusted_pc);

Completed in 16 milliseconds