Searched refs:pending_blocks (Results 1 – 2 of 2) sorted by relevance
208 for (bnext = pending_blocks; bnext; bnext = bnext1) in free_pending_blocks()214 pending_blocks = NULL; in free_pending_blocks()394 for (pblock = pending_blocks; in finish_block()460 pblock->next = pending_blocks; in record_pending_block()461 pending_blocks = pblock; in record_pending_block()474 for (next = pending_blocks, i = 0; next; next = next->next, i++) in make_blockvector()490 for (next = pending_blocks; next; next = next->next) in make_blockvector()499 for (next = pending_blocks; next; next = next1) in make_blockvector()505 pending_blocks = NULL; in make_blockvector()848 if ((objfile->flags & OBJF_REORDERED) && pending_blocks) in end_symtab()[all …]
193 EXTERN struct pending_block *pending_blocks; variable