Lines Matching refs:stderr
67 fprintf(stderr, "Malformed output from objdump\n%s\n", buffer); in fatal()
85 fprintf(stderr, "Ugh. Something strange. More than %d different BTFIXUP symbols\n", MAXSYMS); in find()
165 …fprintf(stderr, "Wrong use of '%s' BTFIXUPSET.\nBTFIXUPSET_CALL can be used only in __init section… in main()
174 …fprintf(stderr, "Wrong use of '%s' in '%s' section. It can be only used in .text, .text.init, .fix… in main()
176 …fprintf(stderr, "Wrong use of '%s' in '%s' section. It can be only used in .text, .fixup and .text… in main()
181 …fprintf(stderr, "__btset_ in BTFIXUP name can only be used when defining the variable, not for set… in main()
188 …fprintf(stderr, "Pre-initialized values can be only initialized with hexadecimal constants startin… in main()
193 …fprintf(stderr, "Pre-initialized values can be only in the form name__btset_0xXXXXXXXX where X are… in main()
205 fprintf(stderr, "Cannot use pre-initalized fixups for calls\n%s\n", buffer); in main()
210 …fprintf(stderr, "BTFIXUP_CALL in EXPORT_SYMBOL results in relocation other than R_SPARC_32\n\%s\n"… in main()
216 …fprintf(stderr, "BTFIXUP_CALL results in relocation other than R_SPARC_WDISP30, R_SPARC_HI22 or R_… in main()
222 fprintf(stderr, "Cannot use pre-initialized fixups for blackboxes\n%s\n", buffer); in main()
226 fprintf(stderr, "BTFIXUP_BLACKBOX results in relocation other than R_SPARC_HI22\n%s\n", buffer); in main()
232 …fprintf(stderr, "Wrong initializer for SIMM13. Has to be from $fffff000 to $00000fff\n%s\n", buffe… in main()
236 fprintf(stderr, "BTFIXUP_SIMM13 results in relocation other than R_SPARC_13\n%s\n", buffer); in main()
242 fprintf(stderr, "Wrong initializer for HALF.\n%s\n", buffer); in main()
246 fprintf(stderr, "BTFIXUP_HALF results in relocation other than R_SPARC_13\n%s\n", buffer); in main()
252 fprintf(stderr, "Wrong initializer for SETHI. Cannot have set low 10 bits\n%s\n", buffer); in main()
256 fprintf(stderr, "BTFIXUP_SETHI results in relocation other than R_SPARC_HI22\n%s\n", buffer); in main()
262 fprintf(stderr, "Cannot use pre-initalized fixups for INT\n%s\n", buffer); in main()
266 …fprintf(stderr, "BTFIXUP_INT results in relocation other than R_SPARC_HI22 and R_SPARC_LO10\n%s\n"… in main()
279 …fprintf(stderr, "Btfixup %s previously used with initializer %s which doesn't match with current i… in main()
283 …fprintf(stderr, "Btfixup %s previously used with initializer %s which doesn't match with current i… in main()
290 fprintf(stderr, "Malformed relocation address in\n%s\n", buffer); in main()
295 fprintf(stderr, "Ugh. One address has two relocation records\n"); in main()