Home
last modified time | relevance | path

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

/aosp12/system/unwinding/libunwindstack/tests/
H A DElfFake.h82 void FakeSetGlobalVariable(const std::string& global, uint64_t offset) { in FakeSetGlobalVariable() function
H A DDexFilesTest.cpp48 interface->FakeSetGlobalVariable("__dex_debug_descriptor", global_offset); in CreateFakeElf()
H A DJitDebugTest.cpp45 interface->FakeSetGlobalVariable("__jit_debug_descriptor", global_offset); in CreateFakeElf()
H A DUnwinderTest.cpp147 interface->FakeSetGlobalVariable("__dex_debug_descriptor", 0x1800); in SetUpTestSuite()
148 interface->FakeSetGlobalVariable("__jit_debug_descriptor", 0x1900); in SetUpTestSuite()
/aosp12/system/unwinding/libunwindstack/tests/fuzz/
H A DUnwinderComponentCreator.cpp79 elf->FakeSetGlobalVariable(func_name, data_provider->ConsumeIntegral<uint64_t>()); in ElfPushFakeFunctionData()