shithub: scc

ref: 0c1934dabb9e1f81b8c7c2099f138e17dc772aca
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)
{
	/* TODO */
	return 0;
}