Home | History | Annotate | Download | only in libebl

Lines Matching refs:backp

74   char *backp;
131 st->backp = newmem->memory;
159 - (((uintptr_t) st->backp)
173 struct Ebl_Strent *newstr = (struct Ebl_Strent *) (st->backp + align);
183 st->backp += align + sizeof (struct Ebl_Strent) + len;
250 st->left += st->backp - (char *) newstr;
251 st->backp = (char *) newstr;
258 st->backp -= newstr->len;
278 st->left += st->backp - (char *) newstr;
279 st->backp = (char *) newstr;