Subversion Repositories Kolibri OS

Rev

Rev 2342 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2342 Rev 2351
Line 489... Line 489...
489
	 * the relocation entry.
489
	 * the relocation entry.
490
	 */
490
	 */
491
	__u32 delta;
491
	__u32 delta;
Line 492... Line 492...
492
 
492
 
493
	/** Offset in the buffer the relocation entry will be written into */
493
	/** Offset in the buffer the relocation entry will be written into */
Line 494... Line 494...
494
	__u64 offset;
494
    __u32 offset;
495
 
495
 
496
	/**
496
	/**
497
	 * Offset value of the target buffer that the relocation entry was last
497
	 * Offset value of the target buffer that the relocation entry was last
498
	 * written as.
498
	 * written as.
499
	 *
499
	 *
500
	 * If the buffer has the same offset as last time, we can skip syncing
500
	 * If the buffer has the same offset as last time, we can skip syncing
501
	 * and writing the relocation.  This value is written back out by
501
	 * and writing the relocation.  This value is written back out by
502
	 * the execbuffer ioctl when the relocation is written.
502
	 * the execbuffer ioctl when the relocation is written.
Line 503... Line 503...
503
	 */
503
	 */
504
	__u64 presumed_offset;
504
    __u32 presumed_offset;
505
 
505
 
506
	/**
506
	/**