Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aclements/libelfin
/ usage
Function
usage
examples/find-pc.cc:10–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
using namespace std;
9
10
void
11
usage(const char *cmd)
12
{
13
fprintf(stderr,
"usage: %s elf-file pc\n"
, cmd);
14
exit(2);
15
}
16
17
bool
18
find_pc(const dwarf::die &d, dwarf::taddr pc, vector<dwarf::die> *stack)
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected