MCPcopy Index your code
hub / github.com/Binject/debug / readType

Method readType

dwarf/type.go:285–713  ·  view source on GitHub ↗

readType reads a type from r at off of name. It adds types to the type cache, appends new typedef types to typedefs, and computes the sizes of types. Callers should pass nil for typedefs; this is used for internal recursion.

(name string, r typeReader, off Offset, typeCache map[Offset]Type, typedefs *[]*TypedefType)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

TypeMethod · 0.95
sigToTypeMethod · 0.95

Calls 14

CommonMethod · 0.95
sigToTypeMethod · 0.95
makeBufFunction · 0.85
zeroArrayFunction · 0.85
ValMethod · 0.80
BasicMethod · 0.80
uint8Method · 0.80
uintMethod · 0.80
SeekMethod · 0.65
NextMethod · 0.65
AddressSizeMethod · 0.65
SizeMethod · 0.65

Tested by

no test coverage detected