/* * Copyright 2019 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #include #include #include #include "runtime_loader_private.h" #include //#define TRACE_RLD #ifdef TRACE_RLD # define TRACE(x) dprintf x #else # define TRACE(x) ; #endif status_t arch_relocate_image(image_t *rootImage, image_t *image, SymbolLookupCache* cache) { debugger("arch_relocate_image: Not Yet Implemented!"); return B_OK; }