Home
last modified time | relevance | path

Searched refs:error_with_pos (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/scripts/genksyms/
Dparse.y294 error_with_pos("unexpected second declaration name");
303 error_with_pos("unexpected second declaration name");
509 error_with_pos("%s", e);
Dgenksyms.h67 void error_with_pos(const char *, ...) __attribute__ ((format(printf, 1, 2)));
Dgenksyms.c258 error_with_pos("redefinition of %s", name); in __add_symbol()
588 error_with_pos("expand undefined %s %s", in expand_and_crc_sym()
640 error_with_pos("export undefined symbol %s", name); in export_symbol()
702 void error_with_pos(const char *fmt, ...) in error_with_pos() function