Home
last modified time | relevance | path

Searched refs:protected_buffer (Results 1 – 16 of 16) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/client/ios/
H A Dexception_handler_no_mach.cc70 char protected_buffer[PAGE_MAX_SIZE] __attribute__((aligned(PAGE_MAX_SIZE))); member
72 char protected_buffer[PAGE_SIZE] __attribute__((aligned(PAGE_SIZE)));
217 assert(((size_t)(gProtectedData.protected_buffer) & PAGE_MASK) == 0); in InstallHandlers()
218 mprotect(gProtectedData.protected_buffer, PAGE_SIZE, PROT_READ); in InstallHandlers()
232 mprotect(gProtectedData.protected_buffer, PAGE_SIZE, PROT_READ | PROT_WRITE); in UninstallHandlers()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/src/client/ios/
H A Dexception_handler_no_mach.cc70 char protected_buffer[PAGE_MAX_SIZE] __attribute__((aligned(PAGE_MAX_SIZE))); member
72 char protected_buffer[PAGE_SIZE] __attribute__((aligned(PAGE_SIZE)));
217 assert(((size_t)(gProtectedData.protected_buffer) & PAGE_MASK) == 0); in InstallHandlers()
218 mprotect(gProtectedData.protected_buffer, PAGE_SIZE, PROT_READ); in InstallHandlers()
232 mprotect(gProtectedData.protected_buffer, PAGE_SIZE, PROT_READ | PROT_WRITE); in UninstallHandlers()
/dports/devel/grpc130/grpc-1.30.2/test/core/tsi/
H A Dtransport_security_test_lib.cc193 unsigned char* protected_buffer = in tsi_test_frame_protector_send_message_to_peer() local
208 protector, message_bytes, &processed_message_size, protected_buffer, in tsi_test_frame_protector_send_message_to_peer()
212 send_bytes_to_peer(channel, protected_buffer, protected_buffer_size_to_send, in tsi_test_frame_protector_send_message_to_peer()
222 protector, protected_buffer, &protected_buffer_size_to_send, in tsi_test_frame_protector_send_message_to_peer()
225 send_bytes_to_peer(channel, protected_buffer, in tsi_test_frame_protector_send_message_to_peer()
232 gpr_free(protected_buffer); in tsi_test_frame_protector_send_message_to_peer()
/dports/devel/grpc/grpc-1.42.0/test/core/tsi/
H A Dtransport_security_test_lib.cc194 unsigned char* protected_buffer = in tsi_test_frame_protector_send_message_to_peer() local
210 protector, message_bytes, &processed_message_size, protected_buffer, in tsi_test_frame_protector_send_message_to_peer()
214 send_bytes_to_peer(channel, protected_buffer, protected_buffer_size_to_send, in tsi_test_frame_protector_send_message_to_peer()
224 protector, protected_buffer, &protected_buffer_size_to_send, in tsi_test_frame_protector_send_message_to_peer()
227 send_bytes_to_peer(channel, protected_buffer, in tsi_test_frame_protector_send_message_to_peer()
234 gpr_free(protected_buffer); in tsi_test_frame_protector_send_message_to_peer()
/dports/devel/grpc134/grpc-1.34.1/test/core/tsi/
H A Dtransport_security_test_lib.cc193 unsigned char* protected_buffer = in tsi_test_frame_protector_send_message_to_peer() local
208 protector, message_bytes, &processed_message_size, protected_buffer, in tsi_test_frame_protector_send_message_to_peer()
212 send_bytes_to_peer(channel, protected_buffer, protected_buffer_size_to_send, in tsi_test_frame_protector_send_message_to_peer()
222 protector, protected_buffer, &protected_buffer_size_to_send, in tsi_test_frame_protector_send_message_to_peer()
225 send_bytes_to_peer(channel, protected_buffer, in tsi_test_frame_protector_send_message_to_peer()
232 gpr_free(protected_buffer); in tsi_test_frame_protector_send_message_to_peer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/test/core/tsi/
H A Dtransport_security_test_lib.cc193 unsigned char* protected_buffer = in tsi_test_frame_protector_send_message_to_peer() local
208 protector, message_bytes, &processed_message_size, protected_buffer, in tsi_test_frame_protector_send_message_to_peer()
212 send_bytes_to_peer(channel, protected_buffer, protected_buffer_size_to_send, in tsi_test_frame_protector_send_message_to_peer()
222 protector, protected_buffer, &protected_buffer_size_to_send, in tsi_test_frame_protector_send_message_to_peer()
225 send_bytes_to_peer(channel, protected_buffer, in tsi_test_frame_protector_send_message_to_peer()
232 gpr_free(protected_buffer); in tsi_test_frame_protector_send_message_to_peer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/client/mac/handler/
H A Dexception_handler.cc78 char protected_buffer[PAGE_MAX_SIZE] __attribute__((aligned(PAGE_MAX_SIZE))); member
80 char protected_buffer[PAGE_SIZE] __attribute__((aligned(PAGE_SIZE)));
655 assert(((size_t)(gProtectedData.protected_buffer) & PAGE_MASK) == 0); in InstallHandler()
656 mprotect(gProtectedData.protected_buffer, PAGE_SIZE, PROT_READ); in InstallHandler()
700 mprotect(gProtectedData.protected_buffer, PAGE_SIZE, in UninstallHandler()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/breakpad-client/mac/handler/
H A Dexception_handler.cc82 char protected_buffer[PAGE_MAX_SIZE] __attribute__((aligned(PAGE_MAX_SIZE))); member
84 char protected_buffer[PAGE_SIZE] __attribute__((aligned(PAGE_SIZE)));
707 assert(((size_t)(gProtectedData.protected_buffer) & PAGE_MASK) == 0); in InstallHandler()
708 mprotect(gProtectedData.protected_buffer, PAGE_SIZE, PROT_READ); in InstallHandler()
751 mprotect(gProtectedData.protected_buffer, PAGE_SIZE, in UninstallHandler()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/crashreporter/breakpad-client/mac/handler/
H A Dexception_handler.cc78 char protected_buffer[PAGE_MAX_SIZE] __attribute__((aligned(PAGE_MAX_SIZE))); member
80 char protected_buffer[PAGE_SIZE] __attribute__((aligned(PAGE_SIZE)));
650 assert(((size_t)(gProtectedData.protected_buffer) & PAGE_MASK) == 0); in InstallHandler()
651 mprotect(gProtectedData.protected_buffer, PAGE_SIZE, PROT_READ); in InstallHandler()
694 mprotect(gProtectedData.protected_buffer, PAGE_SIZE, in UninstallHandler()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/google-breakpad/src/client/mac/handler/
H A Dexception_handler.cc78 char protected_buffer[PAGE_MAX_SIZE] __attribute__((aligned(PAGE_MAX_SIZE)));
80 char protected_buffer[PAGE_SIZE] __attribute__((aligned(PAGE_SIZE)));
650 assert(((size_t)(gProtectedData.protected_buffer) & PAGE_MASK) == 0);
651 mprotect(gProtectedData.protected_buffer, PAGE_SIZE, PROT_READ);
694 mprotect(gProtectedData.protected_buffer, PAGE_SIZE,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/src/client/mac/handler/
H A Dexception_handler.cc78 char protected_buffer[PAGE_MAX_SIZE] __attribute__((aligned(PAGE_MAX_SIZE))); member
80 char protected_buffer[PAGE_SIZE] __attribute__((aligned(PAGE_SIZE)));
655 assert(((size_t)(gProtectedData.protected_buffer) & PAGE_MASK) == 0); in InstallHandler()
656 mprotect(gProtectedData.protected_buffer, PAGE_SIZE, PROT_READ); in InstallHandler()
700 mprotect(gProtectedData.protected_buffer, PAGE_SIZE, in UninstallHandler()
/dports/biology/ugene/ugene-40.1/src/libs_3rdparty/breakpad/src/client/mac/handler/
H A Dexception_handler.cc78 char protected_buffer[PAGE_MAX_SIZE] __attribute__((aligned(PAGE_MAX_SIZE))); member
80 char protected_buffer[PAGE_SIZE] __attribute__((aligned(PAGE_SIZE)));
655 assert(((size_t)(gProtectedData.protected_buffer) & PAGE_MASK) == 0); in InstallHandler()
656 mprotect(gProtectedData.protected_buffer, PAGE_SIZE, PROT_READ); in InstallHandler()
700 mprotect(gProtectedData.protected_buffer, PAGE_SIZE, in UninstallHandler()
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/breakpad-client/mac/handler/
H A Dexception_handler.cc83 char protected_buffer[PAGE_MAX_SIZE] __attribute__((aligned(PAGE_MAX_SIZE))); member
85 char protected_buffer[PAGE_SIZE] __attribute__((aligned(PAGE_SIZE)));
776 assert(((size_t)(gProtectedData.protected_buffer) & PAGE_MASK) == 0); in InstallHandler()
777 mprotect(gProtectedData.protected_buffer, PAGE_SIZE, PROT_READ); in InstallHandler()
823 mprotect(gProtectedData.protected_buffer, PAGE_SIZE, in UninstallHandler()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/breakpad-client/mac/handler/
H A Dexception_handler.cc82 char protected_buffer[PAGE_MAX_SIZE] __attribute__((aligned(PAGE_MAX_SIZE))); member
84 char protected_buffer[PAGE_SIZE] __attribute__((aligned(PAGE_SIZE)));
758 assert(((size_t)(gProtectedData.protected_buffer) & PAGE_MASK) == 0); in InstallHandler()
759 mprotect(gProtectedData.protected_buffer, PAGE_SIZE, PROT_READ); in InstallHandler()
805 mprotect(gProtectedData.protected_buffer, PAGE_SIZE, in UninstallHandler()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/breakpad-client/mac/handler/
H A Dexception_handler.cc82 char protected_buffer[PAGE_MAX_SIZE] __attribute__((aligned(PAGE_MAX_SIZE))); member
84 char protected_buffer[PAGE_SIZE] __attribute__((aligned(PAGE_SIZE)));
758 assert(((size_t)(gProtectedData.protected_buffer) & PAGE_MASK) == 0); in InstallHandler()
759 mprotect(gProtectedData.protected_buffer, PAGE_SIZE, PROT_READ); in InstallHandler()
805 mprotect(gProtectedData.protected_buffer, PAGE_SIZE, in UninstallHandler()
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/3rdparty/libcrashreporter-qt/3rdparty/breakpad/client/mac/handler/
H A Dexception_handler.cc77 char protected_buffer[PAGE_SIZE] __attribute__((aligned(PAGE_SIZE))); member
646 assert(((size_t)(gProtectedData.protected_buffer) & PAGE_MASK) == 0); in InstallHandler()
647 mprotect(gProtectedData.protected_buffer, PAGE_SIZE, PROT_READ); in InstallHandler()
691 mprotect(gProtectedData.protected_buffer, PAGE_SIZE, in UninstallHandler()