ref: a033c20344b9ee8a761e3da0320f931c05bf88d1 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; }