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