Searched refs:nmfile (Results 1 – 2 of 2) sorted by relevance
304 def dump_nm(nmfile, strip_prefix, cppfilt): argument305 dirs = treeify_syms(parse_nm(nmfile), strip_prefix, cppfilt)399 nmfile = open(opts.nmpath, 'r') variable410 dump_nm(nmfile, strip_prefix=opts.strip_prefix, cppfilt=opts.cppfilt)415 nmfile = open(opts.nmpath, 'r') variable416 syms = list(parse_nm(nmfile))
393 nmfile.obj