Searched refs:read_symbols (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dlibieee.h76 bfd_boolean read_symbols; member in struct:ieee_data_struct
H A Dieee.c970 if (! IEEE_DATA (abfd)->read_symbols)
974 IEEE_DATA (abfd)->read_symbols = TRUE;
1814 ieee->read_symbols = FALSE;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dlibieee.h76 bfd_boolean read_symbols; member in struct:ieee_data_struct
H A Dieee.c970 if (! IEEE_DATA (abfd)->read_symbols)
974 IEEE_DATA (abfd)->read_symbols = TRUE;
1814 ieee->read_symbols = FALSE;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Delfcomm.c292 bfd_boolean read_symbols)
334 if (read_symbols)
445 else if (read_symbols)
290 setup_archive(struct archive_info *arch, const char *file_name, FILE *file, bfd_boolean is_thin_archive, bfd_boolean read_symbols) argument
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/testsuite/
H A Dbinary_unittest.cc88 object->read_symbols(&sd);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Darchive.cc587 this->read_symbols(p->off);
594 Archive::read_symbols(off_t off) function in class:gold::Archive
603 obj->read_symbols(sd);
939 obj->read_symbols(&sd);
H A Darchive.h58 // The data to pass from read_symbols() to add_symbols().
315 read_symbols(off_t off);
H A Dreadsyms.cc87 // Class read_symbols.
384 obj->read_symbols(sd);
H A Dobject.h55 // Data to pass from read_symbols() to add_symbols().
405 read_symbols(Read_symbols_data* sd) function in class:gold::Object

Completed in 124 milliseconds