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

  /external/google-breakpad/src/common/linux/
elf_core_dump.cc 135 for (unsigned i = 0, n = GetProgramHeaderCount(); i < n; ++i) {
144 unsigned ElfCoreDump::GetProgramHeaderCount() const {
150 for (unsigned i = 0, n = GetProgramHeaderCount(); i < n; ++i) {
elf_core_dump.h 129 unsigned GetProgramHeaderCount() const;
elf_core_dump_unittest.cc 56 EXPECT_EQ(0U, core.GetProgramHeaderCount());
77 EXPECT_EQ(0U, core.GetProgramHeaderCount());

Completed in 53 milliseconds