Home
last modified time | relevance | path

Searched refs:drop_undefined_syms (Results 1 – 4 of 4) sorted by relevance

/external/libabigail/tools/
Dabidw.cc104 bool drop_undefined_syms; member
129 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()
/external/libabigail/src/
Dabg-reader.cc151 drop_undefined_syms() const in drop_undefined_syms() function in abigail::xml_reader::read_context
159 drop_undefined_syms(bool f) in drop_undefined_syms() function in abigail::xml_reader::read_context
Dabg-dwarf-reader.cc2354 drop_undefined_syms() const in drop_undefined_syms() function in abigail::dwarf_reader::read_context
2362 drop_undefined_syms(bool f) in drop_undefined_syms() function in abigail::dwarf_reader::read_context
6245 {ctxt.drop_undefined_syms(f);} in set_drop_undefined_syms()
13809 && (!is_declaration_only || ctxt.drop_undefined_syms())) in function_is_suppressed()
/external/libabigail/
DChangeLog3001 (drop_undefined_syms): New getter and setter method.
3003 (function_is_suppressed): Check drop_undefined_syms on
3008 (drop_undefined_syms): New getter and setter method.
3009 * tools/abidw.cc (struct options): Add drop_undefined_syms.