Searched refs:CreateFakeElf (Results 1 – 2 of 2) sorted by relevance
/system/unwinding/libunwindstack/tests/ |
D | DexFilesTest.cpp | 40 void CreateFakeElf(MapInfo* map_info, uint64_t global_offset, uint64_t data_offset, in CreateFakeElf() function in unwindstack::DexFilesTest 77 CreateFakeElf(map_info, 0x2800, 0x2000, 0x2000, 0x3000); in Init() 82 CreateFakeElf(map_info, 0x2800, 0x2000, 0x2000, 0x3000); in Init() 87 CreateFakeElf(map_info, 0xf1800, 0xf1000, 0xf1000, 0x10000); in Init() 92 CreateFakeElf(map_info, 0x3800, 0x3000, 0x3000, 0xd000); in Init()
|
D | JitDebugTest.cpp | 38 void CreateFakeElf(MapInfo* map_info, uint64_t global_offset, uint64_t data_offset, in CreateFakeElf() function in unwindstack::JitDebugTest 70 CreateFakeElf(map_info, 0x2800, 0x2000, 0x2000, 0x3000); in Init() 74 CreateFakeElf(map_info, 0x2800, 0x2000, 0x2000, 0x3000); in Init() 78 CreateFakeElf(map_info, 0xee800, 0xee000, 0xee000, 0x10000); in Init()
|