Lines Matching defs:pc
147 if ((ctx->pc < func) || (ctx->pc > (func+range)))
298 locate_fde_for_pc(uint64_t pc, int enc,
303 * Search the eh_frame info with a given pc. Return a pointer to a
308 * a matching pc value.
316 uint64_t pc = ctx->pc;
325 if (0 == dlamd64getunwind((void*)pc, &dlef)) {
349 ctx->fde = locate_fde_for_pc(pc, ft_enc, pi, pj, reloc, base);
354 locate_fde_for_pc(uint64_t pc, int enc,
378 if (range_start <= pc && pc < range_end) {
382 if (range_start < pc)