Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/binutils/
Drdcoff.c559 if (! debug_record_variable (dhandle, bfd_asymbol_name (sym), type, in parse_coff_symbol()
566 if (! debug_record_variable (dhandle, bfd_asymbol_name (sym), type, in parse_coff_symbol()
572 if (! debug_record_variable (dhandle, bfd_asymbol_name (sym), type, in parse_coff_symbol()
582 if (! debug_record_variable (dhandle, bfd_asymbol_name (sym), type, in parse_coff_symbol()
Ddebug.h510 extern bfd_boolean debug_record_variable
Dieee.c2202 return debug_record_variable (dhandle, namcopy, type, DEBUG_LOCAL, v); in parse_ieee_atn()
2213 return debug_record_variable (dhandle, namcopy, type, DEBUG_REGISTER, in parse_ieee_atn()
2234 return debug_record_variable (dhandle, namcopy, type, in parse_ieee_atn()
2282 return debug_record_variable (dhandle, namcopy, type, DEBUG_GLOBAL, v); in parse_ieee_atn()
2308 return debug_record_variable (dhandle, namcopy, type, DEBUG_REGISTER, v); in parse_ieee_atn()
2378 return debug_record_variable (dhandle, namcopy, in parse_ieee_atn()
Dstabs.c3213 return debug_record_variable (dhandle, name, type, kind, val); in stab_record_variable()
3241 if (! debug_record_variable (dhandle, v->name, v->type, v->kind, v->val)) in stab_emit_pending_vars()
Ddebug.c1122 debug_record_variable (void *handle, const char *name, debug_type type, in debug_record_variable() function