Searched refs:xfree (Results 101 - 125 of 211) sorted by relevance

123456789

/haiku-fatelf/src/bin/gdb/gdb/
H A Dvarobj.c809 xfree (exp);
1074 xfree (vc);
1192 xfree (cv);
1365 xfree (var->root);
1368 xfree (var->name);
1369 xfree (var->obj_name);
1370 xfree (var);
1524 xfree (s);
1554 xfree (s);
1994 xfree (nam
[all...]
H A Ddwarf2-frame.c184 xfree (rs->reg);
185 xfree (rs);
198 xfree (fs->initial.reg);
199 xfree (fs->regs.reg);
200 xfree (fs);
385 xfree (fs->regs.reg);
387 xfree (old_rs);
H A Dhaiku-nat.c227 // freed, xfree() is invoked on the private data directly, but there's no
247 xfree(foundInfo->last_event);
248 xfree(foundInfo);
282 xfree(thread);
361 xfree(image);
382 xfree(image);
479 xfree(event);
1085 xfree(event);
1286 xfree(thread->last_event);
1295 xfree(even
[all...]
H A Dcp-namespace.c298 to by USING via xfree. */
318 xfree (using->inner);
319 xfree (using->outer);
320 xfree (using);
H A Ddwarf2expr.c55 xfree (ctx->stack);
56 xfree (ctx->pieces);
57 xfree (ctx);
H A Delfread.c186 back_to = make_cleanup (xfree, symbol_table);
611 xfree (ssi);
642 xfree (objfile->sym_stab_info);
H A Dmaint.c158 xfree (demangled);
585 xfree (alias->replacement);
598 xfree (cmd->replacement);
H A Dremote-vx.c710 make_cleanup (xfree, arg_string);
1211 xfree (vx_running);
1298 xfree (vx_running);
1330 xfree (vx_host); /* The hostname */
H A Dsomread.c407 xfree (objfile->sym_stab_info);
583 xfree (string_buffer);
714 xfree (string_buffer);
H A Dbsd-kvm.c74 xfree (filename);
H A Dcomplaints.c201 cleanups = make_cleanup (xfree, msg);
H A Dtracepoint.c341 old_chain = make_cleanup (xfree, t);
585 xfree (t->addr_string);
587 xfree (t->source_file);
591 xfree (t);
983 (void) make_cleanup (xfree, areqs.reg_mask);
1034 xfree (line->action);
1035 xfree (line);
1468 xfree (actions_list[ndx]);
1470 xfree (actions_list);
2113 old_chain = make_cleanup (xfree, sal
[all...]
H A Ddcache.c515 xfree (dcache->the_cache);
516 xfree (dcache);
H A Ddisasm.c132 xfree (filename);
134 xfree (name);
H A Dparse.c151 xfree (call);
166 xfree (call);
H A Dinfcmd.c215 xfree (old);
464 xfree (old_args);
493 xfree (old_args);
858 xfree (sals.sals);
1454 xfree (var);
1501 xfree (exec_path);
H A Dui-out.c335 xfree (uiout->table.id);
425 xfree (end_cleanup_data);
513 struct cleanup *old_cleanup = make_cleanup (xfree, buffer);
613 xfree (buf);
1011 xfree (uiout->table.header_next->colhdr);
1012 xfree (uiout->table.header_next);
H A Dvalues.c341 xfree (val);
343 xfree (value_history_chain);
471 xfree (var->value);
495 xfree (var->name);
496 xfree (var->value);
497 xfree (var);
H A Ddbxread.c305 xfree (this_object_header_files);
751 xfree (hfiles[i].name);
752 xfree (hfiles[i].vector);
754 xfree (hfiles);
756 xfree (objfile->sym_stab_info);
947 xfree (bincl_list);
1020 back_to = make_cleanup (xfree, dynsyms);
1083 make_cleanup (xfree, dynrels);
1835 xfree (name);
1900 xfree (nam
[all...]
/haiku-fatelf/src/bin/network/wget/src/
H A Dinit.c439 xfree (file);
475 xfree (file);
478 xfree (home);
551 xfree (line);
601 xfree (file);
775 xfree (com);
776 xfree (val);
H A Dmswindows.c91 xfree ((char*)exec_name);
112 The returned string is dynamically allocated and needs to be xfree()'d. */
143 xfree (name);
240 xfree (name);
H A Dptimer.c340 xfree (pt);
H A Dcookies.c156 xfree (cookie);
310 xfree (chain_key);
694 xfree (cookie->domain);
1147 for (; ((line = read_whole_line (fp)) != NULL); xfree (line))
1316 xfree (iter.key);
1326 xfree (jar);
/haiku-fatelf/src/bin/gdb/gdb/mi/
H A Dmi-interp.c245 xfree (buff);
/haiku-fatelf/src/bin/gdb/gdb/cli/
H A Dcli-script.c486 xfree (oargs);
672 xfree (command->body_list);
1005 xfree (l->line);
1006 xfree (l);
1209 xfree (c->doc);
1283 make_cleanup (xfree, source_pre_error);

Completed in 272 milliseconds

123456789