Searched refs:relocationInfos (Results 1 – 1 of 1) sorted by relevance
85 std::vector<RelocationInfoType> relocationInfos, nn::SharedMemory memory) { in create() argument88 std::move(relocationInfos), std::move(memory), std::move(mapping)); in create()91 RelocationTracker(std::vector<RelocationInfoType> relocationInfos, nn::SharedMemory memory, in RelocationTracker() argument93 : kRelocationInfos(std::move(relocationInfos)), in RelocationTracker()