Lines Matching refs:toc
25 toc = ''
32 toc += line.decode()
33 return readelf.wait(), toc
38 toc = ''
49 toc += '{}\n'.format(' '.join(line.decode().split(' ', 2)[:2]))
50 return nm.wait(), toc
54 result, toc = collect_soname(args)
57 toc += dynsym
58 return result, toc
61 def update_toc(tocfile, toc): argument
67 if toc != old_toc:
69 fp.write(toc)
175 result, toc = collect_toc(args)
182 update_toc(args.tocfile, toc)