Lines Matching defs:from

222 /* Read a number from a string.  */
429 /* We need to reset the mapping from type numbers to types. We
449 /* Ignore extra outermost context from SunPRO cc and acc. */
474 /* Ignore extra outermost context from SunPRO cc and acc. */
645 are offsets from the start of the function. */
841 /* A global symbol. The value must be extracted from the
1180 that the mapping from type numbers to types will only record
1826 offset = offset from high order bit to start bit of type.
1860 the type of the field is determined from the bitwidth extracted
2070 the class is derived from, followed by information for each base class.
2080 Offset in bits from start of class _________________| | | | |
2083 Offset in bits from start of class ________________________| |
2263 /* Look for the ':' that separates the field name from the field
2694 pointers-to-methods from virtual function indices. */
2712 /* Figure out from whence this virtual function
2765 extracted from them. */
3208 /* Handle an N_EXCL: get the types from the corresponding N_BINCL. */
3609 need to extract the argument types from a C++ mangled string.
3687 /* Get a count from a stab string. */
3839 /* Look for the `__' that separates the prefix from the
3866 double underscore which separates the function name from the
3875 /* The string from *pp to scan is the name of the function. We
4042 preceded by an underscore (to distinguish it from the <= 9
4383 char *from, *to;
4408 for (from = to = s3; from != s4; ++from)
4409 if (*from != ' '
4410 || (from[1] == '>' && from > s3 && from[-1] == '>'))
4411 *to++ = *from;