HomeSort by relevance Sort by last modified time
    Searched refs:unitized (Results 1 - 3 of 3) sorted by null

  /external/google-breakpad/src/common/
stabs_reader.h 87 // UNITIZED should be true if the STABS data is stored in units with
90 // actual symbol table; UNITIZED should be true when parsing Linux stabs,
98 bool big_endian, size_t value_size, bool unitized,
210 // True if the data is "unitized"; see the explanation in the comment for
stabs_reader.cc 70 bool big_endian, size_t value_size, bool unitized,
75 unitized_(unitized),
99 // In unitized STABS (including Linux STABS, and pretty much anything
stabs_reader_unittest.cc 231 StabsFixture() : stabs(&strings), unitized(true) { }
250 stabs.endianness() == kBigEndian, stabs.value_size(), unitized,
257 bool unitized; member in struct:__anon12835::StabsFixture
412 TEST_F(Stabs, Unitized) {
458 unitized = false;

Completed in 641 milliseconds