Home | History | Annotate | Download | only in utils

Lines Matching refs:get_symbols

313     get_symbols, should_keep_symbol, calling_convention_decoration, lib = arg
315 for symbol in get_symbols(lib):
341 get_symbols = None
348 get_symbols = None
361 # Keep going until we have a tool to use for both get_symbols and
363 if not get_symbols:
364 get_symbols = tools[exe][0]
367 if get_symbols and is_32bit_windows:
371 if not get_symbols:
418 vals = [(get_symbols, should_keep_symbol, calling_convention_decoration, x) for x in libs]