Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ db_disasm
Function
db_disasm
freebsd/arm/arm/db_disasm.c:74–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
vm_offset_t
75
db_disasm(vm_offset_t loc, bool altfmt)
76
{
77
78
return disasm(&db_disasm_interface, loc, altfmt);
79
}
80
81
/* End of db_disasm.c */
Callers
2
db_examine
Function · 0.50
db_print_loc_and_inst
Function · 0.50
Calls
1
disasm
Function · 0.70
Tested by
no test coverage detected