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

  /external/google-breakpad/src/common/linux/
elf_core_dump.h 125 const Phdr* GetFirstProgramHeaderOfType(Word type) const;
elf_core_dump.cc 133 const ElfCoreDump::Phdr* ElfCoreDump::GetFirstProgramHeaderOfType(
171 const Phdr* program_header = GetFirstProgramHeaderOfType(PT_NOTE);
elf_core_dump_unittest.cc 58 EXPECT_EQ(NULL, core.GetFirstProgramHeaderOfType(PT_LOAD));
79 EXPECT_EQ(NULL, core.GetFirstProgramHeaderOfType(PT_LOAD));

Completed in 54 milliseconds