Lines Matching refs:DfxElf
49 * @tc.desc: test DfxElf functions with 32 bit ELF
55 DfxElf elf(ELF32_FILE);
86 EXPECT_NE(DfxElf::Create(ELF32_FILE), nullptr);
95 * @tc.desc: test DfxElf functions with 64 bit ELF
101 DfxElf elf(ELF64_FILE);
140 * @tc.desc: test DfxElf functions with using error
146 DfxElf elf("");
151 EXPECT_EQ(DfxElf::Create("123"), nullptr);
152 ASSERT_TRUE(DfxElf::ToReadableBuildId("").empty());
162 * @tc.desc: test DfxElf class functions with minidebugInfo
169 DfxElf elf(DUMPCATCHER_ELF_FILE);
188 auto elfFile = std::make_shared<DfxElf>("");
200 auto elfFile = std::make_shared<DfxElf>("/proc/illegal");
212 auto elf = std::make_shared<DfxElf>("");