Home | History | Annotate | Download | only in golden

Lines Matching refs:lib_path

93 def DumpSymbols(lib_path, dump_path):
99 lib_path: The path to the library.
112 parser = elf_parser.ElfParser(lib_path)
125 def DumpVtables(lib_path, dump_path, dumper_dir):
131 lib_path: The path to the library.
145 vtables = parser.CallVtableDumper(lib_path)
201 lib_path = os.path.join(lib_dir, lib_name)
204 print(lib_path)
205 print(DumpSymbols(lib_path, symbol_dump_path))
206 print(DumpVtables(lib_path, vtable_dump_path, dumper_dir))