Lines Matching refs:pr_warn_elf
156 #define pr_warn_elf(fmt, ...) \ macro
226 pr_warn_elf("libelf initialization failed"); in bpf_linker__new()
314 pr_warn_elf("failed to create ELF object"); in init_output_elf()
321 pr_warn_elf("failed to create ELF header"); in init_output_elf()
347 pr_warn_elf("failed to create STRTAB section"); in init_output_elf()
357 pr_warn_elf("failed to create STRTAB data"); in init_output_elf()
386 pr_warn_elf("failed to create SYMTAB section"); in init_output_elf()
396 pr_warn_elf("failed to create SYMTAB data"); in init_output_elf()
569 pr_warn_elf("failed to parse ELF file '%s'", filename); in linker_load_obj_file()
577 pr_warn_elf("failed to get ELF header for %s", filename); in linker_load_obj_file()
582 pr_warn_elf("unsupported byte order of ELF file %s", filename); in linker_load_obj_file()
589 pr_warn_elf("unsupported kind of ELF file %s", filename); in linker_load_obj_file()
595 pr_warn_elf("failed to get SHSTRTAB section index for %s", filename); in linker_load_obj_file()
607 pr_warn_elf("failed to get section #%zu header for %s", in linker_load_obj_file()
615 pr_warn_elf("failed to get section #%zu name for %s", in linker_load_obj_file()
623 pr_warn_elf("failed to get section #%zu (%s) data from %s", in linker_load_obj_file()
2592 pr_warn_elf("failed to finalize ELF layout"); in bpf_linker__finalize()
2599 pr_warn_elf("failed to write ELF contents"); in bpf_linker__finalize()