Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/linux/
Delf_symbols_to_module_unittest.cc188 const uint32_t kFuncAddr1 = 0x10001000; in TEST_P() local
197 AddElf32Sym(kFuncName1, kFuncAddr1, kFuncSize1, in TEST_P()
215 EXPECT_EQ((Module::Address)kFuncAddr1, extern1->address); in TEST_P()
305 const uint64_t kFuncAddr1 = 0x1000100010001000ULL; in TEST_P() local
314 AddElf64Sym(kFuncName1, kFuncAddr1, kFuncSize1, in TEST_P()
332 EXPECT_EQ((Module::Address)kFuncAddr1, extern1->address); in TEST_P()
Dsynth_elf_unittest.cc126 const uint32_t kFuncAddr1 = 0x10001000; in TEST_F() local
135 syms.AddSymbol(kFuncName1, kFuncAddr1, kFuncSize1, in TEST_F()