Lines Matching defs:size
59 EXPECT_EQ( reader.sections.size(), secNum );
60 EXPECT_EQ( reader.segments.size(), segNum );
70 Elf_Xword size,
81 EXPECT_EQ( sec->get_size(), size );
94 Elf_Xword size,
100 checkSection( sec, sec->get_index(), name, type, flags, address, size, link,
136 Elf_Xword size;
143 sr.get_symbol( index, name, value, size, bind, type, section, other ),
147 EXPECT_EQ( size, size_ );
232 for ( Elf_Half i = 0; i < reader.sections.size(); ++i ) {
1013 // Then: the size returns the raw section size (compressed size)
1015 // Then: the size changes to reflect the mock compression implementation is being called