MCPcopy 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
60static u_int
61db_disasm_read_word(u_int address)
62{
63
64 return db_get_value(address, 4, 0);
65}
66
67static void
68db_disasm_printaddr(u_int address)

Callers

nothing calls this directly

Calls 1

db_get_valueFunction · 0.85

Tested by

no test coverage detected