Home
last modified time | relevance | path

Searched defs:next_instr_address (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/arm/include/
H A Ddb_machdep.h86 #define next_instr_address(pc, bd) ((bd) ? (pc) : ((pc) + INSN_SIZE)) macro
/f-stack/freebsd/arm64/include/
H A Ddb_machdep.h119 #define next_instr_address(pc, bd) ((bd) ? (pc) : ((pc) + 4)) macro
/f-stack/freebsd/mips/mips/
H A Ddb_interface.c239 next_instr_address(db_addr_t pc, boolean_t bd) in next_instr_address() function