HomeSort by relevance Sort by last modified time
    Searched defs:isIFunc (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/coregrind/
m_redir.c 274 Bool isIFunc; /* indirect function? */
496 vg_assert(old->isIFunc);
500 new.isIFunc = False;
526 Bool anyMark, isText, isIFunc;
552 &sym_name, &isText, &isIFunc );
578 act.isIFunc = isIFunc;
820 *isWrap = r->isWrap || r->isIFunc;
821 if (r->isIFunc) {
844 act.isIFunc = False
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
priv_storage.h 60 Bool isIFunc; /* symbol is an indirect function? */

Completed in 134 milliseconds