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

/freebsd-12-stable/sys/kern/
H A Dlink_elf_obj.c185 link_elf_error(const char *filename, const char *s) function
695 link_elf_error(filename, "Unsupported file layout");
701 link_elf_error(filename, "Unsupported file version");
710 link_elf_error(filename, "Unsupported machine");
786 link_elf_error(filename, "file has no contents");
792 link_elf_error(filename,
799 link_elf_error(filename, "file has invalid symbol strings");
816 link_elf_error(filename, "lost symbol table index");
1094 link_elf_error(filename, "lost progbits");
1099 link_elf_error(filenam
[all...]
H A Dlink_elf.c336 link_elf_error(const char *filename, const char *s) function
902 link_elf_error(filename, "Unsupported file layout");
908 link_elf_error(filename, "Unsupported file version");
917 link_elf_error(filename, "Unsupported machine");
931 link_elf_error(filename, "Unreadable program headers");
947 link_elf_error(filename, "Too many sections");
970 link_elf_error(filename, "Object is not dynamically-linked");
975 link_elf_error(filename, "No sections");

Completed in 67 milliseconds