Home
last modified time | relevance | path

Searched refs:return_address (Results 201 – 225 of 1036) sorted by relevance

12345678910>>...42

/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/3rdparty/libcrashreporter-qt/3rdparty/breakpad/processor/
H A Dstackwalker_amd64_unittest.cc311 uint64_t return_address = 0x50000000b0000110ULL; in TEST_F() local
324 .D64(return_address) // actual return address in TEST_F()
366 EXPECT_EQ(return_address, frame1->context.rip); in TEST_F()
441 uint64_t return_address = 0x50000000b0000110ULL; in TEST_F() local
456 .D64(return_address) // actual return address in TEST_F()
499 EXPECT_EQ(return_address, frame1->context.rip); in TEST_F()
/dports/www/miniserve/miniserve-0.18.0/src/
H A Derrors.rs147 let return_address = req in map_error_page() localVariable
158 render_error(error_msg, head.status, conf, return_address) in map_error_page()
/dports/net/gsk/gsk-1.0.63/src/dns/
H A Dgskdnsserver.c47 GskSocketAddress *return_address; member
120 gsk_packet_set_dst_address (packet, server_task->return_address); in server_task_resolve_result()
158 gsk_packet_set_dst_address (packet, server_task->return_address); in server_task_on_fail()
192 server_task->return_address = g_object_ref (socket_address); in server_handle_incoming_messages()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-core/src/r4300/hacktarux_dynarec/
H A Ddyna_start.S28 extern return_address: qword
55 mov [return_address], rax
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/i386/include/
H A Dreturn.h6 void *return_address(unsigned int);
/dports/lang/zig-devel/zig-0.9.0/lib/std/testing/
H A Dfailing_allocator.zig52 return_address: usize,
57 … const result = try self.internal_allocator.rawAlloc(len, ptr_align, len_align, return_address);
/dports/lang/zig/zig-0.9.0/lib/std/testing/
H A Dfailing_allocator.zig52 return_address: usize,
57 … const result = try self.internal_allocator.rawAlloc(len, ptr_align, len_align, return_address);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/ci/
H A DciTypeFlow.cpp110 record1->return_address() != record2->return_address()) { in is_compatible_with()
132 if (record1->return_address() == record2->return_address()) { in is_compatible_with()
183 void ciTypeFlow::JsrSet::remove_jsr_record(int return_address) { in remove_jsr_record() argument
186 if (record_at(i)->return_address() == return_address) { in remove_jsr_record()
219 ciType* return_address = state->type_at(local); in apply_control() local
220 assert(return_address->is_return_address(), "verify: wrong type"); in apply_control()
227 remove_jsr_record(return_address->as_return_address()->bci()); in apply_control()
1759 ciType* return_address = state->type_at(local); in successors() local
1761 int bci = return_address->as_return_address()->bci(); in successors()
2082 record->return_address() == return_address) { in make_jsr_record()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/ci/
H A DciTypeFlow.cpp110 record1->return_address() != record2->return_address()) { in is_compatible_with()
132 if (record1->return_address() == record2->return_address()) { in is_compatible_with()
183 void ciTypeFlow::JsrSet::remove_jsr_record(int return_address) { in remove_jsr_record() argument
186 if (record_at(i)->return_address() == return_address) { in remove_jsr_record()
219 ciType* return_address = state->type_at(local); in apply_control() local
220 assert(return_address->is_return_address(), "verify: wrong type"); in apply_control()
227 remove_jsr_record(return_address->as_return_address()->bci()); in apply_control()
1759 ciType* return_address = state->type_at(local); in successors() local
1761 int bci = return_address->as_return_address()->bci(); in successors()
2082 record->return_address() == return_address) { in make_jsr_record()
[all …]
/dports/mail/mailutils/mailutils-3.13/libmu_sieve/extensions/
H A Dvacation.c769 char const *return_address; in sieve_action_vacation() local
806 return_address = my_address; in sieve_action_vacation()
810 if (match_addresses (mach, hdr, my_address, val, &return_address) == 0) in sieve_action_vacation()
827 &return_address); in sieve_action_vacation()
829 rc = vacation_reply (mach, msg, text, from, return_address); in sieve_action_vacation()
/dports/emulators/simh-hp3000/simh-hp3000-3.11.0.10/SCP/HP3000/
H A Dhp3000_sel.c812 uint32 return_address; in sel_service() local
945return_address = program_counter - 1 & LA_MASK; /* point at the second of the program words */ in sel_service()
947 … port_write_memory (absolute, return_address, outbound_data); /* save the word */ in sel_service()
951 outbound_data, return_address); in sel_service()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/regexp/
H A Dregexp-macro-assembler.cc123 Address* return_address, Code re_code, Address* subject, in CheckStackGuardState() argument
126 Address old_pc = PointerAuthentication::AuthenticatePC(return_address, 0); in CheckStackGuardState()
175 PointerAuthentication::ReplacePC(return_address, new_pc, 0); in CheckStackGuardState()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/new-regexp/
H A Dregexp-macro-assembler.cc136 Address* return_address, Code re_code, Address* subject, in CheckStackGuardState() argument
139 Address old_pc = PointerAuthentication::AuthenticatePC(return_address, 0); in CheckStackGuardState()
188 PointerAuthentication::ReplacePC(return_address, new_pc, 0); in CheckStackGuardState()
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/3rdparty/libcrashreporter-qt/3rdparty/breakpad/common/
H A Ddwarf_cfi_to_module.cc127 unsigned return_address) { in Entry() argument
139 return_address_ = return_address; in Entry()
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/google-breakpad/common/
H A Ddwarf_cfi_to_module.cc100 unsigned return_address) { in Entry() argument
112 return_address_ = return_address; in Entry()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/include/asm/
H A Dsuspend_32.h30 unsigned long return_address; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/include/asm/
H A Dsuspend_32.h30 unsigned long return_address; member
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/include/asm/
H A Dsuspend_32.h30 unsigned long return_address; member
/dports/mail/spamdyke/spamdyke-5.0.1/spamdyke/
H A Dsearch_fs.c1073 …har *target_username, char *target_domain, char *missing_data, char *return_address, int max_retur… in reassemble_address() argument
1079 if ((return_address != NULL) && in reassemble_address()
1086 …tmp_strlen = SNPRINTF(return_address, max_return_address, "%s@%s", target_username, target_domain); in reassemble_address()
1088 tmp_strlen = SNPRINTF(return_address, max_return_address, "%s", target_username); in reassemble_address()
1091 tmp_strlen = SNPRINTF(return_address, max_return_address, "@%s", target_domain); in reassemble_address()
1093 tmp_strlen = SNPRINTF(return_address, max_return_address, "%s", missing_data); in reassemble_address()
1095 return_address[0] = '\0'; in reassemble_address()
1101 return(return_address); in reassemble_address()
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP3000/
H A Dhp3000_sel.c808 uint32 return_address; in sel_service() local
941return_address = program_counter - 1 & LA_MASK; /* point at the second of the program words */ in sel_service()
943 … port_write_memory (absolute, return_address, outbound_data); /* save the word */ in sel_service()
947 outbound_data, return_address); in sel_service()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/common/
H A Ddwarf_cfi_to_module.cc147 unsigned return_address) { in Entry() argument
159 return_address_ = return_address; in Entry()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/google-breakpad/src/common/
H A Ddwarf_cfi_to_module.cc147 unsigned return_address) { in Entry() argument
159 return_address_ = return_address; in Entry()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/crashreporter/google-breakpad/src/common/
H A Ddwarf_cfi_to_module.cc147 unsigned return_address) { in Entry() argument
159 return_address_ = return_address; in Entry()
/dports/security/py-keepkey/python-keepkey-7.2.1/tests/
H A Dtest_msg_cosmos_signtx.py144 return_address=proto_exchange.ExchangeAddress(
200 return_address=proto_exchange.ExchangeAddress(
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/google-breakpad/src/common/
H A Ddwarf_cfi_to_module.cc147 unsigned return_address) { in Entry() argument
159 return_address_ = return_address; in Entry()

12345678910>>...42