Lines Matching defs:of

6 // This file is part of gold.
9 // it under the terms of the GNU General Public License as published by
10 // the Free Software Foundation; either version 3 of the License, or
14 // but WITHOUT ANY WARRANTY; without even the implied warranty of
18 // You should have received a copy of the GNU General Public License
77 // We are out of memory, so try hard to print a reasonable message.
89 const char* const s = ": out of memory\n";
105 // This class arranges to run the functions done in the middle of the
169 // Queue up the initial set of tasks for this link job.
203 Output_file* of = new Output_file(options.output_file_name());
204 if (of->open_base_file(options.incremental_base(), true))
206 ibase = open_incremental_binary(of);
214 of->close();
249 // Incremental update link. Process the list of input files
364 // of the library's unused symbols.
379 // For archive members, check the timestamp of the containing archive.
382 // Process members of a --start-lib/--end-lib group as normal objects.
393 // Mark the pieces of output sections contributed by this
419 // Mark the pieces of output sections contributed by this object.
431 // Queue up a set of tasks to be done before queueing the middle set
432 // of tasks. This is only necessary when garbage collection
433 // (--gc-sections) of unused sections is desired. The relocs are read
447 // unused sections before any scanning of the relocs can take place.
478 // Queue up the middle set of tasks. These are the tasks which run
495 // We have to support the case of not seeing any input objects, and
587 // Update the value of output_section stored in rd.
738 // Read the relocations of the input files. We do this to find
747 // some of the sections, and thus change our minds about the types
748 // of references made to the symbols.
792 // Queue up the final set of tasks. This is called at the end of
801 Output_file* of)
845 of,
849 workqueue->queue(new Write_sections_task(layout, of, output_sections_blocker,
854 workqueue->queue(new Write_data_task(layout, symtab, of, final_blocker));
861 workqueue->queue(new Relocate_task(symtab, layout, *p, of,
872 Task* t = new Write_after_input_sections_task(layout, of,
881 Task* t = new Write_after_input_sections_task(layout, of,
896 of),
905 of, NULL, 0),