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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dbuildsym.c211 for (bnext = pending_blocks; bnext; bnext = bnext1)
217 pending_blocks = NULL;
397 for (pblock = pending_blocks;
463 pblock->next = pending_blocks;
464 pending_blocks = pblock;
477 for (next = pending_blocks, i = 0; next; next = next->next, i++)
493 for (next = pending_blocks; next; next = next->next)
502 for (next = pending_blocks; next; next = next1)
508 pending_blocks = NULL;
855 if ((objfile->flags & OBJF_REORDERED) && pending_blocks)
[all...]
H A Dbuildsym.h193 EXTERN struct pending_block *pending_blocks; variable in typeref:struct:pending_block

Completed in 45 milliseconds