Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dsymfile.c3153 struct obj_section *osect, *best_match = NULL; in find_pc_overlay() local
3164 best_match = osect; in find_pc_overlay()
3167 best_match = osect; in find_pc_overlay()
3169 return best_match ? best_match->the_bfd_section : NULL; in find_pc_overlay()
/mirbsd/src/usr.sbin/httpd/src/modules/standard/
Dmod_negotiation.c2007 static int best_match(negotiation_state *neg, var_rec **pbest) in best_match() function
2525 alg_result = best_match(neg, bestp); in do_negotiation()