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

  /external/valgrind/coregrind/m_debuginfo/
priv_storage.h 59 in DebugInfo::strpool.
113 The filename/dirname strings are themselves stored in di->strpool. */
486 const HChar* name; /* in DebugInfo.strpool */
561 /* To do with the string table in struct _DebugInfo (::strpool) */
940 DedupPoolAlloc *strpool; member in struct:_DebugInfo
    [all...]
storage.c 231 /* If not yet in strpool, add a str to the string pool including terminating
233 Return the pointer to the string in strpool.
242 if (UNLIKELY(di->strpool == NULL))
243 di->strpool = VG_(newDedupPA)(SEGINFO_STRPOOLSIZE,
248 return VG_(allocEltDedupPA) (di->strpool, len+1, str);
    [all...]
debuginfo.c 241 if (di->strpool)
242 VG_(deleteDedupPA) (di->strpool);
290 .strpool */
    [all...]
readelf.c     [all...]
  /external/mksh/src/
Build.sh     [all...]

Completed in 104 milliseconds