Home
last modified time | relevance | path

Searched refs:record_debugformat (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dbuildsym.h282 extern void record_debugformat (char *format);
H A Dxcoffread.c951 record_debugformat (debugfmt); in read_xcoff_symtab()
1045 record_debugformat (debugfmt); in read_xcoff_symtab()
1102 record_debugformat (debugfmt); in read_xcoff_symtab()
1242 record_debugformat (debugfmt); in read_xcoff_symtab()
H A Dbuildsym.c1095 record_debugformat (char *format) in record_debugformat() function
H A DChangeLog-19971347 (record_debugformat): Declare global function.
1350 (record_debugformat): New function to record the format.
1360 * os9kread.c (os9k_process_one_symbol): Call record_debugformat
1362 * hpread.c (hpread_expand_symtab): Call record_debugformat
1365 * dbxread.c (process_one_symbol): Call record_debugformat
1367 * coffread.c (coff_start_symtab): Call record_debugformat
1369 * xcoffread.c (read_xcoff_symtab): Call record_debugformat
1371 * dwarfread.c (read_file_scope): Call record_debugformat
1373 * dwarf2read.c (read_file_scope): Call record_debugformat
H A Dcoffread.c372 record_debugformat ("COFF"); in coff_start_symtab()
H A Ddbxread.c2895 record_debugformat ("stabs"); in process_one_symbol()
H A Ddwarfread.c1901 record_debugformat ("DWARF 1"); in read_file_scope()
H A Dhpread.c2812 record_debugformat ("HP"); in hpread_expand_symtab()
5169 record_debugformat ("HP"); in hpread_process_one_debug_symbol()
H A Ddwarf2read.c2792 record_debugformat ("DWARF 2"); in read_file_scope()
H A DChangeLog-20003460 record_debugformat() if appropriate.