Home
last modified time | relevance | path

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

/scripts/genksyms/
Dgenksyms.h67 void error_with_pos(const char *, ...) __attribute__ ((format(printf, 1, 2)));
Dparse.y304 error_with_pos("unexpected second declaration name");
313 error_with_pos("unexpected second declaration name");
519 error_with_pos("%s", e);
Dgenksyms.c258 error_with_pos("redefinition of %s", name); in __add_symbol()
593 error_with_pos("expand undefined %s %s", in expand_and_crc_sym()
645 error_with_pos("export undefined symbol %s", name); in export_symbol()
707 void error_with_pos(const char *fmt, ...) in error_with_pos() function