Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/stand/common/load_elf32_obj.c
34677 views
1
/* This file is in the public domain */
2
3
#define __ELF_WORD_SIZE 32
4
#define _MACHINE_ELF_WANT_32BIT
5
#include "load_elf_obj.c"
6
7