Home
last modified time | relevance | path

Searched refs:kFuncAddr (Results 1 – 1 of 1) sorted by relevance

/external/google-breakpad/src/common/linux/
Delf_symbols_to_module_unittest.cc117 const uint32_t kFuncAddr = 0x1000; in TEST_P() local
120 AddElf32Sym(kFuncName, kFuncAddr, kFuncSize, in TEST_P()
130 EXPECT_EQ((Module::Address)kFuncAddr, extern1->address); in TEST_P()
135 const uint32_t kFuncAddr = 0x1000; in TEST_P() local
143 .D32(kFuncAddr) in TEST_P()
154 EXPECT_EQ((Module::Address)kFuncAddr, extern1->address); in TEST_P()
159 const uint32_t kFuncAddr = 0x1000; in TEST_P() local
172 .D32(kFuncAddr) in TEST_P()
183 EXPECT_EQ((Module::Address)kFuncAddr, extern1->address); in TEST_P()
226 const uint32_t kFuncAddr = 0x1000; in TEST_P() local
[all …]