Home | History | Annotate | Download | only in src

Lines Matching full:relocation

114   // The buffer into which code and relocation info are generated. It could
337 // Relocation information
340 // Relocation information consists of the address (pc) of the datum
341 // to which the relocation information applies, the relocation mode
342 // (rmode), and an optional data field. The relocation mode may be
343 // "descriptive" and not indicate a need for relocation, but simply
350 // in the relocation information. Two types of source positions are collected
363 // we do not normally record relocation info.
453 // Is the relocation mode affected by GC?
520 // Apply a relocation by delta bytes. When the code object is moved, PC
526 // Is the pointer this relocation info refers to coded like a plain pointer
531 // If true, the pointer this relocation info refers to is an entry in the
535 // this relocation applies to;
592 // Read the reference in the instruction this relocation
596 // Read the reference in the instruction this relocation
600 // Return the reference address this relocation applies to;
610 // Wipe out a relocation to a fixed value, used for making snapshots
626 // Check whether the given code contains relocation information that
663 // RelocInfoWriter serializes a stream of relocation info. It writes towards
734 // A RelocIterator iterates over relocation information.
746 // Relocation information with mode k is included in the
1091 // Write recorded positions to relocation information.