Home
last modified time | relevance | path

Searched refs:fatal (Results 1 – 6 of 6) sorted by relevance

/scripts/mod/
A Dsymsearch.c77 fatal("%s: size mismatch\n", __func__); in symsearch_populate()
95 fatal("%s: size mismatch\n", __func__); in symsearch_populate()
A Dmodpost.c446 fatal("target endian is unknown\n"); in parse_elf()
468 fatal("%s: not relocatable object.", filename); in parse_elf()
512 fatal("%s is truncated. sechdrs[i].sh_offset=%lu > sizeof(*hrd)=%zu\n", in parse_elf()
519 fatal("%s has NOBITS .modinfo\n", filename); in parse_elf()
551 fatal("%s has no symtab?\n", filename); in parse_elf()
564 fatal("%s: SYMTAB_SHNDX has bad sh_link: %u!=%u\n", in parse_elf()
1045 fatal("The relocation at %s+0x%lx references\n" in default_mismatch_handler()
1402 fatal("Please add code to calculate addend for this architecture\n"); in section_rel()
1652 fatal("Can't open filenames file %s: %m", filename); in read_symbols_from_files()
2173 fatal("parse error in symbol dump file\n"); in read_dump()
[all …]
A Dmodpost.h242 #define fatal(fmt, args...) do { error(fmt, ##args); exit(1); } while (1) macro
A Dfile2alias.c1055fatal("%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/
A DMakefile.compiler41 …printf "%b\n" "$(1)" | $(CC) -Werror $(CLANG_FLAGS) $(KBUILD_AFLAGS) -Wa$(comma)--fatal-warnings -…
A DKconfig.include36 as-instr = $(success,printf "%b\n" "$(1)" | $(CC) $(CLANG_FLAGS) $(2) -Wa$(comma)--fatal-warnings -…

Completed in 12 milliseconds