Searched refs:checkSection (Results 1 - 1 of 1) sorted by relevance
/third_party/elfio/tests/ |
H A 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() 214 checkSection( sec, 0, "", SHT_NULL, 0, 0, 0, 0, 0, 0, 0 ); in TEST() 217 checkSection( sec, 1, ".interp", SHT_PROGBITS, SHF_ALLOC, 0x08048114, in TEST() 221 checkSection( sec, 9, ".rel.plt", SHT_REL, SHF_ALLOC, 0x08048234, 0x18, in TEST() 225 checkSection( sec, 19, ".dynamic", SHT_DYNAMIC, SHF_WRITE | SHF_ALLOC, in TEST() 229 checkSection( sec, 27, ".strtab", SHT_STRTAB, 0, 0x0, 0x259, 0, 0, 1, in TEST() 326 checkSection( sec, 0, "", SHT_NULL, 0, 0, 0, 0, 0, 0, 0 ); in TEST() 330 checkSection( se in TEST() [all...] |
Completed in 2 milliseconds