Searches for all calls (including indirect) to different modules from the code section described by dump structure, places them into the reference table as a set of t_ref records and displays in reference window. Address of origin, if not 0, is also included into the table (marked as TY_ORIGIN). Returns number of found references or -1 on error. Notice that this function doesn't work on file dump.
int Findalldllcalls(t_dump *pd,ulong origin,char *title);
Parameters:
pd - pointer to dump descriptor of code section;
origin - address of search origin or 0 if none. Search origin gives easy way to return to initial point after browsing through the found items;
title - title of reference window.