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

  /src/external/gpl3/gdb.old/dist/gdb/
mips-tdep.c 1327 have had the ISA bit set. We use ADJ_PC for this tracking and keep
1333 information, which will be ADJ_PC-relative. For absolute address
1334 adjustments we just return the same address that we store in ADJ_PC
1339 and ADJ_PC. This is arranged with a call from `dwarf_decode_lines_1'
1340 that sets PC to 0 and ADJ_PC accordingly, usually 0 as well. */
1345 static CORE_ADDR adj_pc; local
1351 addr = rel ? isa_pc - adj_pc : isa_pc;
1352 adj_pc = isa_pc;
  /src/external/gpl3/gdb/dist/gdb/
mips-tdep.c 1335 have had the ISA bit set. We use ADJ_PC for this tracking and keep
1341 information, which will be ADJ_PC-relative. For absolute address
1342 adjustments we just return the same address that we store in ADJ_PC
1347 and ADJ_PC. This is arranged with a call from `dwarf_decode_lines_1'
1348 that sets PC to 0 and ADJ_PC accordingly, usually 0 as well. */
1353 static CORE_ADDR adj_pc; local
1359 addr = rel ? isa_pc - adj_pc : isa_pc;
1360 adj_pc = isa_pc;

Completed in 21 milliseconds