OpenCores
URL https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [include/] [plugin-api.h] - Diff between revs 161 and 163

Show entire file | Details | Blame | View Log

Rev 161 Rev 163
Line 153... Line 153...
  /* This symbol was resolved by a definition in a regular object
  /* This symbol was resolved by a definition in a regular object
     linked into the main executable.  */
     linked into the main executable.  */
  LDPR_RESOLVED_EXEC,
  LDPR_RESOLVED_EXEC,
 
 
  /* This symbol was resolved by a definition in a shared object.  */
  /* This symbol was resolved by a definition in a shared object.  */
  LDPR_RESOLVED_DYN
  LDPR_RESOLVED_DYN,
 
 
 
  /* This is the prevailing definition of the symbol, with no
 
     references from regular objects.  It is only referenced from IR
 
     code, but the symbol is exported and may be referenced from
 
     a dynamic object (not seen at link time).  */
 
  LDPR_PREVAILING_DEF_IRONLY_EXP
};
};
 
 
/* The plugin library's "claim file" handler.  */
/* The plugin library's "claim file" handler.  */
 
 
typedef
typedef
Line 345... Line 351...
  LDPT_GET_INPUT_SECTION_COUNT,
  LDPT_GET_INPUT_SECTION_COUNT,
  LDPT_GET_INPUT_SECTION_TYPE,
  LDPT_GET_INPUT_SECTION_TYPE,
  LDPT_GET_INPUT_SECTION_NAME,
  LDPT_GET_INPUT_SECTION_NAME,
  LDPT_GET_INPUT_SECTION_CONTENTS,
  LDPT_GET_INPUT_SECTION_CONTENTS,
  LDPT_UPDATE_SECTION_ORDER,
  LDPT_UPDATE_SECTION_ORDER,
  LDPT_ALLOW_SECTION_ORDERING
  LDPT_ALLOW_SECTION_ORDERING,
 
  LDPT_GET_SYMBOLS_V2
};
};
 
 
/* The plugin transfer vector.  */
/* The plugin transfer vector.  */
 
 
struct ld_plugin_tv
struct ld_plugin_tv

powered by: WebSVN 2.1.0

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