Searched refs:debug_record_int_const (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | debug.h | 494 extern bool debug_record_int_const (void *, const char *, bfd_vma);
|
H A D | debug.c | 1046 debug_record_int_const (void *handle, const char *name, bfd_vma val) in debug_record_int_const() function
|
H A D | stabs.c | 818 if (! debug_record_int_const (dhandle, name, atoi (p))) in parse_stab_string()
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | debug.h | 489 extern bool debug_record_int_const (void *, const char *, bfd_vma);
|
H A D | debug.c | 1035 debug_record_int_const (void *handle, const char *name, bfd_vma val) in debug_record_int_const() function
|
H A D | stabs.c | 800 if (! debug_record_int_const (dhandle, name, atoi (p))) in parse_stab_string()
|