Lines Matching refs:parser
537 void (*parser) (unsigned char *, size_t, bfd_sym_resources_table_entry *); in bfd_sym_fetch_resources_table_entry() local
543 parser = NULL; in bfd_sym_fetch_resources_table_entry()
559 parser = bfd_sym_parse_resources_table_entry_v32; in bfd_sym_fetch_resources_table_entry()
566 if (parser == NULL) in bfd_sym_fetch_resources_table_entry()
578 (*parser) (buf, entry_size, entry); in bfd_sym_fetch_resources_table_entry()
588 void (*parser) (unsigned char *, size_t, bfd_sym_modules_table_entry *); in bfd_sym_fetch_modules_table_entry() local
594 parser = NULL; in bfd_sym_fetch_modules_table_entry()
609 parser = bfd_sym_parse_modules_table_entry_v33; in bfd_sym_fetch_modules_table_entry()
617 if (parser == NULL) in bfd_sym_fetch_modules_table_entry()
629 (*parser) (buf, entry_size, entry); in bfd_sym_fetch_modules_table_entry()
639 void (*parser) (unsigned char *, size_t, bfd_sym_file_references_table_entry *); in bfd_sym_fetch_file_references_table_entry() local
645 parser = NULL; in bfd_sym_fetch_file_references_table_entry()
657 parser = bfd_sym_parse_file_references_table_entry_v32; in bfd_sym_fetch_file_references_table_entry()
667 if (parser == NULL) in bfd_sym_fetch_file_references_table_entry()
679 (*parser) (buf, entry_size, entry); in bfd_sym_fetch_file_references_table_entry()
689 void (*parser) (unsigned char *, size_t, bfd_sym_contained_modules_table_entry *); in bfd_sym_fetch_contained_modules_table_entry() local
695 parser = NULL; in bfd_sym_fetch_contained_modules_table_entry()
707 parser = bfd_sym_parse_contained_modules_table_entry_v32; in bfd_sym_fetch_contained_modules_table_entry()
717 if (parser == NULL) in bfd_sym_fetch_contained_modules_table_entry()
729 (*parser) (buf, entry_size, entry); in bfd_sym_fetch_contained_modules_table_entry()
739 void (*parser) (unsigned char *, size_t, bfd_sym_contained_variables_table_entry *); in bfd_sym_fetch_contained_variables_table_entry() local
745 parser = NULL; in bfd_sym_fetch_contained_variables_table_entry()
757 parser = bfd_sym_parse_contained_variables_table_entry_v32; in bfd_sym_fetch_contained_variables_table_entry()
767 if (parser == NULL) in bfd_sym_fetch_contained_variables_table_entry()
779 (*parser) (buf, entry_size, entry); in bfd_sym_fetch_contained_variables_table_entry()
789 void (*parser) (unsigned char *, size_t, bfd_sym_contained_statements_table_entry *); in bfd_sym_fetch_contained_statements_table_entry() local
795 parser = NULL; in bfd_sym_fetch_contained_statements_table_entry()
807 parser = bfd_sym_parse_contained_statements_table_entry_v32; in bfd_sym_fetch_contained_statements_table_entry()
817 if (parser == NULL) in bfd_sym_fetch_contained_statements_table_entry()
829 (*parser) (buf, entry_size, entry); in bfd_sym_fetch_contained_statements_table_entry()
839 void (*parser) (unsigned char *, size_t, bfd_sym_contained_labels_table_entry *); in bfd_sym_fetch_contained_labels_table_entry() local
845 parser = NULL; in bfd_sym_fetch_contained_labels_table_entry()
857 parser = bfd_sym_parse_contained_labels_table_entry_v32; in bfd_sym_fetch_contained_labels_table_entry()
867 if (parser == NULL) in bfd_sym_fetch_contained_labels_table_entry()
879 (*parser) (buf, entry_size, entry); in bfd_sym_fetch_contained_labels_table_entry()
889 void (*parser) (unsigned char *, size_t, bfd_sym_contained_types_table_entry *); in bfd_sym_fetch_contained_types_table_entry() local
895 parser = NULL; in bfd_sym_fetch_contained_types_table_entry()
907 parser = NULL; in bfd_sym_fetch_contained_types_table_entry()
917 if (parser == NULL) in bfd_sym_fetch_contained_types_table_entry()
929 (*parser) (buf, entry_size, entry); in bfd_sym_fetch_contained_types_table_entry()
939 void (*parser) (unsigned char *, size_t, bfd_sym_file_references_index_table_entry *); in bfd_sym_fetch_file_references_index_table_entry() local
945 parser = NULL; in bfd_sym_fetch_file_references_index_table_entry()
957 parser = NULL; in bfd_sym_fetch_file_references_index_table_entry()
967 if (parser == NULL) in bfd_sym_fetch_file_references_index_table_entry()
979 (*parser) (buf, entry_size, entry); in bfd_sym_fetch_file_references_index_table_entry()
989 void (*parser) (unsigned char *, size_t, bfd_sym_constant_pool_entry *); in bfd_sym_fetch_constant_pool_entry() local
995 parser = NULL; in bfd_sym_fetch_constant_pool_entry()
1007 parser = NULL; in bfd_sym_fetch_constant_pool_entry()
1017 if (parser == NULL) in bfd_sym_fetch_constant_pool_entry()
1029 (*parser) (buf, entry_size, entry); in bfd_sym_fetch_constant_pool_entry()
1039 void (*parser) (unsigned char *, size_t, bfd_sym_type_table_entry *); in bfd_sym_fetch_type_table_entry() local
1045 parser = NULL; in bfd_sym_fetch_type_table_entry()
1054 parser = bfd_sym_parse_type_table_entry_v32; in bfd_sym_fetch_type_table_entry()
1064 if (parser == NULL) in bfd_sym_fetch_type_table_entry()
1076 (*parser) (buf, entry_size, entry); in bfd_sym_fetch_type_table_entry()