Searched refs:checkSection (Results 1 – 1 of 1) sorted by relevance
/third_party/elfio/tests/ |
D | ELFIOTest.cpp | 64 void checkSection( const section* sec, in checkSection() function 89 void checkSection( const section* sec, in checkSection() function 100 checkSection( sec, sec->get_index(), name, type, flags, address, size, link, in checkSection() 212 checkSection( sec, 0, "", SHT_NULL, 0, 0, 0, 0, 0, 0, 0 ); in BOOST_AUTO_TEST_CASE() 215 checkSection( sec, 1, ".interp", SHT_PROGBITS, SHF_ALLOC, 0x08048114, 0x13, in BOOST_AUTO_TEST_CASE() 219 checkSection( sec, 9, ".rel.plt", SHT_REL, SHF_ALLOC, 0x08048234, 0x18, 4, in BOOST_AUTO_TEST_CASE() 223 checkSection( sec, 19, ".dynamic", SHT_DYNAMIC, SHF_WRITE | SHF_ALLOC, in BOOST_AUTO_TEST_CASE() 227 checkSection( sec, 27, ".strtab", SHT_STRTAB, 0, 0x0, 0x259, 0, 0, 1, 0 ); in BOOST_AUTO_TEST_CASE() 313 checkSection( sec, 0, "", SHT_NULL, 0, 0, 0, 0, 0, 0, 0 ); in BOOST_AUTO_TEST_CASE() 317 checkSection( sec, 1, ".interp", SHT_PROGBITS, SHF_ALLOC, in BOOST_AUTO_TEST_CASE() [all …]
|