Home
last modified time | relevance | path

Searched refs:skip_plt (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/callgrind/
Dclo.c413 if VG_BOOL_CLO(arg, "--skip-plt", CLG_(clo).skip_plt) {} in CLG_()
654 CLG_(clo).skip_plt = True; in CLG_()
Dfn.c566 fn->skip = CLG_(clo).skip_plt; in CLG_()
Dglobal.h98 Bool skip_plt; /* Skip functions in PLT section? */ member
Ddump.c1246 CLG_(clo).skip_plt ? "yes" : "no"); in new_dumpfile()