Searched refs:common_block (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dstabsread.c4037 static struct pending *common_block;
4056 common_block = local_symbols;
4068 start address added in when we know it. common_block and
4093 /* Copy all the struct pendings before common_block. */
4095 next != NULL && next != common_block;
4106 if (common_block != NULL)
4107 for (j = common_block_i; j < common_block->nsyms; j++)
4108 add_symbol_to_list (common_block->symbol[j], &new);
4030 static struct pending *common_block; variable in typeref:struct:pending

Completed in 48 milliseconds