Searched refs:bfd (Results 26 - 50 of 336) sorted by relevance

1234567891011>>

/freebsd-11-stable/gnu/usr.bin/binutils/libopcodes/
H A DMakefile10 CFLAGS+= -I${SRCDIR}/opcodes -I${SRCDIR}/bfd
17 .PATH: ${BINUTILSDISTDIR}/bfd ${BINUTILSDISTDIR}/opcodes
18 CFLAGS+= -I${BINUTILSDISTDIR}/opcodes -I${BINUTILSDISTDIR}/bfd
/freebsd-11-stable/contrib/binutils/binutils/
H A Darsup.c29 #include "bfd.h"
36 (bfd *, void (*function) (bfd *, bfd *), struct list *);
37 static void ar_directory_doer (bfd *, bfd *);
38 static void ar_addlib_doer (bfd *, bfd *);
42 static bfd *obfd;
47 map_over_list (bfd *arc
[all...]
H A Dbinemul.c41 ar_emul_append (bfd **after_bfd, char *file_name, bfd_boolean verbose)
50 ar_emul_default_append (bfd **after_bfd, char *file_name,
53 bfd *temp;
67 ar_emul_replace (bfd **after_bfd, char *file_name, bfd_boolean verbose)
76 ar_emul_default_replace (bfd **after_bfd, char *file_name,
79 bfd *temp;
H A DMakefile.am4 ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
11 ## bfd/acinclude.m4, which is included by binutils/acinclude.m4, and
69 BFDDIR = $(BASEDIR)/bfd
75 -I. -I$(srcdir) -I../bfd -I$(BFDDIR) -I$(INCDIR) \
113 BFDLIB = ../bfd/libbfd.la
449 ../bfd/bfdver.h config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h \
453 ar.o: ar.c sysdep.h $(INCDIR)/ansidecl.h ../bfd/bfdver.h \
454 config.h $(INCDIR)/fopen-same.h ../bfd/bf
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Dchecksum-reps-table.c81 base_fs_data_t *bfd = fs->fsap_data;
92 db_err = bfd->checksum_reps->get(bfd->checksum_reps, trail->db_txn,
110 base_fs_data_t *bfd = fs->fsap_data;
128 db_err = bfd->checksum_reps->get(bfd->checksum_reps, trail->db_txn,
144 bfd->checksum_reps->put(bfd->checksum_reps, trail->db_txn,
154 base_fs_data_t *bfd = fs->fsap_data;
166 bfd
80 base_fs_data_t *bfd = fs->fsap_data; local
109 base_fs_data_t *bfd = fs->fsap_data; local
153 base_fs_data_t *bfd = fs->fsap_data; local
175 base_fs_data_t *bfd = fs->fsap_data; local
[all...]
H A Dnode-origins-table.c70 base_fs_data_t *bfd = fs->fsap_data;
75 db_err = bfd->node_origins->get(bfd->node_origins, trail->db_txn,
93 base_fs_data_t *bfd = fs->fsap_data;
105 db_err = bfd->node_origins->get(bfd->node_origins, trail->db_txn,
129 bfd->node_origins->put(bfd->node_origins, trail->db_txn,
138 base_fs_data_t *bfd = fs->fsap_data;
144 bfd
69 base_fs_data_t *bfd = fs->fsap_data; local
92 base_fs_data_t *bfd = fs->fsap_data; local
137 base_fs_data_t *bfd = fs->fsap_data; local
[all...]
H A Dmiscellaneous-table.c88 base_fs_data_t *bfd = fs->fsap_data; local
96 bfd->miscellaneous->del(bfd->miscellaneous,
104 bfd->miscellaneous->put(bfd->miscellaneous,
118 base_fs_data_t *bfd = fs->fsap_data; local
124 db_err = bfd->miscellaneous->get(bfd->miscellaneous, trail->db_txn,
H A Dreps-table.c84 base_fs_data_t *bfd = fs->fsap_data;
90 db_err = bfd->representations->get(bfd->representations,
120 base_fs_data_t *bfd = fs->fsap_data;
126 bfd->format, pool));
131 bfd->representations->put
132 (bfd->representations, trail->db_txn,
146 base_fs_data_t *bfd = fs->fsap_data;
159 bfd->representations->get
160 (bfd
82 base_fs_data_t *bfd = fs->fsap_data; local
118 base_fs_data_t *bfd = fs->fsap_data; local
144 base_fs_data_t *bfd = fs->fsap_data; local
187 base_fs_data_t *bfd = fs->fsap_data; local
[all...]
H A Dcopies-table.c80 base_fs_data_t *bfd = fs->fsap_data; local
93 bfd->copies->put(bfd->copies, trail->db_txn,
104 base_fs_data_t *bfd = fs->fsap_data; local
116 bfd->copies->get(bfd->copies, trail->db_txn, &query,
128 db_err = bfd->copies->put(bfd->copies, trail->db_txn,
162 base_fs_data_t *bfd = fs->fsap_data; local
168 db_err = bfd
182 base_fs_data_t *bfd = fs->fsap_data; local
[all...]
H A Dlock-tokens-table.c81 base_fs_data_t *bfd = fs->fsap_data; local
88 bfd->lock_tokens->put(bfd->lock_tokens, trail->db_txn,
99 base_fs_data_t *bfd = fs->fsap_data; local
105 db_err = bfd->lock_tokens->del(bfd->lock_tokens, trail->db_txn, &key, 0);
119 base_fs_data_t *bfd = fs->fsap_data; local
127 db_err = bfd->lock_tokens->get(bfd->lock_tokens, trail->db_txn,
H A Dbdb-err.c97 base_fs_data_t *bfd = fs->fsap_data;
101 svn_error_clear(bfd->bdb->error_info->pending_errors);
102 bfd->bdb->error_info->pending_errors = NULL;
106 bfd = fs->fsap_data;
108 (bfd->bdb, db_err,
92 base_fs_data_t *bfd = fs->fsap_data; local
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-i386-fbsd.c26 #include "bfd.h"
28 #include "elf-bfd.h"
35 PARAMS ((bfd *, struct bfd_link_info *));
39 bfd * abfd;
H A Delf64-alpha-fbsd.c26 #include "bfd.h"
28 #include "elf-bfd.h"
35 PARAMS ((bfd *, struct bfd_link_info *));
39 bfd * abfd;
H A Dcorefile.c34 #include "bfd.h"
42 const char *bfd_core_file_failing_command (bfd *abfd);
51 bfd_core_file_failing_command (bfd *abfd)
66 int bfd_core_file_failing_signal (bfd *abfd);
74 bfd_core_file_failing_signal (bfd *abfd)
90 (bfd *core_bfd, bfd *exec_bfd);
99 core_file_matches_executable_p (bfd *core_bfd, bfd *exec_bfd)
117 (bfd *core_bf
[all...]
H A Dosf-core.c25 #include "bfd.h"
36 PARAMS ((bfd *, const char *, flagword, bfd_size_type, bfd_vma, file_ptr));
38 PARAMS ((bfd *));
40 PARAMS ((bfd *));
42 PARAMS ((bfd *));
47 /* These are stored in the bfd's tdata */
55 #define core_hdr(bfd) ((bfd)->tdata.osf_core_data)
56 #define core_signal(bfd) (core_hdr(bfd)
[all...]
H A Dptrace-core.c28 #include "bfd.h"
44 #define core_upage(bfd) (&((bfd)->tdata.trad_core_data->u))
45 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section)
46 #define core_stacksec(bfd) ((bfd)->tdata.trad_core_data->stack_section)
47 #define core_regsec(bfd) ((bfd)->tdata.trad_core_data->reg_section)
51 const bfd_target *ptrace_unix_core_file_p PARAMS ((bfd *abf
[all...]
H A Dbfd-in2.h2 generated from "bfd-in.h", "init.c", "opncls.c", "libbfd.c",
4 "syms.c", "bfd.c", "archive.c", "corefile.c", "targets.c", "format.c",
6 Run "make headers" in your build bfd/ to regenerate. */
8 /* Main header file for the bfd library -- portable access to object files.
79 been selected with --enable-targets, or if --enable-64-bit-bfd. */
82 /* The word size of the default bfd target. */
107 typedef struct bfd bfd; typedef in typeref:struct:bfd
109 /* Boolean type used in bfd. Too many systems define their own
188 extern void bfd_sprintf_vma (bfd *, cha
4580 struct bfd struct
[all...]
H A Dlibxcoff.h42 void (* _xcoff_swap_ldhdr_in) (bfd *, const void *, struct internal_ldhdr *);
43 void (* _xcoff_swap_ldhdr_out)(bfd *, const struct internal_ldhdr *, void *);
44 void (* _xcoff_swap_ldsym_in) (bfd *, const void *, struct internal_ldsym *);
45 void (* _xcoff_swap_ldsym_out)(bfd *, const struct internal_ldsym *, void *);
46 void (* _xcoff_swap_ldrel_in) (bfd *, const void *, struct internal_ldrel *);
47 void (* _xcoff_swap_ldrel_out)(bfd *, const struct internal_ldrel *, void *);
66 (bfd *, struct bfd_strtab_hash *, struct internal_syment *,
70 (bfd *, struct xcoff_loader_info *, struct internal_ldsym *,
76 (bfd *, union internal_auxent *, const char *);
81 bfd_boolean (*_xcoff_is_lineno_count_overflow) (bfd *, bfd_vm
[all...]
H A Dgenlink.h86 (bfd *, bfd *, struct bfd_link_info *, size_t *);
95 bfd *output_bfd;
H A Dlibpei.h318 /* Macro: Returns true if the bfd is a PE executable as opposed to a
350 void _bfd_XXi_swap_sym_in (bfd *, void *, void *);
351 unsigned _bfd_XXi_swap_sym_out (bfd *, void *, void *);
352 void _bfd_XXi_swap_aux_in (bfd *, void *, int, int, int, int, void *);
353 unsigned _bfd_XXi_swap_aux_out (bfd *, void *, int, int, int, int, void *);
354 void _bfd_XXi_swap_lineno_in (bfd *, void *, void *);
355 unsigned _bfd_XXi_swap_lineno_out (bfd *, void *, void *);
356 void _bfd_XXi_swap_aouthdr_in (bfd *, void *, void *);
357 unsigned _bfd_XXi_swap_aouthdr_out (bfd *, void *, void *);
358 unsigned _bfd_XXi_swap_scnhdr_out (bfd *, voi
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dbfd-target.c1 /* Very simple "bfd" target, for GDB, the GNU debugger.
24 #include "bfd-target.h"
37 add_to_section_table (struct bfd *abfd, struct bfd_section *asect,
49 pp->end->bfd = abfd;
57 build_target_sections_from_bfd (struct target_ops *targ, struct bfd *abfd)
90 && !bfd_get_section_contents (s->bfd, s->the_bfd_section,
100 && !bfd_set_section_contents (s->bfd, s->the_bfd_section,
120 target_bfd_reopen (struct bfd *bfd) argument
123 t->to_shortname = "bfd";
[all...]
H A Dgdbcore.h29 #include "bfd.h"
111 extern bfd *core_bfd;
112 extern bfd *exec_bfd;
139 /* The current default bfd target. */
165 int (*check_format) (bfd *);
171 int (*core_sniffer) (struct core_fns *, bfd *);
207 extern int default_core_sniffer (struct core_fns *cf, bfd * abfd);
208 extern int default_check_format (bfd * abfd);
/freebsd-11-stable/contrib/binutils/include/
H A Dbfdlink.h116 bfd *abfd; /* BFD symbol was found in. */
117 bfd *weak; /* BFD weak symbol was found in. */
189 (bfd *, struct bfd_link_info *, const char *, bfd_boolean,
399 bfd *input_bfds;
400 bfd **input_bfds_tail;
475 (struct bfd_link_info *, bfd *abfd, const char *name);
484 bfd *obfd, asection *osec, bfd_vma oval,
485 bfd *nbfd, asection *nsec, bfd_vma nval);
499 bfd *obfd, enum bfd_link_hash_type otype, bfd_vma osize,
500 bfd *nbf
[all...]
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h1 /* $FreeBSD: stable/11/gnu/usr.bin/binutils/libbfd/bfd.h 339353 2018-10-14 01:16:48Z emaste $ */
4 generated from "bfd-in.h", "init.c", "opncls.c", "libbfd.c",
6 "syms.c", "bfd.c", "archive.c", "corefile.c", "targets.c", "format.c",
8 Run "make headers" in your build bfd/ to regenerate. */
10 /* Main header file for the bfd library -- portable access to object files.
81 been selected with --enable-targets, or if --enable-64-bit-bfd. */
113 typedef struct bfd bfd; typedef in typeref:struct:bfd
115 /* Boolean type used in bfd. Too many systems define their own
194 extern void bfd_sprintf_vma (bfd *, cha
4587 struct bfd struct
[all...]
/freebsd-11-stable/gnu/usr.bin/binutils/
H A Dupdate.sh34 (cd bfd
36 make bfd.h config.h || exit
37 cp bfd.h ${gnudir}/libbfd/$platform || exit

Completed in 189 milliseconds

1234567891011>>