Searched refs:static_offset (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dvalops.c95 int static_offset);
1943 int static_offset;
2229 int static_offset = oload_method_static (method, fns_ptr, ix);
2252 bv = rank_function (parm_types, nparms, arg_types + static_offset,
2253 nargs - static_offset);
2286 for (jj = 0; jj < nargs - static_offset; jj++)
2312 int static_offset)
2316 for (ix = 1; ix <= nargs - static_offset; ix++)
1941 int static_offset; local
2227 int static_offset = oload_method_static (method, fns_ptr, ix); local
2308 classify_oload_match(struct badness_vector *oload_champ_bv, int nargs, int static_offset) argument

Completed in 52 milliseconds