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 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/include/
pub_tool_debuginfo.h 220 /*OUT*/Bool* isIFunc );
  /external/valgrind/main/coregrind/m_debuginfo/
storage.c 101 sym->isIFunc ? 'I' : '-',
    [all...]
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? */
readpdb.c     [all...]
debuginfo.c     [all...]
readmacho.c 373 disym.isIFunc = False;
    [all...]
readelf.c 654 disym.isIFunc = is_ifunc;
862 disym.isIFunc = elem->is_ifunc;
    [all...]

Completed in 171 milliseconds