HomeSort by: relevance | last modified time | path
    Searched defs:stbp (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/src/
Stabs.cc 927 struct stab *stbp = (struct stab *) (StabData + stabNum * StabEntSize); local
929 *np = *stbp;
930 np->n_desc = elf->decode (stbp->n_desc);
931 np->n_strx = elf->decode (stbp->n_strx);
932 np->n_value = elf->decode (stbp->n_value);
Stabs.cc 927 struct stab *stbp = (struct stab *) (StabData + stabNum * StabEntSize); local
929 *np = *stbp;
930 np->n_desc = elf->decode (stbp->n_desc);
931 np->n_strx = elf->decode (stbp->n_strx);
932 np->n_value = elf->decode (stbp->n_value);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Stabs.cc 927 struct stab *stbp = (struct stab *) (StabData + stabNum * StabEntSize); local
929 *np = *stbp;
930 np->n_desc = elf->decode (stbp->n_desc);
931 np->n_strx = elf->decode (stbp->n_strx);
932 np->n_value = elf->decode (stbp->n_value);
Stabs.cc 927 struct stab *stbp = (struct stab *) (StabData + stabNum * StabEntSize); local
929 *np = *stbp;
930 np->n_desc = elf->decode (stbp->n_desc);
931 np->n_strx = elf->decode (stbp->n_strx);
932 np->n_value = elf->decode (stbp->n_value);

Completed in 30 milliseconds