Lines Matching defs:sym
297 if (node->ms.sym) {
298 HV *sym = newHV();
299 if (!sym) {
303 if (!hv_stores(sym, "start", newSVuv(node->ms.sym->start)) ||
304 !hv_stores(sym, "end", newSVuv(node->ms.sym->end)) ||
305 !hv_stores(sym, "binding", newSVuv(node->ms.sym->binding)) ||
306 !hv_stores(sym, "name", newSVpvn(node->ms.sym->name,
307 node->ms.sym->namelen)) ||
308 !hv_stores(elem, "sym", newRV_noinc((SV*)sym))) {
309 hv_undef(sym);
595 if(exists $node->{sym})\n\
597 printf( \"\\t[\\%%x] \\%%s\\n\", $node->{ip}, $node->{sym}{name});\n\