Searched defs:next_instr_address (Results 1 – 3 of 3) sorted by relevance
86 #define next_instr_address(pc, bd) ((bd) ? (pc) : ((pc) + INSN_SIZE)) macro
119 #define next_instr_address(pc, bd) ((bd) ? (pc) : ((pc) + 4)) macro
239 next_instr_address(db_addr_t pc, boolean_t bd) in next_instr_address() function