Home | History | Annotate | Download | only in strace

Lines Matching refs:rel

1540 	unsigned rel;
1546 rel = 0;
1552 rel = (rel << 8) | atoi(p);
1553 if (rel >= KERNEL_VERSION(1,0,0))
1558 if (rel >= KERNEL_VERSION(0,1,0)) {
1560 rel <<= 8;
1567 return rel;