Searched defs:bits_64 (Results 1 - 2 of 2) sorted by relevance

/external/google-breakpad/src/common/mac/
H A Dmacho_reader.h168 // bits_64 is false, only the bottom 32 bits of this value are valid.
173 // initialized with zeros. If bits_64 is false, only the bottom 32 bits
188 bool bits_64; member in struct:google_breakpad::mach_o::Segment
204 // memory. If bits_64 is false, only the bottom 32 bits of this value
218 bool bits_64; member in struct:google_breakpad::mach_o::Section
390 bool bits_64() const { return bits_64_; } function in class:google_breakpad::mach_o::Reader
H A Dmacho_reader_unittest.cc882 EXPECT_FALSE(reader.bits_64());
905 EXPECT_TRUE(reader.bits_64());
928 EXPECT_FALSE(reader.bits_64());
951 EXPECT_TRUE(reader.bits_64());
995 EXPECT_FALSE(reader.bits_64());
1021 EXPECT_FALSE(reader.bits_64());
1117 EXPECT_EQ(false, actual_segment.bits_64);
1154 EXPECT_EQ(false, actual_segment.bits_64);
1190 EXPECT_EQ(true, actual_segment.bits_64);
1227 EXPECT_EQ(true, actual_segment.bits_64);
1342 MatchSection( Matcher<bool> bits_64, Matcher<const string &> section_name, Matcher<const string &> segment_name, Matcher<uint64_t> address, Matcher<uint32_t> alignment, Matcher<uint32_t> flags, Matcher<const ByteBuffer &> contents) argument
1359 MatchSection( Matcher<bool> bits_64, Matcher<const string &> section_name, Matcher<const string &> segment_name, Matcher<uint64_t> address) argument
[all...]

Completed in 113 milliseconds