diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2004-04-30 15:01:15 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2004-04-30 15:01:15 +0000 |
commit | bc87dd2ec11aaeda576515604b008776612f2261 (patch) | |
tree | 8a9d2e6b33f1a35fd701322beaf635b80ebe1d8b /bfd/bfd-in2.h | |
parent | f2da459f6549a10145a55a3618a6317ac0df9749 (diff) | |
download | gdb-bc87dd2ec11aaeda576515604b008776612f2261.zip gdb-bc87dd2ec11aaeda576515604b008776612f2261.tar.gz gdb-bc87dd2ec11aaeda576515604b008776612f2261.tar.bz2 |
2004-04-30 H.J. Lu <hongjiu.lu@intel.com>
* section.c (bfd_sections_find_if): New.
* bfd-in2.h: Regenerated.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index ed45cac..5843a19 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1450,6 +1450,11 @@ void bfd_map_over_sections void (*func) (bfd *abfd, asection *sect, void *obj), void *obj); +asection *bfd_sections_find_if + (bfd *abfd, + bfd_boolean (*func) (bfd *abfd, asection *sect, void *obj), + void *obj); + bfd_boolean bfd_set_section_size (bfd *abfd, asection *sec, bfd_size_type val); |