Lines Matching full:relocations
131 /// The relocations that need a matching low part are
197 /// Print all the relocations.
376 /// MIPS has a few relocations that have an AHL component in the expression used
381 /// The O32 ABI for example, uses REL relocations which store the addend in the
382 /// section data. All the relocations with AHL components affect 16-bit fields
384 /// resolves the limitation by linking relocations (e.g. R_MIPS_HI16 and
385 /// R_MIPS_LO16) and distributing the addend between the linked relocations. The
386 /// ABI mandates that such relocations must be next to each other in a
393 /// - There may be multiple high parts relocations for one low part relocation.
394 /// - There may be multiple low part relocations for one high part relocation.
400 /// See getMatchingLoType() for a description of which high part relocations
401 /// match which low part relocations. One particular thing to note is that
413 // Sort relocations by the address they are applied to. in sortRelocs()
424 // Separate the movable relocations (AHL relocations using the high bits) from in sortRelocs()
425 // the immobile relocations (everything else). This does not preserve high/low in sortRelocs()
450 // both relocations as being involved in a match. We only mark the high in sortRelocs()
498 // On REL ABI's (e.g. O32), these relocations form pairs. The pairing is done in needsRelocateWithSymbol()
501 // the section so long as both relocations make the same decision. in needsRelocateWithSymbol()
534 // FIXME: Many of these relocations should probably return false but this in needsRelocateWithSymbol()