--- qemu/roms/SLOF/lib/libelf/libelf.in 2018/04/24 18:59:08 1.1 +++ qemu/roms/SLOF/lib/libelf/libelf.in 2018/04/24 19:24:34 1.1.1.2 @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c) 2004, 2008 IBM Corporation + * Copyright (c) 2004, 2011 IBM Corporation * All rights reserved. * This program and the accompanying materials * are made available under the terms of the BSD License @@ -9,4 +9,10 @@ * Contributors: * IBM Corporation - initial implementation *****************************************************************************/ -cod(LOADELF) + +/* + * libelf bindings for Forth - definitions + */ + +cod(ELF-LOAD-FILE) +cod(ELF-LOAD-FILE-TO-ADDR)