Searched refs:module (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libdll/
H A Ddlfcn.c120 /* xcoff module header */
163 /* find the loaded module whose data area contains the
166 * data area of the module defining the procedure
168 static struct ld_info* getinfo(void* module) argument
173 if (!ld_info || module != last_module)
175 last_module = module;
182 if ((char*)(info->ldinfo_dataorg) <= (char*)module &&
183 (char*)module <= ((char*)(info->ldinfo_dataorg)
327 NSModule module; member in struct:Dll_s
393 dll->module
[all...]

Completed in 10 milliseconds