Searched refs:psource (Results 1 – 2 of 2) sorted by relevance
121 static void dumpFunction(DumpState *D, const Proto *f, TString *psource);196 static void dumpFunction (DumpState *D, const Proto *f, TString *psource) { in dumpFunction() argument197 if (D->strip || f->source == psource) in dumpFunction()
156 static void loadFunction(LoadState *S, Proto *f, TString *psource);264 static void loadFunction (LoadState *S, Proto *f, TString *psource) { in loadFunction() argument267 f->source = psource; /* reuse parent's source */ in loadFunction()