ref: 1a3ab58b1e471ed3b38dfdb1d0c0a0bd30280fbf
dir: /ld/formats.c/
static char sccsid[] = "@(#) ./ld/probe.c"; #include <stdio.h> #include "ld.h" /* TODO: Autogenerate this file */ struct objfile coff32; struct objfile *formats[] = { &coff32, NULL, };