MCPcopy 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

8using namespace std;
9
10void
11usage(const char *cmd)
12{
13 fprintf(stderr, "usage: %s elf-file pc\n", cmd);
14 exit(2);
15}
16
17bool
18find_pc(const dwarf::die &d, dwarf::taddr pc, vector<dwarf::die> *stack)

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected