Home
last modified time | relevance | path

Searched refs:best_tf (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-xtensa.c9362 struct trampoline_frag *best_tf = NULL; in xtensa_relax_frag() local
9370 if (!best_tf || this_delta < best_delta) in xtensa_relax_frag()
9372 best_tf = tf; in xtensa_relax_frag()
9376 tf = best_tf; in xtensa_relax_frag()
9892 struct trampoline_frag *best_tf = NULL; in search_trampolines() local
9939 if (!best_tf || this_delta < best_delta) in search_trampolines()
9941 best_tf = tf; in search_trampolines()
9947 if (best_tf && in search_trampolines()
9951 return best_tf; in search_trampolines()