HomeSort by: relevance | last modified time | path
    Searched refs:oldhp (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/rcorder/
hash.c 447 Hash_Entry **oldhp; local
451 oldhp = t->bucketPtr;
459 for (hp = oldhp, i = oldsize; --i >= 0;) {
467 free(oldhp);
  /src/external/gpl3/binutils/dist/libctf/
ctf-open.c 401 ctf_header_v2_t *oldhp = (ctf_header_v2_t *) hp; local
403 hp->cth_strlen = oldhp->cth_strlen;
404 hp->cth_stroff = oldhp->cth_stroff;
405 hp->cth_typeoff = oldhp->cth_typeoff;
406 hp->cth_varoff = oldhp->cth_varoff;
409 hp->cth_funcoff = oldhp->cth_funcoff;
410 hp->cth_objtoff = oldhp->cth_objtoff;
411 hp->cth_lbloff = oldhp->cth_lbloff;
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-open.c 401 ctf_header_v2_t *oldhp = (ctf_header_v2_t *) hp; local
403 hp->cth_strlen = oldhp->cth_strlen;
404 hp->cth_stroff = oldhp->cth_stroff;
405 hp->cth_typeoff = oldhp->cth_typeoff;
406 hp->cth_varoff = oldhp->cth_varoff;
409 hp->cth_funcoff = oldhp->cth_funcoff;
410 hp->cth_objtoff = oldhp->cth_objtoff;
411 hp->cth_lbloff = oldhp->cth_lbloff;

Completed in 38 milliseconds