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

/external/google-breakpad/src/google_breakpad/processor/
H A Dstack_frame.h61 function_base(),
124 uint64_t function_base; member in struct:google_breakpad::StackFrame
/external/google-breakpad/src/common/dwarf/
H A Dbytereader-inl.h164 inline void ByteReader::SetFunctionBase(uint64 function_base) { argument
165 function_base_ = function_base;
/external/google-breakpad/src/processor/
H A Dfast_source_line_resolver.cc77 MemAddr function_base; local
82 &function_base, &function_size) &&
83 address >= function_base && address - function_base < function_size) {
86 frame->function_base = frame->module->base_address() + function_base;
103 (!func_ptr || public_address > function_base)) {
106 frame->function_base = frame->module->base_address() + public_address;
217 MemAddr function_base, function_size; local
219 &function_base,
[all...]
H A Dbasic_source_line_resolver.cc201 MemAddr function_base; local
205 &function_base, &function_size) &&
206 address >= function_base && address - function_base < function_size) {
208 frame->function_base = frame->module->base_address() + function_base;
222 (!func.get() || public_address > function_base)) {
224 frame->function_base = frame->module->base_address() + public_address;
256 MemAddr function_base, function_size; local
258 &function_base,
[all...]

Completed in 113 milliseconds