| /toolchain/binutils/binutils-2.27/gold/ |
| 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...] |
| readsyms.h | 49 class Read_symbols : public Task 59 Read_symbols(Input_objects* input_objects, Symbol_table* symtab, 71 ~Read_symbols(); 78 // Requeue a Read_symbols task to search for the next object with
|
| gold.cc | 233 // Normal link. Queue a Read_symbols task for each input file 241 workqueue->queue(new Read_symbols(input_objects, symtab, layout, 251 // a Read_symbols task for a changed file, and an Add_symbols task 310 // info; if it has changed, return a normal Read_symbols task. We create a 370 // Queue a Read_symbols task to process the archive normally. 371 return new Read_symbols(input_objects, symtab, layout, search_path, 412 return new Read_symbols(input_objects, symtab, layout, search_path, 0,
|
| 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);
|
| 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...] |
| script.cc | [all...] |
| plugin.cc | 892 this->workqueue_->queue_soon(new Read_symbols(this->input_objects_, [all...] |
| ChangeLog-0815 | [all...] |
| /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);
|
| /external/abi-dumper/ |
| abi-dumper.pl | 608 sub read_Symbols($) [all...] |
| /prebuilts/sdk/tools/linux/bin/ |
| arm-linux-androideabi-ld | |
| i686-linux-android-ld | |
| /external/valgrind/memcheck/docs/ |
| mc-tech-docs.xml | 358 <function>VG_(read_symbols)</function> for a [all...] |