Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ db_disasm_read_word
Function
db_disasm_read_word
freebsd/arm/arm/db_disasm.c:60–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
};
59
60
static u_int
61
db_disasm_read_word(u_int address)
62
{
63
64
return db_get_value(address, 4, 0);
65
}
66
67
static void
68
db_disasm_printaddr(u_int address)
Callers
nothing calls this directly
Calls
1
db_get_value
Function · 0.85
Tested by
no test coverage detected