Searched refs:total_imported_symbol_count (Results 1 – 2 of 2) sorted by relevance
328 header->total_imported_symbol_count = bfd_getb32 (buf + 28); in bfd_pef_parse_loader_header()417 header->total_imported_symbol_count); in bfd_pef_print_loader_header()748 (header.total_imported_symbol_count * sizeof (bfd_pef_imported_symbol)); in bfd_pef_parse_function_stubs()761 + (header.total_imported_symbol_count * 4))) in bfd_pef_parse_function_stubs()763 for (i = 0; i < header.total_imported_symbol_count; i++) in bfd_pef_parse_function_stubs()805 if (sym_index >= header.total_imported_symbol_count) in bfd_pef_parse_function_stubs()
51 unsigned long total_imported_symbol_count; member