libabigail/include
Dodji Seketeli 6be1218195 Rename elf_symbol::get_is_defined() to elf_symbol::is_defined()
It's let's awkward to type if (elf_symbol->is_defined()); than
...->get_is_defined().  So I am going to the former.  A chance we
still can change ABI here ;-)

	* include/abg-ir.h (elf_symbol::get_is_defined): Rename into
	elf_symbol::is_defined.
	(elf_symbol::set_is_defined): Rename into elf_symbol::is_defined.
	* src/abg-ir.cc (elf_symbol::get_is_defined): Likewise, rename
	this into elf_symbol::is_defined.
	(elf_symbol::set_is_defined): Likewise, rename this into
	elf_symbol::is_defined.
	(elf_symbol::{elf_symbol, is_public}): Adjust.
	* src/abg-writer.cc (write_elf_symbol): Adjust.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
2014-11-30 19:57:04 +01:00
..
abg-comp-filter.h Remove useless redundant_filter 2014-10-13 17:39:26 +02:00
abg-comparison.h Fix an apidoc typo 2014-11-01 15:16:42 +01:00
abg-config.h Doxygen markup fixes final. 2013-08-14 15:07:18 +02:00
abg-corpus.h Update the copyright years of include/abg-corpus.h 2014-11-30 19:57:04 +01:00
abg-diff-utils.h Make the use of a C++-11 compiler optional 2014-11-05 10:45:07 +01:00
abg-dwarf-reader.h Support comparing symbols not referenced by debug info 2014-10-22 23:04:40 +02:00
abg-fwd.h Fix the reference to the IRC channel on the web page 2014-11-18 23:14:49 +01:00
abg-hash.h Misc style fixes 2014-02-10 15:51:10 +01:00
abg-ini.h Initial support for type suppressions 2014-10-13 17:44:44 +02:00
abg-ir.h Rename elf_symbol::get_is_defined() to elf_symbol::is_defined() 2014-11-30 19:57:04 +01:00
abg-libxml-utils.h Serialize and de-serialize elf symbols for var & function decls 2014-05-14 11:19:34 +02:00
abg-libzip-utils.h Initial writing/reading of an ABI corpus to an archive 2013-08-27 16:20:41 +02:00
abg-reader.h Put IR artifacts in the abigail::ir namespace 2014-10-13 17:44:43 +02:00
abg-sptr-utils.h Factorize a no-op deleter for shared pointer 2014-09-30 18:04:14 +02:00
abg-traverse.h Put IR artifacts in the abigail::ir namespace 2014-10-13 17:44:43 +02:00
abg-version.h.in Collapse subdir of include to include. 2013-08-14 15:07:18 +02:00
abg-viz-common.h Forward decls for abg-ir.h, doxygen fixups, restyle. 2013-08-14 15:07:18 +02:00
abg-viz-dot.h Forward decls for abg-ir.h, doxygen fixups, restyle. 2013-08-14 15:07:18 +02:00
abg-viz-svg.h Forward decls for abg-ir.h, doxygen fixups, restyle. 2013-08-14 15:07:18 +02:00
abg-writer.h Put IR artifacts in the abigail::ir namespace 2014-10-13 17:44:43 +02:00
Makefile.am Initial support of ini-style file parsing 2014-10-13 17:44:43 +02:00