HomeSort by relevance Sort by last modified time
    Searched refs:read_symbols (Results 1 - 8 of 8) sorted by null

  /toolchain/binutils/binutils-2.27/bfd/
libieee.h 76 bfd_boolean read_symbols; member in struct:ieee_data_struct
ieee.c 1012 if (! IEEE_DATA (abfd)->read_symbols)
1016 IEEE_DATA (abfd)->read_symbols = TRUE;
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
elfcomm.c 447 If READ_SYMBOLS is true then fills in ARCH->index_num, ARCH->index_array,
457 bfd_boolean read_symbols)
475 if (! read_symbols)
599 bfd_boolean read_symbols)
635 if (! process_archive_index_and_symbols (arch, 4, read_symbols))
641 if (! process_archive_index_and_symbols (arch, 8, read_symbols))
644 else if (read_symbols)
  /toolchain/binutils/binutils-2.27/gold/testsuite/
binary_unittest.cc 112 object->read_symbols(&sd);
  /toolchain/binutils/binutils-2.27/gold/
archive.cc 742 this->read_symbols(p->off);
749 Archive::read_symbols(off_t off) function in class:gold::Archive
756 obj->read_symbols(sd);
1055 obj->read_symbols(&sd);
    [all...]
archive.h 58 // The data to pass from read_symbols() to add_symbols().
332 read_symbols(off_t off);
readsyms.cc 87 // Class read_symbols.
89 Read_symbols::~Read_symbols()
99 Read_symbols::incompatible_warning(const Input_argument* input_argument,
108 // Requeue a Read_symbols task to search for the next object with the
112 Read_symbols::requeue(Workqueue* workqueue, Input_objects* input_objects,
128 workqueue->queue(new Read_symbols(input_objects, symtab, layout, dirpath,
133 // Return whether a Read_symbols task is runnable. We can read an
138 Read_symbols::is_runnable()
148 // Return a Task_locker for a Read_symbols task. We don't need an
    [all...]
object.h 56 // Data to pass from read_symbols() to add_symbols().
644 read_symbols(Read_symbols_data* sd) function in class:gold::Object
    [all...]

Completed in 93 milliseconds