Lines Matching defs:functions
14 // to functions. The hooks are dynamically installed by modifying the assembly
193 // FIXME: internal_str* and internal_mem* functions should be moved from the
483 case 0xCC: // CC : int 3 i.e. registering weak functions)
550 case 0xc2: // C2 XX XX : ret XX (needed for registering weak functions)
705 // a new compiler version, or if Windows changed how some functions are
972 // NTDLL should go last as it exports some functions that we should
1024 RVAPtr<DWORD> functions(module, exports->AddressOfFunctions);
1032 RVAPtr<char> func(module, functions[index]);
1034 // Handle forwarded functions.
1035 DWORD offset = functions[index];