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

Method underflow

dwarf/cursor.cc:195–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195void
196cursor::underflow()
197{
198 throw underflow_error("cannot read past end of DWARF section");
199}
200
201DWARFPP_END_NAMESPACE

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected