ref: b286be8fc1cbdaf0e2857d62a2269e09fdd4701d dir: /src/libmach/rebase.c/
#include <stdio.h> #include <scc/mach.h> #include "libmach.h" int rebase(Obj *obj, int idx, unsigned long long base) { /* TODO */ return 0; }