Searched refs:copy_func (Results 1 – 2 of 2) sorted by relevance
/system/core/libunwindstack/tests/ |
D | ElfTestUtils.cpp | 61 TestCopyFuncType copy_func) { in TestInitGnuDebugdata() argument 71 copy_func(0, &ehdr, sizeof(ehdr)); in TestInitGnuDebugdata() 76 copy_func(offset, &shdr, sizeof(shdr)); in TestInitGnuDebugdata() 89 copy_func(offset, &shdr, sizeof(shdr)); in TestInitGnuDebugdata() 93 copy_func(symname_offset, &value, 1); in TestInitGnuDebugdata() 96 copy_func(symname_offset, name.c_str(), name.size() + 1); in TestInitGnuDebugdata() 99 copy_func(symname_offset, name.c_str(), name.size() + 1); in TestInitGnuDebugdata() 122 copy_func(offset, buf.data(), buf.size()); in TestInitGnuDebugdata() 131 copy_func(gnu_offset, &shdr, sizeof(shdr)); in TestInitGnuDebugdata()
|
D | ElfTestUtils.h | 32 TestCopyFuncType copy_func);
|