# This file is part of Metasm, the Ruby assembly manipulation suite # Copyright (C) 2006-2009 Yoann GUILLOT # # Licence is LGPL, see LICENCE in the top-level directory module Metasm class GNUExports # exported symbol name => exporting library name for common libraries # used by ELF#automagic_symbols EXPORT = {} # see samples/elf_listexports for the generator of this data data = <