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

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dcplus-dem.c324 #define ARM_VTABLE_STRING "__vtbl__" /* Lucid/ARM virtual table prefix */ macro
325 #define ARM_VTABLE_STRLEN 8 /* strlen (ARM_VTABLE_STRING) */
3046 if (strncmp (*mangled, ARM_VTABLE_STRING, ARM_VTABLE_STRLEN) == 0)
3048 /* Found a ARM style virtual table, get past ARM_VTABLE_STRING
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dcplus-dem.c324 #define ARM_VTABLE_STRING "__vtbl__" /* Lucid/ARM virtual table prefix */ macro
325 #define ARM_VTABLE_STRLEN 8 /* strlen (ARM_VTABLE_STRING) */
3046 if (strncmp (*mangled, ARM_VTABLE_STRING, ARM_VTABLE_STRLEN) == 0)
3048 /* Found a ARM style virtual table, get past ARM_VTABLE_STRING

Completed in 221 milliseconds