Lines Matching refs:parser

539   void (*parser) (unsigned char *, size_t, bfd_sym_resources_table_entry *);  in bfd_sym_fetch_resources_table_entry()  local
545 parser = NULL; in bfd_sym_fetch_resources_table_entry()
561 parser = bfd_sym_parse_resources_table_entry_v32; in bfd_sym_fetch_resources_table_entry()
568 if (parser == NULL) in bfd_sym_fetch_resources_table_entry()
580 (*parser) (buf, entry_size, entry); in bfd_sym_fetch_resources_table_entry()
590 void (*parser) (unsigned char *, size_t, bfd_sym_modules_table_entry *); in bfd_sym_fetch_modules_table_entry() local
596 parser = NULL; in bfd_sym_fetch_modules_table_entry()
611 parser = bfd_sym_parse_modules_table_entry_v33; in bfd_sym_fetch_modules_table_entry()
619 if (parser == NULL) in bfd_sym_fetch_modules_table_entry()
631 (*parser) (buf, entry_size, entry); in bfd_sym_fetch_modules_table_entry()
641 void (*parser) (unsigned char *, size_t, bfd_sym_file_references_table_entry *); in bfd_sym_fetch_file_references_table_entry() local
647 parser = NULL; in bfd_sym_fetch_file_references_table_entry()
659 parser = bfd_sym_parse_file_references_table_entry_v32; in bfd_sym_fetch_file_references_table_entry()
669 if (parser == NULL) in bfd_sym_fetch_file_references_table_entry()
681 (*parser) (buf, entry_size, entry); in bfd_sym_fetch_file_references_table_entry()
691 void (*parser) (unsigned char *, size_t, bfd_sym_contained_modules_table_entry *); in bfd_sym_fetch_contained_modules_table_entry() local
697 parser = NULL; in bfd_sym_fetch_contained_modules_table_entry()
709 parser = bfd_sym_parse_contained_modules_table_entry_v32; in bfd_sym_fetch_contained_modules_table_entry()
719 if (parser == NULL) in bfd_sym_fetch_contained_modules_table_entry()
731 (*parser) (buf, entry_size, entry); in bfd_sym_fetch_contained_modules_table_entry()
741 void (*parser) (unsigned char *, size_t, bfd_sym_contained_variables_table_entry *); in bfd_sym_fetch_contained_variables_table_entry() local
747 parser = NULL; in bfd_sym_fetch_contained_variables_table_entry()
759 parser = bfd_sym_parse_contained_variables_table_entry_v32; in bfd_sym_fetch_contained_variables_table_entry()
769 if (parser == NULL) in bfd_sym_fetch_contained_variables_table_entry()
781 (*parser) (buf, entry_size, entry); in bfd_sym_fetch_contained_variables_table_entry()
791 void (*parser) (unsigned char *, size_t, bfd_sym_contained_statements_table_entry *); in bfd_sym_fetch_contained_statements_table_entry() local
797 parser = NULL; in bfd_sym_fetch_contained_statements_table_entry()
809 parser = bfd_sym_parse_contained_statements_table_entry_v32; in bfd_sym_fetch_contained_statements_table_entry()
819 if (parser == NULL) in bfd_sym_fetch_contained_statements_table_entry()
831 (*parser) (buf, entry_size, entry); in bfd_sym_fetch_contained_statements_table_entry()
841 void (*parser) (unsigned char *, size_t, bfd_sym_contained_labels_table_entry *); in bfd_sym_fetch_contained_labels_table_entry() local
847 parser = NULL; in bfd_sym_fetch_contained_labels_table_entry()
859 parser = bfd_sym_parse_contained_labels_table_entry_v32; in bfd_sym_fetch_contained_labels_table_entry()
869 if (parser == NULL) in bfd_sym_fetch_contained_labels_table_entry()
881 (*parser) (buf, entry_size, entry); in bfd_sym_fetch_contained_labels_table_entry()
891 void (*parser) (unsigned char *, size_t, bfd_sym_contained_types_table_entry *); in bfd_sym_fetch_contained_types_table_entry() local
897 parser = NULL; in bfd_sym_fetch_contained_types_table_entry()
909 parser = NULL; in bfd_sym_fetch_contained_types_table_entry()
919 if (parser == NULL) in bfd_sym_fetch_contained_types_table_entry()
931 (*parser) (buf, entry_size, entry); in bfd_sym_fetch_contained_types_table_entry()
941 void (*parser) (unsigned char *, size_t, bfd_sym_file_references_index_table_entry *); in bfd_sym_fetch_file_references_index_table_entry() local
947 parser = NULL; in bfd_sym_fetch_file_references_index_table_entry()
959 parser = NULL; in bfd_sym_fetch_file_references_index_table_entry()
969 if (parser == NULL) in bfd_sym_fetch_file_references_index_table_entry()
981 (*parser) (buf, entry_size, entry); in bfd_sym_fetch_file_references_index_table_entry()
991 void (*parser) (unsigned char *, size_t, bfd_sym_constant_pool_entry *); in bfd_sym_fetch_constant_pool_entry() local
997 parser = NULL; in bfd_sym_fetch_constant_pool_entry()
1009 parser = NULL; in bfd_sym_fetch_constant_pool_entry()
1019 if (parser == NULL) in bfd_sym_fetch_constant_pool_entry()
1031 (*parser) (buf, entry_size, entry); in bfd_sym_fetch_constant_pool_entry()
1041 void (*parser) (unsigned char *, size_t, bfd_sym_type_table_entry *); in bfd_sym_fetch_type_table_entry() local
1047 parser = NULL; in bfd_sym_fetch_type_table_entry()
1056 parser = bfd_sym_parse_type_table_entry_v32; in bfd_sym_fetch_type_table_entry()
1066 if (parser == NULL) in bfd_sym_fetch_type_table_entry()
1078 (*parser) (buf, entry_size, entry); in bfd_sym_fetch_type_table_entry()