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