URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Show entire file |
Details |
Blame |
View Log
Rev 157 |
Rev 225 |
Line 1... |
Line 1... |
/* Motorola 68HC11/68HC12-specific support for 32-bit ELF
|
/* Motorola 68HC11/68HC12-specific support for 32-bit ELF
|
Copyright 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
|
Copyright 2003, 2004, 2005, 2006, 2007, 2009 Free Software Foundation, Inc.
|
Contributed by Stephane Carrez (stcarrez@nerim.fr)
|
Contributed by Stephane Carrez (stcarrez@nerim.fr)
|
|
|
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 118... |
Line 118... |
/* Assorted information used by elf32_hppa_size_stubs. */
|
/* Assorted information used by elf32_hppa_size_stubs. */
|
unsigned int bfd_count;
|
unsigned int bfd_count;
|
int top_index;
|
int top_index;
|
asection **input_list;
|
asection **input_list;
|
|
|
/* Small local sym to section mapping cache. */
|
/* Small local sym cache. */
|
struct sym_sec_cache sym_sec;
|
struct sym_cache sym_cache;
|
|
|
bfd_boolean (* size_one_stub) PARAMS((struct bfd_hash_entry*, void*));
|
bfd_boolean (* size_one_stub) PARAMS((struct bfd_hash_entry*, void*));
|
bfd_boolean (* build_one_stub) PARAMS((struct bfd_hash_entry*, void*));
|
bfd_boolean (* build_one_stub) PARAMS((struct bfd_hash_entry*, void*));
|
};
|
};
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.