Lines Matching defs:to_al
861 struct addr_location *to_al, u64 ref)
873 sym = to_al->sym;
906 struct addr_location *to_al, u64 ref)
911 struct symbol *tsym = to_al->sym;
1052 struct addr_location *to_al)
1057 struct symbol *tsym = to_al->sym;
1073 if (sym && sym == tsym && to_al->addr != tsym->start) {
1105 struct addr_location *to_al, u64 ref,
1139 err = thread_stack__bottom(ts, sample, from_al, to_al, ref);
1163 to_al->sym, sample->addr,
1172 if (!err && rstate == X86_RETPOLINE_POSSIBLE && to_al->sym &&
1173 from_al->sym == to_al->sym &&
1174 to_al->addr != to_al->sym->start)
1195 return thread_stack__x86_retpoline(ts, sample, to_al);
1203 from_al, to_al, ref);
1210 from_al->sym != to_al->sym && to_al->sym &&
1211 to_al->addr == to_al->sym->start) {
1222 to_al->sym, sample->addr,