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 289 Bool isIFunc; /* indirect function? */
701 vg_assert(old->isIFunc);
705 new.isIFunc = False;
732 Bool anyMark, isText, isIFunc;
760 &isText, &isIFunc );
783 act.isIFunc = isIFunc;
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
priv_storage.h 72 // bits for the size and 1 bit each for isText and isIFunc. If you
78 Bool isIFunc; /* symbol is an indirect function? */
    [all...]

Completed in 40 milliseconds