Lines Matching refs:Section
54 using google_breakpad::test_assembler::Section;
59 // Simply calling Section::Append(size, byte) produces a uninteresting pattern
60 // that tends to get hashed to 0000...0000. This populates the section with
62 void PopulateSection(Section* section, int size, int prime_number) {
64 section->Append(1, (i % prime_number) % 256);
135 Section text(kLittleEndian);
165 Section text(kLittleEndian);
197 Section text(kLittleEndian);
230 Section foo_1(kLittleEndian);
233 Section text_1(kLittleEndian);
247 Section text_2(kLittleEndian);
248 Section foo_2(kLittleEndian);