MCPcopy Create free account
hub / github.com/aclements/libelfin / cursor

Method cursor

dwarf/internal.hh:103–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 const char *pos;
102
103 cursor()
104 : pos(nullptr) { }
105 cursor(const std::shared_ptr<section> sec, section_offset offset = 0)
106 : sec(sec), pos(sec->begin + offset) { }
107

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected