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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dbuildsym.c105 add_symbol_to_list (struct symbol *symbol, struct pending **listhead)
115 if (*listhead == NULL || (*listhead)->nsyms == PENDINGSIZE)
127 link->next = *listhead;
128 *listhead = link;
132 (*listhead)->symbol[(*listhead)->nsyms++] = symbol;
225 finish_block (struct symbol *symbol, struct pending **listhead,
240 *listhead);
245 *listhead);
102 add_symbol_to_list(struct symbol *symbol, struct pending **listhead) argument
222 finish_block(struct symbol *symbol, struct pending **listhead, struct pending_block *old_blocks, CORE_ADDR start, CORE_ADDR end, struct objfile *objfile) argument
[all...]
H A Dbuildsym.h231 struct pending **listhead);
237 struct pending **listhead,

Completed in 44 milliseconds