ref: 844cf5ff2aa2a862b58d2e503e02534e133ad395
dir: /src/libmach/elf64/elf64.c/
#include <stdio.h>
#include <scc/mach.h>
#include "../libmach.h"
#include "elf64.h"
struct objops coff32 = {
.probe = NULL,
.new = elf64new,
.read = NULL,
.getidx = NULL,
.setidx = NULL,
.pc2line = NULL,
.strip = NULL,
.del = NULL,
.write = NULL,
.getsym = NULL,
.getsec = NULL,
.loadmap = NULL,
};