elf_file
struct elf_file;
typedef Elf_Addr (symaddr_fn)(struct elf_file *ef, Elf_Size symidx);
int __elfN(reloc)(struct elf_file *ef, symaddr_fn *symaddr,
bzero(&ef, sizeof(struct elf_file));
__elfN(symaddr)(struct elf_file *ef, Elf_Size symidx)
struct elf_file ef;
__elfN(obj_symaddr)(struct elf_file *ef, Elf_Size symidx)
static Elf_Addr __elfN(obj_symaddr)(struct elf_file *ef, Elf_Size symidx);
struct elf_file ef;
bzero(&ef, sizeof(struct elf_file));
__elfN(reloc)(struct elf_file *ef, symaddr_fn *symaddr, const void *reldata,
ef = kmalloc(sizeof(struct elf_file), M_LINKER, M_INTWAIT | M_ZERO);
ef = kmalloc(sizeof(struct elf_file), M_LINKER, M_WAITOK | M_ZERO);
ef = kmalloc(sizeof(struct elf_file), M_LINKER, M_WAITOK | M_ZERO);
ef = kmalloc(sizeof(struct elf_file), M_LINKER, M_WAITOK | M_ZERO);
ef = kmalloc(sizeof(struct elf_file), M_LINKER, M_WAITOK | M_ZERO);