Lines Matching defs:offset
90 off_t offset = 0;
98 offset = ((offset + asmsubscn->max_align - 1)
101 /* Update the offset for this subsection. This field now
102 stores the offset of the first by in this subsection. */
103 asmsubscn->offset = offset;
120 newdata->d_off = offset;
123 offset += content->len;
196 syment.st_value = sym->scn->offset + sym->offset;