MCPcopy Create free account
hub / github.com/F-Stack/f-stack / db_disasm_read_word

Function db_disasm_read_word

freebsd/arm64/arm64/db_disasm.c:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47};
48
49static u_int
50db_disasm_read_word(vm_offset_t address)
51{
52
53 return (db_get_value(address, INSN_SIZE, 0));
54}
55
56static void
57db_disasm_printaddr(vm_offset_t address)

Callers

nothing calls this directly

Calls 1

db_get_valueFunction · 0.85

Tested by

no test coverage detected