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

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dstabsread.c4320 static struct pending *common_block;
4339 common_block = local_symbols;
4351 start address added in when we know it. common_block and
4376 /* Copy all the struct pendings before common_block. */
4378 next != NULL && next != common_block;
4389 if (common_block != NULL)
4390 for (j = common_block_i; j < common_block->nsyms; j++)
4391 add_symbol_to_list (common_block->symbol[j], &new);
4313 static struct pending *common_block; variable in typeref:struct:pending

Completed in 111 milliseconds