Searched defs:lib (Results 1 – 2 of 2) sorted by relevance
96 def SymbolInformation(lib, addr): argument119 def SymbolInformationForSet(lib, unique_addrs): argument167 def CallAddr2LineForSet(lib, unique_addrs): argument240 def CallObjdumpForSet(lib, unique_addrs): argument
9 void* lib = dlopen("libtest1.so", RTLD_NOW); in main() local