Home | History | Annotate | Download | only in gold

Lines Matching defs:glink

702   // Get the .glink section.
1143 // Create glink.
1266 // corresponding entry in .glink for lazy resolution of the PLT.
1267 // ppc32 initialises the PLT to point at the .glink entry, while
1278 // entry in .glink for lazy resolution, and the relocation section
1290 // The .glink section.
2969 // See Output_data_glink::do_write() for glink contents.
2979 // CIE for .glink, even though static linking will leave
2980 // .glink zero length.
2992 // There are two FDEs for a position independent glink.
2994 // __glink_PLTresolve at the end of glink.
3100 // Allows access to .glink for do_write.
3252 // The address of the .glink branch table
3253 const Output_data_glink<size, big_endian>* glink
3255 elfcpp::Elf_types<32>::Elf_Addr branch_tab = glink->address();
3502 0, 0, 0, 0, // Replaced with offset to .glink.
3503 0, 0, 0, 0, // Replaced with size of .glink.
3514 0, 0, 0, 0, // Replaced with offset to .glink.
3515 0, 0, 0, 0, // Replaced with size of .glink.
3526 0, 0, 0, 0, // Replaced with offset to .glink.
3527 0, 0, 0, 0, // Replaced with size of .glink.
3733 // by .glink.
4076 // A class to handle .glink.
4112 { mapfile->print_output_data(this, _("** glink")); }
4118 // Write out .glink
4156 // 32-bit .glink can use the default since the CIE return
4551 // Write out .glink.
5079 // Create the glink section.