OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gdb-6.8/] [bfd/] [pef.h] - Diff between revs 157 and 225

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 157 Rev 225
Line 1... Line 1...
/* PEF support for BFD.
/* PEF support for BFD.
   Copyright 1999, 2000, 2001, 2002, 2007
   Copyright 1999, 2000, 2001, 2002, 2005, 2007
   Free Software Foundation, Inc.
   Free Software Foundation, Inc.
 
 
   This file is part of BFD, the Binary File Descriptor library.
   This file is part of BFD, the Binary File Descriptor library.
 
 
   This program is free software; you can redistribute it and/or modify
   This program is free software; you can redistribute it and/or modify
Line 77... Line 77...
    BFD_PEF_INIT_LIB_BEFORE = 0x80
    BFD_PEF_INIT_LIB_BEFORE = 0x80
  };
  };
 
 
struct bfd_pef_imported_symbol
struct bfd_pef_imported_symbol
{
{
  unsigned char class;
  unsigned char symbol_class;
  unsigned long name;
  unsigned long name;
};
};
typedef struct bfd_pef_imported_symbol bfd_pef_imported_symbol;
typedef struct bfd_pef_imported_symbol bfd_pef_imported_symbol;
 
 
enum bfd_pef_imported_symbol_class
enum bfd_pef_imported_symbol_class

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.