Searched refs:fatal (Results 1 – 6 of 6) sorted by relevance
| /scripts/mod/ |
| D | symsearch.c | 77 fatal("%s: size mismatch\n", __func__); in symsearch_populate() 95 fatal("%s: size mismatch\n", __func__); in symsearch_populate()
|
| D | modpost.c | 458 fatal("target endian is unknown\n"); in parse_elf() 480 fatal("%s: not relocatable object.", filename); in parse_elf() 484 fatal("section header offset=%lu in file '%s' is bigger than filesize=%zu\n", in parse_elf() 524 fatal("%s is truncated. sechdrs[i].sh_offset=%lu > sizeof(*hrd)=%zu\n", in parse_elf() 531 fatal("%s has NOBITS .modinfo\n", filename); in parse_elf() 560 fatal("%s has no symtab?\n", filename); in parse_elf() 573 fatal("%s: SYMTAB_SHNDX has bad sh_link: %u!=%u\n", in parse_elf() 1055 fatal("The relocation at %s+0x%lx references\n" in default_mismatch_handler() 1412 fatal("Please add code to calculate addend for this architecture\n"); in section_rel() 1657 fatal("Can't open filenames file %s: %m", filename); in read_symbols_from_files() [all …]
|
| D | modpost.h | 204 #define fatal(fmt, args...) do { error(fmt, ##args); exit(1); } while (1) macro
|
| D | file2alias.c | 147 …fatal("%s: sizeof(struct %s_device_id)=%lu is not a modulo of the size of section __mod_%s__<ident… in device_id_check() 161 fatal("%s: struct %s_device_id is not terminated with a NULL entry!\n", in device_id_check() 1165 …fatal("%s: Masked-off bit(s) of AMBA device ID are non-zero: id=0x%08X, mask=0x%08X. Please fix t… in do_amba_entry()
|
| /scripts/ |
| D | Makefile.compiler | 41 …printf "%b\n" "$(1)" | $(CC) -Werror $(CLANG_FLAGS) $(KBUILD_AFLAGS) -Wa$(comma)--fatal-warnings -…
|
| D | Kconfig.include | 36 as-instr = $(success,printf "%b\n" "$(1)" | $(CC) $(CLANG_FLAGS) $(2) -Wa$(comma)--fatal-warnings -…
|