Home | History | Annotate | Download | only in bfd

Lines Matching defs:directive

50 	    fprintf (stderr, "Corrupt directive: %s\n", m);	\
68 fprintf (stderr, "Corrupt directive: %s\n", m); \
88 fprintf (stderr, "Corrupt directive: %s\n", m); \
129 _bfd_error_handler (_("%B: IMPORT AS directive for %s conceals previous IMPORT AS"),
198 /* Process any magic embedded commands in the .directive. section.
213 char * directive = s;
237 /* Skip the IMPORT directive. */
246 /* We have reached the end of the .directive section
266 IMPORT AS directive, otherwise we have an IMPORT directive. */
271 fprintf (stderr, "IMPORT: No newline at end of directive\n");
281 fprintf (stderr, "IMPORT: No NUL at end of directive\n");
305 fprintf (stderr, "IMPORT AS: No newline at end of directive\n");
316 fprintf (stderr, "IMPORT AS: Junk at end of directive\n");
325 the .directive section will be emitted. */
339 /* Skip the directive. */
343 SKIP_UNTIL (s, e, '\n', "EXPORT: no newline at end of directive");
360 fprintf (stderr, "EXPORT: Junk at end of directive\n");
378 fprintf (stderr, "offset into .directive section: %ld\n",
379 (long) (directive - (char *) contents));
382 _bfd_error_handler (_("%B: Unrecognised .directive command: %s"),
383 abfd, directive);
392 /* Scan a bfd for a .directive section, and if found process it.
400 asection * sec = bfd_get_section_by_name (abfd, ".directive");