/* Alpha specific symbolic name handling.
- Copyright (C) 2002-2010 Red Hat, Inc.
- Copyright (C) 2002-2011 Red Hat, Inc.
++ Copyright (C) 2002-2012 Red Hat, Inc.
This file is part of Red Hat elfutils.
Written by Ulrich Drepper <drepper@redhat.com>, 2002.
/* Internal definitions for libdwarf.
- Copyright (C) 2002-2010 Red Hat, Inc.
- Copyright (C) 2002-2011 Red Hat, Inc.
++ Copyright (C) 2002-2012 Red Hat, Inc.
This file is part of Red Hat elfutils.
Written by Ulrich Drepper <drepper@redhat.com>, 2002.
/* The section data. */
Elf_Data *sectiondata[IDX_last];
+ #if USE_ZLIB
+ /* The 1 << N bit is set if sectiondata[N] is malloc'd decompressed data. */
+ unsigned int sectiondata_gzip_mask:IDX_last;
+ #endif
+
+ /* Information for relocating an ET_REL file, or null. */
+ struct dwarf_file_reloc *relocate;
+
/* True if the file has a byte order different from the host. */
bool other_byte_order;