2 * Copyright 2012, Haiku, Inc.
3 * Distributed under the terms of the MIT License.
6 * Ithamar R. Adema <ithamar@upgrade-android.com>
13 #include "runtime_loader_private.h"
15 #include <runtime_loader.h>
19 # define TRACE(x) dprintf x
25 arch_relocate_image(image_t
*rootImage
, image_t
*image
,
26 SymbolLookupCache
* cache
)
28 debugger("arch_relocate_image: Not Yet Implemented!");