OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stack_content
(Results
1 - 1
of
1
) sorted by null
/system/core/debuggerd/
tombstone.c
208
uint32_t
stack_content
;
local
209
if (!try_get_word_ptrace(tid, *sp, &
stack_content
)) {
215
find_symbol_ptrace(context,
stack_content
, &mi, &symbol);
220
uint32_t offset =
stack_content
- (mi->start + symbol->start);
224
label, *sp,
stack_content
, mi ? mi->name : "", symbol_name, offset);
227
label, *sp,
stack_content
, mi ? mi->name : "", symbol_name);
232
*sp,
stack_content
, mi ? mi->name : "", symbol_name, offset);
235
*sp,
stack_content
, mi ? mi->name : "", symbol_name);
242
label, *sp,
stack_content
, mi ? mi->name : "");
245
*sp,
stack_content
, mi ? mi->name : "")
[
all
...]
Completed in 73 milliseconds