Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:loc_start

2052                                Addr loc_start,
2202 if (loc_start >= ctx->loc)
2204 if (ctx->loc - loc_start > 10000000 /* let's say */)
2207 *base = loc_start + ctx->initloc;
2208 *len = (UInt)(ctx->loc - loc_start);
2257 if (loc_start >= ctx->loc)
2259 if (ctx->loc - loc_start
2262 *base = loc_start + ctx->initloc;
2263 *len = (UInt)(ctx->loc - loc_start);
2299 if (loc_start >= ctx->loc)
2301 if (ctx->loc - loc_start > 10000000 /* let's say */)
2304 *base = loc_start + ctx->initloc;
2305 *len = (UInt)(ctx->loc - loc_start);
2348 if (loc_start >= ctx->loc)
2350 if (ctx->loc - loc_start > 10000000 /* let's say */)
2353 *base = loc_start + ctx->initloc;
2354 *len = (UInt)(ctx->loc - loc_start);
2391 if (loc_start >= ctx->loc)
2393 if (ctx->loc - loc_start > 10000000 /* let's say */)
2396 *base = loc_start + ctx->initloc;
2397 *len = (UInt)(ctx->loc - loc_start);
2433 if (loc_start >= ctx->loc)
2435 if (ctx->loc - loc_start > 10000000 /* let's say */)
2438 *base = loc_start + ctx->initloc;
2439 *len = (UInt)(ctx->loc - loc_start);
2456 "summarise_context(loc_start = %#lx)"
2457 ": cannot summarise(why=%d): \n", loc_start, why);