Home | History | Annotate | Download | only in libebl

Lines Matching full:backp

95   char *backp;
147 st->backp = newmem->memory;
175 - (((uintptr_t) st->backp)
189 struct Ebl_Strent *newstr = (struct Ebl_Strent *) (st->backp + align);
199 st->backp += align + sizeof (struct Ebl_Strent) + len;
266 st->left += st->backp - (char *) newstr;
267 st->backp = (char *) newstr;
274 st->backp -= newstr->len;
294 st->left += st->backp - (char *) newstr;
295 st->backp = (char *) newstr;