Home
last modified time | relevance | path

Searched defs:FunctionData (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/unwinding/libunwindstack/tests/
H A DElfFake.h43 struct FunctionData { struct
44 FunctionData(std::string name, uint64_t offset) : name(name), offset(offset) {} in FunctionData() function
46 std::string name;
47 uint64_t offset;