Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dstabsread.h58 EXTERN struct pending_stabs *global_stabs; variable
Dstabsread.c4342 global_stabs = NULL; /* AIX COFF */ in start_stabs()
4369 if (global_stabs) in finish_global_stabs()
4371 patch_block_stabs (global_symbols, global_stabs, objfile); in finish_global_stabs()
4372 xfree (global_stabs); in finish_global_stabs()
4373 global_stabs = NULL; in finish_global_stabs()
Dxcoffread.c1503 add_stab_to_list (name, &global_stabs); in process_xcoff_symbol()
1509 add_stab_to_list (name, &global_stabs); in process_xcoff_symbol()
DChangeLog-19911106 global_stabs and file_stabs for xcoffread.
DChangeLog-19922880 * xcoffread.c (global_stabs): Remove redundant def.