Home | History | Annotate | Download | only in src

Lines Matching refs:nextp

7165   const unsigned char *nextp = data->d_buf + tu_off;
7166 size_t nr = (nextp - readp) / 16;
7187 nextp = data->d_buf + addr_off;
7188 nr = (nextp - readp) / 24;
7213 nextp = data->d_buf + sym_off;
7214 nr = (nextp - readp) / 20;
7240 nextp = data->d_buf + const_off;
7241 nr = (nextp - readp) / 8;