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