ref: 5b002ffca45fa45171f1bde5fc009b8ed085249d
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,
};