MCPcopy Create free account
hub / github.com/dtrace4linux/linux / dt_cg_load

Function dt_cg_load

libdtrace/dt_cg.c:141–182  ·  view source on GitHub ↗

* Lookup the correct load opcode to use for the specified node and CTF type. * We determine the size and convert it to a 3-bit index. Our lookup table * is constructed to use a 5-bit index, consisting of the 3-bit size 0-7, a * bit for the sign, and a bit for userland address. For example, a 4-byte * signed load from userland would be at the following table index: * user=1 sign=1 size=4 =>

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

dt_cg_field_setFunction · 0.85
dt_cg_nodeFunction · 0.85

Calls 4

xyerrorFunction · 0.85
clp2Function · 0.70
ctf_type_encodingFunction · 0.50
ctf_type_sizeFunction · 0.50

Tested by

no test coverage detected