shithub: scc

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