Home
last modified time | relevance | path

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

/openbmc/linux/scripts/genksyms/
H A Dparse.y294 error_with_pos("unexpected second declaration name");
303 error_with_pos("unexpected second declaration name");
509 error_with_pos("%s", e);
H A Dgenksyms.h67 void error_with_pos(const char *, ...) __attribute__ ((format(printf, 1, 2)));
H A 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