Home | History | Annotate | Download | only in gold

Lines Matching defs:to

19 // along with this program; if not, write to the Free Software
152 // The total number of calls to Free_list::remove.
154 // The total number of nodes visited during calls to Free_list::remove.
156 // The total number of calls to Free_list::allocate.
158 // The total number of nodes visited during calls to Free_list::allocate.
162 // This task function handles mapping the input sections to output
204 // section in the group to the section index and the size in object.
206 // map to figure out which kept section the discarded section is
222 // std::map rather than an Unordered_map to optimize for that case
231 // We need to support copies for the signature map in the Layout
300 // Add a section to the group list.
367 // The Kept_sections are values of a mapping, that maps names to
376 // the sections in the group to section indexes in object_ and to
403 // executable to minimize paging.
448 // section. We do this so that the read-only GOT can be adjacent to
467 // so that they can be adjacent to the small BSS sections.
473 // so that they can be adjacent to the small data sections.
499 // For incremental links, record the base file to be modified.
508 // from the base file, and return a pointer to the Output_section.
516 // relocation section which applies to this section, or 0 if none,
518 // relocation section if there is one. Set *OFFSET to the offset
530 // Struct to store segment info when mapping some input sections to
531 // unique segments using linker plugins. Mapping an input section to
533 // unique output sections and then mapping the output section to a
539 // is used as the name of the output section mapped to the segment.
547 // Mapping from input section to segment.
551 // Maps section SECN to SEGMENT s.
558 // by which it should be ordered compared to other input sections
595 // DATA_SECTION is the reloc section to which it refers. RR is the
622 // RELOC_SHNDX is the index of a relocation section which applies to
625 // returns the output section, and sets *OFFSET to the offset.
638 // After processing all input files, we call this to make sure that
639 // the optimized .eh_frame sections have been added to the output
645 // 4-byte PC-relative reference to the start of the PLT, followed by
653 // information to the .gdb_index section.
672 // Add an Output_section_data to the layout. This is used for
730 // Return the symtab_xindex section used to hold large section
736 // Return the dynsym_xindex section used to hold large section
773 // with more than one word being mapped to a .init_array/.fini_array
780 // *KEPT_SECTION is set to point to the signature and the function
783 // *KEPT_SECTION is set to the internal copy and the function return
863 // Return the number of segments we expect to produce.
867 // Set a flag to indicate that an object file uses the static TLS model.
892 // For the target-specific code to add dynamic tags which are common
893 // to most targets.
900 // If a treehash is necessary to compute the build ID, then queue
915 // Print output sections to the map file.
919 // Dump statistical information to stderr.
931 // The list of information to write out which is not attached to
944 // Make a section for a linker script to hold data.
958 // Map from section flags to segment flags.
962 // Attach sections to segments.
966 // For relaxation clean up, we need to know output section data created
981 // be mapped to an output section that should be KEPT.
999 // Mapping from input section names to output section names.
1004 const char* to;
1051 // for the next run of incremental linking to check what has changed.
1086 // Assign offsets to each local portion of the dynamic symbol table.
1118 // Return whether to include this section in the link.
1124 // Return the output section name to use given an input section
1125 // name. Set *PLEN to the length of the name. *PLEN must be
1126 // initialized to the length of NAME.
1140 // Clear the input section flags that should not be copied to the
1158 // Attach a section to a segment.
1166 // Attach an allocated section to a segment.
1215 // Use to save and restore segments during relaxation.
1227 // Clean up after relaxation so that it is possible to lay out the
1232 // Doing preparation work for relaxation. This is factored out to make
1233 // Layout::finalized a bit smaller and easier to read.
1246 // Mapping from input section name/type/flags to output section. We
1331 // The mapping from input section name/type/flags to output sections.
1337 // The list of output sections which are not attached to any output
1348 // A pointer to the PT_TLS segment if there is one.
1350 // A pointer to the PT_GNU_RELRO segment if there is one.
1352 // A pointer to the PT_INTERP segment if there is one.
1355 // there is one. This is the amount to increase it by.
1375 // Whether we have added eh_frame_data_ to the .eh_frame section.
1397 // Whether we have added an input section to an output section.
1399 // Whether we have attached the sections to the segments.
1401 // Whether we have seen an object file marked to require an
1421 // True if some input sections need to be mapped to a unique segment,
1422 // after being mapped to a unique Output_section.
1429 // List of output data that needs to be removed at relaxation clean up.
1431 // Structure to save segment states before entering the relaxation loop.
1438 // This maps an input section to a unique segment. This is done by first
1440 // the output section to a unique segment. Unique_segment_info stores
1443 // Hash a pattern to its position in the section ordering file.
1447 // For incremental links, the base file to be modified.
1625 // A small helper function to align an address.