Home
last modified time | relevance | path

Searched refs:stack_region_base (Results 1 – 12 of 12) sorted by relevance

/dports/games/openlierox/OpenLieroX/src/breakpad/external/src/client/mac/handler/
H A Dminidump_generator.cc220 mach_vm_address_t stack_region_base = start_addr; in CalculateStackSize() local
234 mach_vm_region_recurse(crashing_task_, &stack_region_base, in CalculateStackSize()
239 if (start_addr < stack_region_base) { in CalculateStackSize()
246 if ((stack_region_base + stack_region_size) == TOP_OF_THREAD0_STACK) { in CalculateStackSize()
264 stack_region_base + stack_region_size - start_addr : 0; in CalculateStackSize()
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/google-breakpad/client/mac/handler/
H A Dminidump_generator.cc238 mach_vm_address_t stack_region_base = start_addr; in CalculateStackSize() local
252 mach_vm_region_recurse(crashing_task_, &stack_region_base, in CalculateStackSize()
257 if (start_addr < stack_region_base) { in CalculateStackSize()
264 (stack_region_base + stack_region_size) == TOP_OF_THREAD0_STACK_64BIT) || in CalculateStackSize()
266 (stack_region_base + stack_region_size) == TOP_OF_THREAD0_STACK_32BIT)) { in CalculateStackSize()
284 stack_region_base + stack_region_size - start_addr : 0; in CalculateStackSize()
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/3rdparty/libcrashreporter-qt/3rdparty/breakpad/client/mac/handler/
H A Dminidump_generator.cc259 mach_vm_address_t stack_region_base = start_addr; in CalculateStackSize() local
273 mach_vm_region_recurse(crashing_task_, &stack_region_base, in CalculateStackSize()
277 if (result != KERN_SUCCESS || start_addr < stack_region_base) { in CalculateStackSize()
293 mach_vm_address_t next_region_base = stack_region_base + in CalculateStackSize()
313 return stack_region_base + stack_region_size - start_addr; in CalculateStackSize()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/breakpad-client/mac/handler/
H A Dminidump_generator.cc279 mach_vm_address_t stack_region_base = start_addr; in CalculateStackSize() local
293 mach_vm_region_recurse(crashing_task_, &stack_region_base, in CalculateStackSize()
297 if (result != KERN_SUCCESS || start_addr < stack_region_base) { in CalculateStackSize()
313 mach_vm_address_t next_region_base = stack_region_base + in CalculateStackSize()
333 return stack_region_base + stack_region_size - start_addr; in CalculateStackSize()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/crashreporter/breakpad-client/mac/handler/
H A Dminidump_generator.cc279 mach_vm_address_t stack_region_base = start_addr; in CalculateStackSize() local
293 mach_vm_region_recurse(crashing_task_, &stack_region_base, in CalculateStackSize()
297 if (result != KERN_SUCCESS || start_addr < stack_region_base) { in CalculateStackSize()
313 mach_vm_address_t next_region_base = stack_region_base + in CalculateStackSize()
333 return stack_region_base + stack_region_size - start_addr; in CalculateStackSize()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/google-breakpad/src/client/mac/handler/
H A Dminidump_generator.cc279 mach_vm_address_t stack_region_base = start_addr; in CalculateStackSize() local
293 mach_vm_region_recurse(crashing_task_, &stack_region_base, in CalculateStackSize()
297 if (result != KERN_SUCCESS || start_addr < stack_region_base) { in CalculateStackSize()
313 mach_vm_address_t next_region_base = stack_region_base + in CalculateStackSize()
333 return stack_region_base + stack_region_size - start_addr; in CalculateStackSize()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/src/client/mac/handler/
H A Dminidump_generator.cc279 mach_vm_address_t stack_region_base = start_addr; in CalculateStackSize() local
293 mach_vm_region_recurse(crashing_task_, &stack_region_base, in CalculateStackSize()
297 if (result != KERN_SUCCESS || start_addr < stack_region_base) { in CalculateStackSize()
313 mach_vm_address_t next_region_base = stack_region_base + in CalculateStackSize()
333 return stack_region_base + stack_region_size - start_addr; in CalculateStackSize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/client/mac/handler/
H A Dminidump_generator.cc279 mach_vm_address_t stack_region_base = start_addr; in CalculateStackSize() local
293 mach_vm_region_recurse(crashing_task_, &stack_region_base, in CalculateStackSize()
297 if (result != KERN_SUCCESS || start_addr < stack_region_base) { in CalculateStackSize()
313 mach_vm_address_t next_region_base = stack_region_base + in CalculateStackSize()
333 return stack_region_base + stack_region_size - start_addr; in CalculateStackSize()
/dports/biology/ugene/ugene-40.1/src/libs_3rdparty/breakpad/src/client/mac/handler/
H A Dminidump_generator.cc279 mach_vm_address_t stack_region_base = start_addr; in CalculateStackSize() local
293 mach_vm_region_recurse(crashing_task_, &stack_region_base, in CalculateStackSize()
297 if (result != KERN_SUCCESS || start_addr < stack_region_base) { in CalculateStackSize()
313 mach_vm_address_t next_region_base = stack_region_base + in CalculateStackSize()
333 return stack_region_base + stack_region_size - start_addr; in CalculateStackSize()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/breakpad-client/mac/handler/
H A Dminidump_generator.cc282 mach_vm_address_t stack_region_base = start_addr; in CalculateStackSize() local
296 mach_vm_region_recurse(crashing_task_, &stack_region_base, in CalculateStackSize()
300 if (result != KERN_SUCCESS || start_addr < stack_region_base) { in CalculateStackSize()
316 mach_vm_address_t next_region_base = stack_region_base + in CalculateStackSize()
336 return stack_region_base + stack_region_size - start_addr; in CalculateStackSize()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/breakpad-client/mac/handler/
H A Dminidump_generator.cc282 mach_vm_address_t stack_region_base = start_addr; in CalculateStackSize() local
296 mach_vm_region_recurse(crashing_task_, &stack_region_base, in CalculateStackSize()
300 if (result != KERN_SUCCESS || start_addr < stack_region_base) { in CalculateStackSize()
316 mach_vm_address_t next_region_base = stack_region_base + in CalculateStackSize()
336 return stack_region_base + stack_region_size - start_addr; in CalculateStackSize()
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/breakpad-client/mac/handler/
H A Dminidump_generator.cc282 mach_vm_address_t stack_region_base = start_addr; in CalculateStackSize() local
296 mach_vm_region_recurse(crashing_task_, &stack_region_base, in CalculateStackSize()
300 if (result != KERN_SUCCESS || start_addr < stack_region_base) { in CalculateStackSize()
316 mach_vm_address_t next_region_base = stack_region_base + in CalculateStackSize()
336 return stack_region_base + stack_region_size - start_addr; in CalculateStackSize()