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

/external/google-breakpad/src/processor/
H A Dbasic_source_line_resolver_unittest.cc455 // FUNC <address> <size> <stack_param_size> <name>
459 long stack_param_size; local
464 &stack_param_size, &name));
467 EXPECT_EQ(3, stack_param_size);
473 &stack_param_size, &name));
476 EXPECT_EQ(0xa3, stack_param_size);
481 &stack_param_size, &name));
484 EXPECT_EQ(0, stack_param_size);
489 // FUNC <address> <size> <stack_param_size> <name>
493 long stack_param_size; local
615 long stack_param_size; local
646 long stack_param_size; local
[all...]
H A Dbasic_source_line_resolver.cc325 long stack_param_size; local
328 &stack_param_size, &name)) {
329 return new Function(name, address, size, stack_param_size);
350 long stack_param_size; local
354 &stack_param_size, &name)) {
366 stack_param_size));
492 uint64_t *size, long *stack_param_size,
494 // FUNC <address> <size> <stack_param_size> <name>
514 *stack_param_size = strtol(tokens[2], &after_number, 16);
516 *stack_param_size
491 ParseFunction(char *function_line, uint64_t *address, uint64_t *size, long *stack_param_size, char **name) argument
571 ParsePublicSymbol(char *public_line, uint64_t *address, long *stack_param_size, char **name) argument
[all...]
/external/google-breakpad/src/common/solaris/
H A Ddump_symbols.cc110 uint32_t stack_param_size; member in struct:__anon5135::FuncInfo
258 func_info->stack_param_size = 0;
539 func_info.stack_param_size,
/external/google-breakpad/src/common/windows/
H A Dpdb_source_line_writer.cc266 int stack_param_size; local
267 if (!GetSymbolFunctionName(function, &name, &stack_param_size)) {
273 if (stack_param_size < 0) {
274 stack_param_size = GetFunctionStackParamSize(function);
282 ranges[i].rva, ranges[i].length, stack_param_size, name);
814 int stack_param_size; local
815 if (!GetSymbolFunctionName(symbol, &name, &stack_param_size)) {
823 stack_param_size > 0 ? stack_param_size : 0, name);
925 int *stack_param_size) {
923 GetSymbolFunctionName(IDiaSymbol *function, BSTR *name, int *stack_param_size) argument
[all...]

Completed in 86 milliseconds