OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sp_start
(Results
1 - 1
of
1
) sorted by null
/system/core/libunwindstack/tools/
unwind_for_offline.cpp
92
uint64_t
sp_start
= stacks[i].first;
local
94
std::vector<uint8_t> buffer(sp_end -
sp_start
);
96
if (!process_memory->Read(
sp_start
, buffer.data(), buffer.size())) {
101
printf("Saving the stack 0x%" PRIx64 "-0x%" PRIx64 "\n",
sp_start
, sp_end);
109
size_t bytes = fwrite(&
sp_start
, 1, sizeof(
sp_start
), fp.get());
110
if (bytes != sizeof(
sp_start
)) {
Completed in 195 milliseconds