Searched refs:kFuncAddr2 (Results 1 – 2 of 2) sorted by relevance
/external/google-breakpad/src/common/linux/ |
D | elf_symbols_to_module_unittest.cc | 191 const uint32_t kFuncAddr2 = 0x20002000; in TEST_P() local 201 AddElf32Sym(kFuncName2, kFuncAddr2, kFuncSize2, in TEST_P() 218 EXPECT_EQ((Module::Address)kFuncAddr2, extern2->address); in TEST_P() 308 const uint64_t kFuncAddr2 = 0x2000200020002000ULL; in TEST_P() local 318 AddElf64Sym(kFuncName2, kFuncAddr2, kFuncSize2, in TEST_P() 335 EXPECT_EQ((Module::Address)kFuncAddr2, extern2->address); in TEST_P()
|
D | synth_elf_unittest.cc | 129 const uint32_t kFuncAddr2 = 0x20002000; in TEST_F() local 138 syms.AddSymbol(kFuncName2, kFuncAddr2, kFuncSize2, in TEST_F()
|