Home
last modified time | relevance | path

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

/third_party/elfio/tests/
DELFIOTest.cpp277 relocation_section_accessor reloc1( reader, sec ); in BOOST_AUTO_TEST_CASE() local
278 BOOST_CHECK_EQUAL( reloc1.get_entries_num(), 3 ); in BOOST_AUTO_TEST_CASE()
280 checkRelocation( &reloc1, 0, 0x08049578, 0x0, "__gmon_start__", in BOOST_AUTO_TEST_CASE()
282 checkRelocation( &reloc1, 1, 0x0804957c, 0x0, "__libc_start_main", in BOOST_AUTO_TEST_CASE()
284 checkRelocation( &reloc1, 2, 0x08049580, 0x0, "puts", R_X86_64_JUMP_SLOT, 0, in BOOST_AUTO_TEST_CASE()
385 relocation_section_accessor reloc1( reader, sec ); in BOOST_AUTO_TEST_CASE() local
386 BOOST_CHECK_EQUAL( reloc1.get_entries_num(), 2 ); in BOOST_AUTO_TEST_CASE()
388 checkRelocation( &reloc1, 0, 0x00600848, 0x0, "puts", R_X86_64_JUMP_SLOT, 0, in BOOST_AUTO_TEST_CASE()
390 checkRelocation( &reloc1, 1, 0x00600850, 0x0, "__libc_start_main", in BOOST_AUTO_TEST_CASE()
458 relocation_section_accessor reloc1( reader, sec ); in BOOST_AUTO_TEST_CASE() local
[all …]