Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dvalops.c81 static int oload_method_static (int method, struct fn_field *fns_ptr,
1932 oload_method_static (method, fns_ptr, in find_overload_match()
1961 *staticp = oload_method_static (method, fns_ptr, oload_champ); in find_overload_match()
2158 int static_offset = oload_method_static (method, fns_ptr, ix); in find_oload_champ()
2228 oload_method_static (int method, struct fn_field *fns_ptr, int index) in oload_method_static() function
H A DChangeLog11629 (find_oload_champ,oload_method_static,classify_oload_match): New.