HomeSort by relevance Sort by last modified time
    Searched refs:isIFunc (Results 1 - 8 of 8) 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/include/
pub_tool_debuginfo.h 226 /*OUT*/Bool* isIFunc );
  /external/valgrind/main/coregrind/m_debuginfo/
storage.c 102 sym->isIFunc ? 'I' : '-',
    [all...]
readpdb.c     [all...]
priv_storage.h 77 // bits for the size and 1 bit each for isText and isIFunc. If you
83 Bool isIFunc; /* symbol is an indirect function? */
    [all...]
debuginfo.c     [all...]
readmacho.c 364 disym.isIFunc = False;
    [all...]
readelf.c 748 disym.isIFunc = is_ifunc;
    [all...]

Completed in 165 milliseconds