Lines Matching refs:file
30 /* positional (not necessarily ELF) index of a matching section in a final object file */
34 /* whether section is omitted from the final ELF file */
158 static int init_output_elf(struct bpf_linker *linker, const char *file);
295 static int init_output_elf(struct bpf_linker *linker, const char *file)
301 linker->filename = strdup(file);
305 linker->fd = open(file, O_WRONLY | O_CREAT | O_TRUNC | O_CLOEXEC, 0644);
308 pr_warn("failed to create '%s': %d\n", file, err);
556 pr_debug("linker: adding object file '%s'...\n", filename);
563 pr_warn("failed to open file '%s': %d\n", filename, err);
569 pr_warn_elf("failed to parse ELF file '%s'", filename);
573 /* Sanity check ELF file high-level properties */
582 pr_warn_elf("unsupported byte order of ELF file %s", filename);
589 pr_warn_elf("unsupported kind of ELF file %s", filename);
1768 * It might be that BTF types for extern in one file has less/more BTF
2291 pr_warn("failed to append BTF type #%d from file '%s'\n", i, obj->filename);
2345 * file otherwise has no read-only static variables in