Lines Matching defs:end
257 * itself plus all the used sub-programs, appended at the end
1011 pr_warn("struct_ops init: var %s is beyond the end of DATASEC %s\n",
1036 char *end;
1052 end = strchr(obj->name, '.');
1053 if (end)
1054 *end = 0;
5711 * object files. If such situation occurs, deduplicated BTF will end up
5986 /* obj->btf_vmlinux is freed at the end of object load phase */
6267 * - append it at the end of main program's instructions blog;
6332 * is zero), subprog instructions are appended at the end of main program's
10687 int err = 0, n, len, start, end = -1;
10699 n = sscanf(s, "%d%n-%d%n", &start, &len, &end, &len);
10705 end = start;
10707 if (start < 0 || start > end) {
10709 start, end, s);
10713 tmp = realloc(*mask, end + 1);
10720 memset(tmp + start, 1, end - start + 1);
10721 *mask_sz = end + 1;