Searched refs:cpool (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | dwarf2read.c | 19755 add_string (htab_t table, struct obstack *cpool, const char *str) in add_string() argument 19768 result->offset = obstack_object_size (cpool); in add_string() 19770 obstack_grow_str0 (cpool, str); in add_string() 20009 add_indices_to_cpool (htab_t symbol_hash_table, struct obstack *cpool, in add_indices_to_cpool() argument 20023 entry->index_offset = obstack_object_size (cpool); in add_indices_to_cpool() 20025 obstack_grow (cpool, &val, sizeof (val)); in add_indices_to_cpool() 20031 obstack_grow (cpool, &val, sizeof (val)); in add_indices_to_cpool() 20048 struct obstack *output, struct obstack *cpool) in write_hash_table() argument 20062 add_indices_to_cpool (symbol_hash_table, cpool, symtab->data[i]); in write_hash_table() 20072 str_off = add_string (str_table, cpool, symtab->data[i]->name); in write_hash_table()
|