Home
last modified time | relevance | path

Searched refs:bits_64 (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/common/mac/
Dmacho_reader.cc338 segment.bits_64 = (type == LC_SEGMENT_64); in WalkLoadCommands()
339 size_t word_size = segment.bits_64 ? 8 : 4; in WalkLoadCommands()
456 size_t word_size = segment.bits_64 ? 8 : 4; in WalkSegmentSections()
461 section.bits_64 = segment.bits_64; in WalkSegmentSections()
476 if (section.bits_64) in WalkSegmentSections()
Dmacho_reader.h188 bool bits_64; member
218 bool bits_64; member
390 bool bits_64() const { return bits_64_; } in bits_64() function
Dmacho_reader_unittest.cc879 EXPECT_FALSE(reader.bits_64()); in TEST_F()
902 EXPECT_TRUE(reader.bits_64()); in TEST_F()
925 EXPECT_FALSE(reader.bits_64()); in TEST_F()
948 EXPECT_TRUE(reader.bits_64()); in TEST_F()
991 EXPECT_FALSE(reader.bits_64()); in TEST_F()
1017 EXPECT_FALSE(reader.bits_64()); in TEST_F()
1113 EXPECT_EQ(false, actual_segment.bits_64); in TEST_F()
1150 EXPECT_EQ(false, actual_segment.bits_64); in TEST_F()
1186 EXPECT_EQ(true, actual_segment.bits_64); in TEST_F()
1223 EXPECT_EQ(true, actual_segment.bits_64); in TEST_F()
[all …]
Ddump_syms.mm365 byte_reader.SetAddressSize(macho_reader.bits_64() ? 8 : 4);
455 reader_.bits_64() ? 8 : 4,
/external/google-breakpad/src/tools/mac/dump_syms/
Dmacho_dump.cc109 index_++, (segment.bits_64 ? "64" : "32"), segment.name.c_str(), in SegmentCommand()
177 (reader.bits_64() ? "64 bits" : "32 bits"), in DumpFile()