HomeSort by relevance Sort by last modified time
    Searched refs:lang_input_statement_type (Results 1 - 10 of 10) sorted by null

  /toolchain/binutils/binutils-2.27/ld/
plugin.h 49 extern void plugin_maybe_claim (lang_input_statement_type *);
ldlang.h 317 } lang_input_statement_type; typedef in typeref:struct:lang_input_statement_struct
346 lang_input_statement_type *, void *);
349 lang_input_statement_type *,
424 lang_input_statement_type input_statement;
574 (void (*dothis) (lang_input_statement_type *));
576 (void (*dothis) (lang_input_statement_type *));
583 lang_input_statement_type *statement; \
584 for (statement = (lang_input_statement_type *) file_chain.head; \
585 statement != (lang_input_statement_type *) NULL; \
586 statement = (lang_input_statement_type *) statement->next)
    [all...]
ldemul.c 113 lang_input_statement_type *entry)
158 ldemul_unrecognized_file (lang_input_statement_type *entry)
168 ldemul_recognized_file (lang_input_statement_type *entry)
336 ldemul_find_potential_libraries (char *name, lang_input_statement_type *entry)
ldfile.c 143 lang_input_statement_type *entry)
349 lang_input_statement_type *entry,
412 ldfile_open_file (lang_input_statement_type *entry)
ldlang.c 70 static lang_input_statement_type *first_file;
81 static lang_input_statement_type *lookup_name (const char *);
182 lang_input_statement_type *f)
234 lang_input_statement_type *file,
276 lang_input_statement_type *file,
333 find_section (lang_input_statement_type *file,
476 lang_input_statement_type *file ATTRIBUTE_UNUSED,
510 lang_input_statement_type *file,
556 lang_input_statement_type *file,
577 lang_input_statement_type *file
    [all...]
ldmisc.c 50 %I filename from a lang_input_statement_type
229 /* filename from a lang_input_statement_type */
231 lang_input_statement_type *i;
233 i = va_arg (arg, lang_input_statement_type *);
ldmain.c 798 lang_input_statement_type *input;
799 lang_input_statement_type orig_input;
801 input = (lang_input_statement_type *)
802 xcalloc (1, sizeof (lang_input_statement_type));
    [all...]
ldcref.c 78 static void check_local_sym_xref (lang_input_statement_type *);
507 check_local_sym_xref (lang_input_statement_type *statement)
plugin.c 809 lang_input_statement_type *is;
824 lang_input_statement_type *is;
    [all...]
pe-dll.c 994 lang_input_statement_type *filler_file;
    [all...]

Completed in 147 milliseconds