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