Home | History | Annotate | Download | only in gold

Lines Matching full:relocation

43 // the target of a relocation for a given offset within the section.
55 // Initialize the relocation tracker for section RELOC_SHNDX.
65 // Advance to the next relocation past OFFSET.
71 // of the relocation for RELOC_OFFSET in the referring section.
94 // Advance to the next relocation past OFFSET.
129 // Advance to the next relocation past OFFSET.
161 // Type of the relocation section (SHT_REL or SHT_RELA).
368 // Look for a relocation at offset OFF in the range table,
383 // Relocation mapper for the .debug_ranges section.
385 // Type of the relocation section (SHT_REL or SHT_RELA).
465 // Type of the relocation section (SHT_REL or SHT_RELA).
748 // Look for a relocation at offset ATTR_OFF in the dwarf info,
827 // Checkpoint the relocation tracker.
832 // Reset the relocation tracker to the CHECKPOINT.
879 // Index of the relocation section.
881 // Type of the relocation section (SHT_REL or SHT_RELA).
904 // Relocation mapper for the section.
1025 // Reads the relocation section associated with .debug_line and
1026 // stores relocation information in reloc_map_.
1122 // This is used to figure out what section to apply a relocation to.
1136 // A sorted map from offset of the relocation target to the shndx
1137 // and addend for the relocation.