Searched refs:location_start (Results 1 – 3 of 3) sorted by relevance
/external/google-breakpad/src/google_breakpad/processor/ |
D | stackwalker.h | 134 bool ScanForReturnAddress(InstructionType location_start, in ScanForReturnAddress() argument 144 return ScanForReturnAddress(location_start, location_found, ip_found, in ScanForReturnAddress() 158 bool ScanForReturnAddress(InstructionType location_start, in ScanForReturnAddress() argument 162 for (InstructionType location = location_start; in ScanForReturnAddress() 163 location <= location_start + searchwords * sizeof(InstructionType); in ScanForReturnAddress()
|
/external/sfntly/cpp/src/sfntly/data/ |
D | readable_font_data.cc | 180 int32_t location_start = ReadUShort(start_index + location * start_offset); in SearchUShort() local 181 if (key < location_start) { in SearchUShort() 188 fprintf(stderr, "**start: %d; end: %d\n", location_start, location_end); in SearchUShort() 210 int32_t location_start = ReadUShort(start_index + location * start_offset); in SearchUShort() local 211 if (key < location_start) { in SearchUShort() 214 } else if (key > location_start) { in SearchUShort() 235 int32_t location_start = ReadULongAsInt(start_index in SearchULong() local 237 if (key < location_start) { in SearchULong() 244 fprintf(stderr, "**start: %d; end: %d\n", location_start, location_end); in SearchULong()
|
/external/google-breakpad/src/processor/ |
D | stackwalker_x86.cc | 376 uint32_t location_start = last_frame->context.esp; in GetCallerByWindowsFrameInfo() local 379 || !ScanForReturnAddress(location_start, &location, &eip, in GetCallerByWindowsFrameInfo() 420 uint32_t location_start = dictionary[".raSearchStart"] + 4; in GetCallerByWindowsFrameInfo() local 423 && ScanForReturnAddress(location_start, &location, &eip, in GetCallerByWindowsFrameInfo() 430 offset = location - location_start; in GetCallerByWindowsFrameInfo()
|