Home
last modified time | relevance | path

Searched refs:iat (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/gpl3/gcc/dist/libsanitizer/interception/
H A Dinterception_win.cc986 RVAPtr<IMAGE_THUNK_DATA> iat(module, imports->FirstThunk); in OverrideImportedFunction() local
987 for (; name_table->u1.Ordinal != 0; ++name_table, ++iat) { in OverrideImportedFunction()
1002 *orig_old_func = iat->u1.AddressOfData; in OverrideImportedFunction()
1004 if (!VirtualProtect(&iat->u1.AddressOfData, 4, PAGE_EXECUTE_READWRITE, in OverrideImportedFunction()
1007 iat->u1.AddressOfData = new_function; in OverrideImportedFunction()
1008 if (!VirtualProtect(&iat->u1.AddressOfData, 4, old_prot, &unused_prot)) in OverrideImportedFunction()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/interception/
H A Dinterception_win.cc988 RVAPtr<IMAGE_THUNK_DATA> iat(module, imports->FirstThunk); in OverrideImportedFunction() local
989 for (; name_table->u1.Ordinal != 0; ++name_table, ++iat) { in OverrideImportedFunction()
1004 *orig_old_func = iat->u1.AddressOfData; in OverrideImportedFunction()
1006 if (!VirtualProtect(&iat->u1.AddressOfData, 4, PAGE_EXECUTE_READWRITE, in OverrideImportedFunction()
1009 iat->u1.AddressOfData = new_function; in OverrideImportedFunction()
1010 if (!VirtualProtect(&iat->u1.AddressOfData, 4, old_prot, &unused_prot)) in OverrideImportedFunction()
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/interception/
H A Dinterception_win.cc986 RVAPtr<IMAGE_THUNK_DATA> iat(module, imports->FirstThunk); in OverrideImportedFunction() local
987 for (; name_table->u1.Ordinal != 0; ++name_table, ++iat) { in OverrideImportedFunction()
1002 *orig_old_func = iat->u1.AddressOfData; in OverrideImportedFunction()
1004 if (!VirtualProtect(&iat->u1.AddressOfData, 4, PAGE_EXECUTE_READWRITE, in OverrideImportedFunction()
1007 iat->u1.AddressOfData = new_function; in OverrideImportedFunction()
1008 if (!VirtualProtect(&iat->u1.AddressOfData, 4, old_prot, &unused_prot)) in OverrideImportedFunction()
/netbsd/external/gpl2/groff/dist/tmac/
H A Dhyphenex.us628 sec-re-tar-iat
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp3579 const auto *iat = cast<IncompleteArrayType>(ty); in getVariableArrayDecayedType() local
3581 getVariableArrayDecayedType(iat->getElementType()), in getVariableArrayDecayedType()
3584 iat->getIndexTypeCVRQualifiers(), in getVariableArrayDecayedType()
3711 if (IncompleteArrayType *iat = in getIncompleteArrayType() local
3713 return QualType(iat, 0); in getIncompleteArrayType()
/netbsd/external/gpl3/binutils.old/dist/ld/
H A DChangeLog-2008820 * pe-dll.c (make_head): Fix iat and thunk addend offset.
/netbsd/external/gpl3/gdb/dist/ld/
H A DChangeLog-2008820 * pe-dll.c (make_head): Fix iat and thunk addend offset.
/netbsd/external/gpl3/binutils/dist/ld/
H A DChangeLog-2008820 * pe-dll.c (make_head): Fix iat and thunk addend offset.
/netbsd/external/gpl3/gdb.old/dist/ld/
H A DChangeLog-2008820 * pe-dll.c (make_head): Fix iat and thunk addend offset.