Searched refs:ARM_VTABLE_STRING (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/coregrind/m_demangle/
H A Dcplus-dem.c340 #define ARM_VTABLE_STRING "__vtbl__" /* Lucid/ARM virtual table prefix */ macro
341 #define ARM_VTABLE_STRLEN 8 /* strlen (ARM_VTABLE_STRING) */
3206 if (strncmp (*mangled, ARM_VTABLE_STRING, ARM_VTABLE_STRLEN) == 0)
3208 /* Found a ARM style virtual table, get past ARM_VTABLE_STRING

Completed in 71 milliseconds