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

  /external/valgrind/coregrind/
m_redir.c 289 Bool isIFunc; /* indirect function? */
757 vg_assert(old->isIFunc);
761 new.isIFunc = False;
788 Bool anyMark, isText, isIFunc;
816 &isText, &isIFunc )
    [all...]
pub_core_debuginfo.h 219 /*OUT*/Bool* isIFunc );
  /external/valgrind/coregrind/m_debuginfo/
storage.c 104 sym->isIFunc ? 'I' : '-',
    [all...]
readpdb.c     [all...]
priv_storage.h 79 // bits for the size and 1 bit each for isText and isIFunc. If you
85 Bool isIFunc; /* symbol is an indirect function? */
    [all...]
debuginfo.c     [all...]
readmacho.c 367 disym.isIFunc = False;
    [all...]
readelf.c 801 disym.isIFunc = is_ifunc;
    [all...]

Completed in 2962 milliseconds