Home | History | Annotate | Download | only in x87

Lines Matching full:relocation

29   // Compute the size of relocation information needed for the code
51 // If the relocation information is not big enough we create a new
52 // relocation info object that is padded with comments to make it
64 // Allocate new relocation info and copy old relocation to the end
65 // of the new relocation info array because relocation info is
72 // Create a relocation writer to write the comments in the padding
87 // Replace relocation information on the code object.
116 // We will overwrite the code's relocation info in-place. Relocation info
117 // is written backward. The relocation info is the payload of a byte
159 // Move the relocation info to the beginning of the byte array.
163 // The relocation info is in place, update the size.
166 // Handle the junk part after the new relocation info. We will create