mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +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
|
long
|
||||||
bfd_get_mtime PARAMS ((bfd *));
|
bfd_get_mtime PARAMS ((bfd *));
|
||||||
|
|
||||||
|
long
|
||||||
|
bfd_get_size PARAMS ((bfd *));
|
||||||
|
|
||||||
#define bfd_sizeof_headers(abfd, reloc) \
|
#define bfd_sizeof_headers(abfd, reloc) \
|
||||||
BFD_SEND (abfd, _bfd_sizeof_headers, (abfd, reloc))
|
BFD_SEND (abfd, _bfd_sizeof_headers, (abfd, reloc))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user