shithub: scc

ref: ca44f53e072e0a0eea376a5f7a7ddfe754ccc184
dir: /src/libmach/elf64/elf64.c/

View raw version
#include <stdio.h>

#include <scc/mach.h>

#include "../libmach.h"
#include "elf64.h"

struct objops coff32 = {
	.probe = NULL,
	.new = NULL,
	.read = NULL,
	.getidx = NULL,
	.setidx = NULL,
	.pc2line = NULL,
	.strip = NULL,
	.del = NULL,
	.write = NULL,
	.getsym = NULL,
	.getsec = NULL,
	.loadmap = NULL,
};