Searched refs:drop_undefined_syms (Results 1 – 4 of 4) sorted by relevance
104 bool drop_undefined_syms; member129 drop_undefined_syms(false), in options()329 opts.drop_undefined_syms = true; in parse_command_line()818 set_drop_undefined_syms(ctxt, opts.drop_undefined_syms); in main()
151 drop_undefined_syms() const in drop_undefined_syms() function in abigail::xml_reader::read_context159 drop_undefined_syms(bool f) in drop_undefined_syms() function in abigail::xml_reader::read_context
2354 drop_undefined_syms() const in drop_undefined_syms() function in abigail::dwarf_reader::read_context2362 drop_undefined_syms(bool f) in drop_undefined_syms() function in abigail::dwarf_reader::read_context6245 {ctxt.drop_undefined_syms(f);} in set_drop_undefined_syms()13809 && (!is_declaration_only || ctxt.drop_undefined_syms())) in function_is_suppressed()
3001 (drop_undefined_syms): New getter and setter method.3003 (function_is_suppressed): Check drop_undefined_syms on3008 (drop_undefined_syms): New getter and setter method.3009 * tools/abidw.cc (struct options): Add drop_undefined_syms.