Searched refs:unitized (Results 1 – 4 of 4) sorted by relevance
/external/google-breakpad/src/common/ |
D | stabs_reader_unittest.cc | 231 StabsFixture() : stabs(&strings), unitized(true) { } in StabsFixture() 250 stabs.endianness() == kBigEndian, stabs.value_size(), unitized, in ApplyHandlerToMockStabsData() 257 bool unitized; member 458 unitized = false; in TEST_F()
|
D | stabs_reader.cc | 70 bool big_endian, size_t value_size, bool unitized, in StabsReader() argument 75 unitized_(unitized), in StabsReader()
|
D | stabs_reader.h | 98 bool big_endian, size_t value_size, bool unitized,
|
/external/google-breakpad/src/common/mac/ |
D | dump_syms.mm | 450 // Mac OS X STABS are never "unitized", and the size of the 'value' field
|