Lines Matching full:relocation
52 // Compute the size of relocation information needed for the code
74 // If the relocation information is not big enough we create a new
75 // relocation info object that is padded with comments to make it
87 // Allocate new relocation info and copy old relocation to the end
88 // of the new relocation info array because relocation info is
96 // Create a relocation writer to write the comments in the padding
111 // Replace relocation information on the code object.
128 // We will overwrite the code's relocation info in-place. Relocation info
129 // is written backward. The relocation info is the payload of a byte
172 // Move the relocation info to the beginning of the byte array.
176 // The relocation info is in place, update the size.
179 // Handle the junk part after the new relocation info. We will create