Searched refs:imported_library_count (Results 1 – 2 of 2) sorted by relevance
322 header->imported_library_count = bfd_getb32 (buf + 24); in bfd_pef_parse_loader_header()410 header->imported_library_count); in bfd_pef_print_loader_header()751 (header.imported_library_count * sizeof (bfd_pef_imported_library)); in bfd_pef_parse_function_stubs()755 if (loaderlen < (56 + (header.imported_library_count * 24))) in bfd_pef_parse_function_stubs()757 for (i = 0; i < header.imported_library_count; i++) in bfd_pef_parse_function_stubs()765 if (loaderlen < (56 + (header.imported_library_count * 24) in bfd_pef_parse_function_stubs()772 loaderbuf + 56 + (header.imported_library_count * 24) + (i * 4), in bfd_pef_parse_function_stubs()
49 unsigned long imported_library_count; member