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 286 Bool isIFunc; /* indirect function? */
568 vg_assert(old->isIFunc);
572 new.isIFunc = False;
599 Bool anyMark, isText, isIFunc;
627 &isText, &isIFunc );
650 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? */

Completed in 30 milliseconds