Home | History | Annotate | Download | only in ia32

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.
117 // We will overwrite the code's relocation info in-place. Relocation info
118 // 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 // Right trim the relocation info to free up remaining space.