30 #define TARGET_SYSROOT_PREFIX "target:"
106 int gdb_bfd_crc (
struct bfd *abfd,
unsigned long *crc_out);
113 bfd *
gdb_bfd_fopen (
const char *,
const char *,
const char *,
int);
129 void *(*open_func) (
struct bfd *nbfd,
132 file_ptr (*pread_func) (
struct bfd *nbfd,
137 int (*close_func) (
struct bfd *nbfd,
139 int (*stat_func) (
struct bfd *abfd,
151 bfd *
gdb_bfd_fdopenr (
const char *filename,
const char *target,
int fd);
int gdb_bfd_has_target_filename(struct bfd *abfd)
void gdb_bfd_mark_parent(bfd *child, bfd *parent)
int gdb_bfd_section_index(bfd *abfd, asection *section)
const gdb_byte * gdb_bfd_map_section(asection *section, bfd_size_type *size)
int gdb_bfd_crc(struct bfd *abfd, unsigned long *crc_out)
void gdb_bfd_record_inclusion(bfd *includer, bfd *includee)
void gdb_bfd_ref(struct bfd *abfd)
bfd * gdb_bfd_openr_iovec(const char *filename, const char *target, void *(*open_func)(struct bfd *nbfd, void *open_closure), void *open_closure, file_ptr(*pread_func)(struct bfd *nbfd, void *stream, void *buf, file_ptr nbytes, file_ptr offset), int(*close_func)(struct bfd *nbfd, void *stream), int(*stat_func)(struct bfd *abfd, void *stream, struct stat *sb))
bfd * gdb_bfd_openr_next_archived_file(bfd *archive, bfd *previous)
bfd * gdb_bfd_fdopenr(const char *filename, const char *target, int fd)
struct bfd * gdb_bfd_open(const char *name, const char *target, int fd)
void gdb_bfd_unref(struct bfd *abfd)
bfd * gdb_bfd_openr(const char *, const char *)
bfd * gdb_bfd_fopen(const char *, const char *, const char *, int)
int gdb_bfd_requires_relocations(bfd *abfd)
int is_target_filename(const char *name)
bfd * gdb_bfd_openw(const char *, const char *)
int gdb_bfd_count_sections(bfd *abfd)