mirror of
https://github.com/serge1/ELFIO.git
synced 2025-02-06 12:39:48 +00:00
Changes of clang-format formatting
This commit is contained in:
parent
fc0293ebbd
commit
95eec4f592
@ -189,7 +189,8 @@ template <class S> class dynamic_section_accessor_template
|
|||||||
}
|
}
|
||||||
|
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
template <class T> void generic_add_entry_dyn( Elf_Xword tag, Elf_Xword value )
|
template <class T>
|
||||||
|
void generic_add_entry_dyn( Elf_Xword tag, Elf_Xword value )
|
||||||
{
|
{
|
||||||
const endianess_convertor& convertor = elf_file.get_convertor();
|
const endianess_convertor& convertor = elf_file.get_convertor();
|
||||||
|
|
||||||
|
@ -33,8 +33,7 @@ template <class S> class modinfo_section_accessor_template
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
modinfo_section_accessor_template( S* section )
|
modinfo_section_accessor_template( S* section ) : modinfo_section( section )
|
||||||
: modinfo_section( section )
|
|
||||||
{
|
{
|
||||||
process_section();
|
process_section();
|
||||||
}
|
}
|
||||||
|
@ -386,8 +386,8 @@ BOOST_AUTO_TEST_CASE( gnu_version_64_le )
|
|||||||
BOOST_CHECK_EQUAL( verneed->get_link(), dynstr->get_index() );
|
BOOST_CHECK_EQUAL( verneed->get_link(), dynstr->get_index() );
|
||||||
|
|
||||||
for ( int i = 0; i < dynsym.get_symbols_num(); i++ ) {
|
for ( int i = 0; i < dynsym.get_symbols_num(); i++ ) {
|
||||||
BOOST_REQUIRE_EQUAL( dynsym.get_symbol( i, name, value, size, bind, type,
|
BOOST_REQUIRE_EQUAL( dynsym.get_symbol( i, name, value, size, bind,
|
||||||
section_index, other ),
|
type, section_index, other ),
|
||||||
true );
|
true );
|
||||||
|
|
||||||
Elf64_Addr verindex = 0;
|
Elf64_Addr verindex = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user