Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
195
void
196
cursor::underflow()
197
{
198
throw underflow_error(
"cannot read past end of DWARF section"
);
199
}
200
201
DWARFPP_END_NAMESPACE
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected