Searched defs:stack_location (Results 1 - 1 of 1) sorted by relevance

/external/google-breakpad/src/client/mac/handler/
H A Dminidump_generator.cc318 MDMemoryDescriptor *stack_location) {
359 stack_location->start_of_memory_range = start_addr;
360 stack_location->memory = memory.location();
366 MDMemoryDescriptor *stack_location) {
370 return WriteStackARM(state, stack_location);
374 return WriteStackARM64(state, stack_location);
378 return WriteStackPPC(state, stack_location);
380 return WriteStackPPC64(state, stack_location);
384 return WriteStackX86(state, stack_location);
386 return WriteStackX86_64(state, stack_location);
316 WriteStackFromStartAddress( mach_vm_address_t start_addr, MDMemoryDescriptor *stack_location) argument
365 WriteStack(breakpad_thread_state_data_t state, MDMemoryDescriptor *stack_location) argument
451 WriteStackARM(breakpad_thread_state_data_t state, MDMemoryDescriptor *stack_location) argument
508 WriteStackARM64(breakpad_thread_state_data_t state, MDMemoryDescriptor *stack_location) argument
584 WriteStackPPC(breakpad_thread_state_data_t state, MDMemoryDescriptor *stack_location) argument
592 WriteStackPPC64(breakpad_thread_state_data_t state, MDMemoryDescriptor *stack_location) argument
750 WriteStackX86(breakpad_thread_state_data_t state, MDMemoryDescriptor *stack_location) argument
759 WriteStackX86_64(breakpad_thread_state_data_t state, MDMemoryDescriptor *stack_location) argument
[all...]

Completed in 265 milliseconds