Home
last modified time | relevance | path

Searched refs:bufend (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/tools/fiptool/
H A Dfiptool.c301 char *buf, *bufend; in parse_fip() local
325 bufend = buf + st_size; in parse_fip()
342 while ((char *)toc_entry + sizeof(*toc_entry) - 1 < bufend) { in parse_fip()