Searched refs:drop_undefined_syms (Results 1 – 4 of 4) sorted by relevance
115 bool drop_undefined_syms; member152 drop_undefined_syms(false), in options()367 opts.drop_undefined_syms = true; in parse_command_line()564 set_drop_undefined_syms(ctxt, opts.drop_undefined_syms); in load_corpus_and_write_abixml()
2358 drop_undefined_syms() const in drop_undefined_syms() function in abigail::dwarf_reader::read_context2366 drop_undefined_syms(bool f) in drop_undefined_syms() function in abigail::dwarf_reader::read_context6239 {ctxt.drop_undefined_syms(f);} in set_drop_undefined_syms()13934 && (!is_declaration_only || ctxt.drop_undefined_syms())) in function_is_suppressed()
171 drop_undefined_syms() const in drop_undefined_syms() function in abigail::xml_reader::read_context179 drop_undefined_syms(bool f) in drop_undefined_syms() function in abigail::xml_reader::read_context
6553 (drop_undefined_syms): New getter and setter method.6555 (function_is_suppressed): Check drop_undefined_syms on6560 (drop_undefined_syms): New getter and setter method.6561 * tools/abidw.cc (struct options): Add drop_undefined_syms.