Home | History | Annotate | Download | only in src

Lines Matching full:relocation

95   // The buffer into which code and relocation info are generated. It could
296 // Relocation information
299 // Relocation information consists of the address (pc) of the datum
300 // to which the relocation information applies, the relocation mode
301 // (rmode), and an optional data field. The relocation mode may be
302 // "descriptive" and not indicate a need for relocation, but simply
309 // in the relocation information. Two types of source positions are collected
322 // we do not normally record relocation info.
408 // Is the relocation mode affected by GC?
466 // Apply a relocation by delta bytes
471 // Is the pointer this relocation info refers to coded like a plain pointer
476 // If true, the pointer this relocation info refers to is an entry in the
481 // this relocation applies to;
538 // Read/modify the reference in the instruction this relocation
551 // Wipe out a relocation to a fixed value, used for making snapshots
573 // Check whether the given code contains relocation information that
614 // RelocInfoWriter serializes a stream of relocation info. It writes towards
664 // A RelocIterator iterates over relocation information.
676 // Relocation information with mode k is included in the
1030 // Write recorded positions to relocation information.