Searched refs:location_end (Results 1 – 2 of 2) sorted by relevance
186 int32_t location_end = ReadUShort(end_index + location * end_offset); in SearchUShort() local188 fprintf(stderr, "**start: %d; end: %d\n", location_start, location_end); in SearchUShort()190 if (key <= location_end) { in SearchUShort()242 int32_t location_end = ReadULongAsInt(end_index + location * end_offset); in SearchULong() local244 fprintf(stderr, "**start: %d; end: %d\n", location_start, location_end); in SearchULong()246 if (key <= location_end) { in SearchULong()
455 uint32_t location_end = last_frame->context.esp + in GetCallerByWindowsFrameInfo() local458 for (uint32_t location = location_end + fp_search_bytes; in GetCallerByWindowsFrameInfo()459 location >= location_end; in GetCallerByWindowsFrameInfo()