shithub: scc

ref: e8065938a7c02560e8ab8f14d6e3b60774c0ad08
dir: /src/libmach/rebase.c/

View raw version
#include <stdio.h>

#include <scc/mach.h>

#include "libmach.h"

int
rebase(Obj *obj, int idx, unsigned long long base)
{
	return 0;
}