mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
* bfd.h: Add declaration for bfd_get_size().
This commit is contained in:
@ -1275,6 +1275,9 @@ bfd_set_start_address PARAMS ((bfd *, bfd_vma));
|
||||
long
|
||||
bfd_get_mtime PARAMS ((bfd *));
|
||||
|
||||
long
|
||||
bfd_get_size PARAMS ((bfd *));
|
||||
|
||||
#define bfd_sizeof_headers(abfd, reloc) \
|
||||
BFD_SEND (abfd, _bfd_sizeof_headers, (abfd, reloc))
|
||||
|
||||
|
Reference in New Issue
Block a user