Searched refs:debug_record_variable (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | rdcoff.c | 559 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()
|
| D | debug.h | 510 extern bfd_boolean debug_record_variable
|
| D | ieee.c | 2202 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()
|
| D | stabs.c | 3213 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()
|
| D | debug.c | 1122 debug_record_variable (void *handle, const char *name, debug_type type, in debug_record_variable() function
|