Lines Matching defs:found
474 * desired name is found, check compatibility between local and target types,
477 * 1 is returned, if field is found.
478 * 0 is returned if no compatible field is found.
492 int i, n, found;
523 found = bpf_core_match_member(local_btf, local_acc,
526 if (found) /* either found or error */
527 return found;
538 found = bpf_core_fields_are_compat(local_btf,
541 if (!found)
543 return found;
813 /* type-based relos return zero when target type is not found */
1011 * For existence relocations target spec will be NULL if field/type is not found.
1391 * wasn't found in any candidate, the list of candidates shouldn't
1399 * If no candidates were found, it might be both a programmer error,
1410 pr_debug("prog '%s': relo #%d: no matching targets found\n",