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

/freebsd-11-stable/contrib/binutils/binutils/
H A Drdcoff.c562 if (! debug_record_variable (dhandle, bfd_asymbol_name (sym), type,
569 if (! debug_record_variable (dhandle, bfd_asymbol_name (sym), type,
575 if (! debug_record_variable (dhandle, bfd_asymbol_name (sym), type,
585 if (! debug_record_variable (dhandle, bfd_asymbol_name (sym), type,
H A Ddebug.h510 extern bfd_boolean debug_record_variable
H A Dieee.c2160 /* If we are going to call debug_record_variable with a pointer
2200 return debug_record_variable (dhandle, namcopy, type, DEBUG_LOCAL, v);
2211 return debug_record_variable (dhandle, namcopy, type, DEBUG_REGISTER,
2232 return debug_record_variable (dhandle, namcopy, type,
2280 return debug_record_variable (dhandle, namcopy, type, DEBUG_GLOBAL, v);
2306 return debug_record_variable (dhandle, namcopy, type, DEBUG_REGISTER, v);
2376 return debug_record_variable (dhandle, namcopy,
H A Dstabs.c3199 N_LBRAC, so we can call debug_record_variable immediately. */
3211 return debug_record_variable (dhandle, name, type, kind, val);
3239 if (! debug_record_variable (dhandle, v->name, v->type, v->kind, v->val))
H A Ddebug.c1122 debug_record_variable (void *handle, const char *name, debug_type type,
1137 debug_error (_("debug_record_variable: no current file"));
1120 debug_record_variable (void *handle, const char *name, debug_type type, function

Completed in 133 milliseconds