Home
last modified time | relevance | path

Searched defs:bfd (Results 1 – 25 of 66) sorted by relevance

123

/dflybsd-src/contrib/binutils-2.34/bfd/
H A Dlibaout.h431 #define adata(bfd) ((bfd)->tdata.aout_data->a) argument
432 #define exec_hdr(bfd) (adata (bfd).hdr) argument
433 #define obj_aout_symbols(bfd) (adata (bfd).symbols) argument
434 #define obj_textsec(bfd) (adata (bfd).textsec) argument
435 #define obj_datasec(bfd) (adata (bfd).datasec) argument
436 #define obj_bsssec(bfd) (adata (bfd).bsssec) argument
437 #define obj_sym_filepos(bfd) (adata (bfd).sym_filepos) argument
438 #define obj_str_filepos(bfd) (adata (bfd).str_filepos) argument
439 #define obj_reloc_entry_size(bfd) (adata (bfd).reloc_entry_size) argument
440 #define obj_symbol_entry_size(bfd) (adata (bfd).symbol_entry_size) argument
[all …]
H A Delf-bfd.h1979 #define elf_tdata(bfd) ((bfd) -> tdata.elf_obj_data) argument
1981 #define elf_object_id(bfd) (elf_tdata(bfd) -> object_id) argument
1982 #define elf_program_header_size(bfd) (elf_tdata(bfd) -> o->program_header_size) argument
1983 #define elf_elfheader(bfd) (elf_tdata(bfd) -> elf_header) argument
1984 #define elf_elfsections(bfd) (elf_tdata(bfd) -> elf_sect_ptr) argument
1985 #define elf_numsections(bfd) (elf_tdata(bfd) -> num_elf_sections) argument
1986 #define elf_seg_map(bfd) (elf_tdata(bfd) -> o->seg_map) argument
1987 #define elf_next_file_pos(bfd) (elf_tdata(bfd) -> o->next_file_pos) argument
1988 #define elf_eh_frame_hdr(bfd) (elf_tdata(bfd) -> o->eh_frame_hdr) argument
1989 #define elf_stack_flags(bfd) (elf_tdata(bfd) -> o->stack_flags) argument
[all …]
H A Dlibcoff.h38 #define coff_data(bfd) ((bfd)->tdata.coff_obj_data) argument
39 #define obj_pe(bfd) (coff_data (bfd)->pe) argument
40 #define obj_symbols(bfd) (coff_data (bfd)->symbols) argument
41 #define obj_sym_filepos(bfd) (coff_data (bfd)->sym_filepos) argument
42 #define obj_relocbase(bfd) (coff_data (bfd)->relocbase) argument
43 #define obj_raw_syments(bfd) (coff_data (bfd)->raw_syments) argument
44 #define obj_raw_syment_count(bfd) (coff_data (bfd)->raw_syment_count) argument
45 #define obj_convert(bfd) (coff_data (bfd)->conversion_table) argument
46 #define obj_conv_table_size(bfd) (coff_data (bfd)->conv_table_size) argument
47 #define obj_coff_external_syms(bfd) (coff_data (bfd)->external_syms) argument
[all …]
H A Dsection.c985 bfd_get_section_by_name_if (bfd *abfd, const char *name, in bfd_get_section_by_name_if()
1354 bfd_map_over_sections (bfd *abfd, in bfd_map_over_sections()
1390 bfd_sections_find_if (bfd *abfd, in bfd_sections_find_if()
H A Dbfd-in2.h138 typedef struct bfd bfd; typedef
6449 struct bfd struct
6455 const struct bfd_target *xvec; argument
6460 const struct bfd_iovec *iovec; argument
6464 struct bfd *lru_prev, *lru_next; argument
6478 ENUM_BITFIELD (bfd_format) format : 3; argument
6487 appear in the object_flags field of the bfd_target structure, where argument
6588 unsigned int cacheable : 1;
6593 unsigned int target_defaulted : 1;
6596 unsigned int opened_once : 1;
[all …]
H A Dlibbfd.h53 #define set_tdata(bfd, v) ((bfd)->tdata.any = (v)) argument
100 #define bfd_ardata(bfd) ((bfd)->tdata.aout_ar_data) argument
114 #define arelt_size(bfd) (((struct areltdata *)((bfd)->arelt_data))->parsed_size) argument
H A Dopncls.c585 bfd_openr_iovec (const char *filename, const char *target, in bfd_openr_iovec()
/dflybsd-src/contrib/binutils-2.27/bfd/
H A Dlibaout.h431 #define adata(bfd) ((bfd)->tdata.aout_data->a) argument
432 #define exec_hdr(bfd) (adata (bfd).hdr) argument
433 #define obj_aout_symbols(bfd) (adata (bfd).symbols) argument
434 #define obj_textsec(bfd) (adata (bfd).textsec) argument
435 #define obj_datasec(bfd) (adata (bfd).datasec) argument
436 #define obj_bsssec(bfd) (adata (bfd).bsssec) argument
437 #define obj_sym_filepos(bfd) (adata (bfd).sym_filepos) argument
438 #define obj_str_filepos(bfd) (adata (bfd).str_filepos) argument
439 #define obj_reloc_entry_size(bfd) (adata (bfd).reloc_entry_size) argument
440 #define obj_symbol_entry_size(bfd) (adata (bfd).symbol_entry_size) argument
[all …]
H A Delf-bfd.h1803 #define elf_tdata(bfd) ((bfd) -> tdata.elf_obj_data) argument
1805 #define elf_object_id(bfd) (elf_tdata(bfd) -> object_id) argument
1806 #define elf_program_header_size(bfd) (elf_tdata(bfd) -> o->program_header_size) argument
1807 #define elf_elfheader(bfd) (elf_tdata(bfd) -> elf_header) argument
1808 #define elf_elfsections(bfd) (elf_tdata(bfd) -> elf_sect_ptr) argument
1809 #define elf_numsections(bfd) (elf_tdata(bfd) -> num_elf_sections) argument
1810 #define elf_seg_map(bfd) (elf_tdata(bfd) -> o->seg_map) argument
1811 #define elf_next_file_pos(bfd) (elf_tdata(bfd) -> o->next_file_pos) argument
1812 #define elf_eh_frame_hdr(bfd) (elf_tdata(bfd) -> o->eh_frame_hdr) argument
1813 #define elf_linker(bfd) (elf_tdata(bfd) -> o->linker) argument
[all …]
H A Dlibcoff.h35 #define coff_data(bfd) ((bfd)->tdata.coff_obj_data) argument
36 #define obj_pe(bfd) (coff_data (bfd)->pe) argument
37 #define obj_symbols(bfd) (coff_data (bfd)->symbols) argument
38 #define obj_sym_filepos(bfd) (coff_data (bfd)->sym_filepos) argument
39 #define obj_relocbase(bfd) (coff_data (bfd)->relocbase) argument
40 #define obj_raw_syments(bfd) (coff_data (bfd)->raw_syments) argument
41 #define obj_raw_syment_count(bfd) (coff_data (bfd)->raw_syment_count) argument
42 #define obj_convert(bfd) (coff_data (bfd)->conversion_table) argument
43 #define obj_conv_table_size(bfd) (coff_data (bfd)->conv_table_size) argument
44 #define obj_coff_external_syms(bfd) (coff_data (bfd)->external_syms) argument
[all …]
H A Dbfd-in2.h117 typedef struct bfd bfd; typedef
286 #define bfd_get_section_name(bfd, ptr) ((void) bfd, (ptr)->name) argument
287 #define bfd_get_section_vma(bfd, ptr) ((void) bfd, (ptr)->vma) argument
288 #define bfd_get_section_lma(bfd, ptr) ((void) bfd, (ptr)->lma) argument
289 #define bfd_get_section_alignment(bfd, ptr) ((void) bfd, \ argument
291 #define bfd_section_name(bfd, ptr) ((ptr)->name) argument
292 #define bfd_section_size(bfd, ptr) ((ptr)->size) argument
294 #define bfd_section_vma(bfd, ptr) ((ptr)->vma) argument
295 #define bfd_section_lma(bfd, ptr) ((ptr)->lma) argument
296 #define bfd_section_alignment(bfd, ptr) ((ptr)->alignment_power) argument
[all …]
H A Dsection.c998 bfd_get_section_by_name_if (bfd *abfd, const char *name, in bfd_get_section_by_name_if()
1387 bfd_map_over_sections (bfd *abfd, in bfd_map_over_sections()
1423 bfd_sections_find_if (bfd *abfd, in bfd_sections_find_if()
H A Dopncls.c568 bfd_openr_iovec (const char *filename, const char *target, in bfd_openr_iovec()
/dflybsd-src/contrib/gdb-7/bfd/
H A Dlibaout.h433 #define adata(bfd) ((bfd)->tdata.aout_data->a) argument
434 #define exec_hdr(bfd) (adata (bfd).hdr) argument
435 #define obj_aout_symbols(bfd) (adata (bfd).symbols) argument
436 #define obj_textsec(bfd) (adata (bfd).textsec) argument
437 #define obj_datasec(bfd) (adata (bfd).datasec) argument
438 #define obj_bsssec(bfd) (adata (bfd).bsssec) argument
439 #define obj_sym_filepos(bfd) (adata (bfd).sym_filepos) argument
440 #define obj_str_filepos(bfd) (adata (bfd).str_filepos) argument
441 #define obj_reloc_entry_size(bfd) (adata (bfd).reloc_entry_size) argument
442 #define obj_symbol_entry_size(bfd) (adata (bfd).symbol_entry_size) argument
[all …]
H A Dbfd-in.h112 typedef struct bfd bfd; typedef
281 #define bfd_get_section_name(bfd, ptr) ((void) bfd, (ptr)->name) argument
282 #define bfd_get_section_vma(bfd, ptr) ((void) bfd, (ptr)->vma) argument
283 #define bfd_get_section_lma(bfd, ptr) ((void) bfd, (ptr)->lma) argument
284 #define bfd_get_section_alignment(bfd, ptr) ((void) bfd, \ argument
286 #define bfd_section_name(bfd, ptr) ((ptr)->name) argument
287 #define bfd_section_size(bfd, ptr) ((ptr)->size) argument
289 #define bfd_section_vma(bfd, ptr) ((ptr)->vma) argument
290 #define bfd_section_lma(bfd, ptr) ((ptr)->lma) argument
291 #define bfd_section_alignment(bfd, ptr) ((ptr)->alignment_power) argument
[all …]
H A Delf-bfd.h1696 #define elf_tdata(bfd) ((bfd) -> tdata.elf_obj_data) argument
1698 #define elf_object_id(bfd) (elf_tdata(bfd) -> object_id) argument
1699 #define elf_program_header_size(bfd) (elf_tdata(bfd) -> o->program_header_size) argument
1700 #define elf_elfheader(bfd) (elf_tdata(bfd) -> elf_header) argument
1701 #define elf_elfsections(bfd) (elf_tdata(bfd) -> elf_sect_ptr) argument
1702 #define elf_numsections(bfd) (elf_tdata(bfd) -> num_elf_sections) argument
1703 #define elf_seg_map(bfd) (elf_tdata(bfd) -> o->seg_map) argument
1704 #define elf_next_file_pos(bfd) (elf_tdata(bfd) -> o->next_file_pos) argument
1705 #define elf_eh_frame_hdr(bfd) (elf_tdata(bfd) -> o->eh_frame_hdr) argument
1706 #define elf_linker(bfd) (elf_tdata(bfd) -> o->linker) argument
[all …]
H A Dlibcoff.h32 #define coff_data(bfd) ((bfd)->tdata.coff_obj_data) argument
33 #define obj_pe(bfd) (coff_data (bfd)->pe) argument
34 #define obj_symbols(bfd) (coff_data (bfd)->symbols) argument
35 #define obj_sym_filepos(bfd) (coff_data (bfd)->sym_filepos) argument
36 #define obj_relocbase(bfd) (coff_data (bfd)->relocbase) argument
37 #define obj_raw_syments(bfd) (coff_data (bfd)->raw_syments) argument
38 #define obj_raw_syment_count(bfd) (coff_data (bfd)->raw_syment_count) argument
39 #define obj_convert(bfd) (coff_data (bfd)->conversion_table) argument
40 #define obj_conv_table_size(bfd) (coff_data (bfd)->conv_table_size) argument
41 #define obj_coff_external_syms(bfd) (coff_data (bfd)->external_syms) argument
[all …]
H A Dbfd-in2.h119 typedef struct bfd bfd; typedef
288 #define bfd_get_section_name(bfd, ptr) ((void) bfd, (ptr)->name) argument
289 #define bfd_get_section_vma(bfd, ptr) ((void) bfd, (ptr)->vma) argument
290 #define bfd_get_section_lma(bfd, ptr) ((void) bfd, (ptr)->lma) argument
291 #define bfd_get_section_alignment(bfd, ptr) ((void) bfd, \ argument
293 #define bfd_section_name(bfd, ptr) ((ptr)->name) argument
294 #define bfd_section_size(bfd, ptr) ((ptr)->size) argument
296 #define bfd_section_vma(bfd, ptr) ((ptr)->vma) argument
297 #define bfd_section_lma(bfd, ptr) ((ptr)->lma) argument
298 #define bfd_section_alignment(bfd, ptr) ((ptr)->alignment_power) argument
[all …]
H A Dsection.c947 bfd_get_section_by_name_if (bfd *abfd, const char *name, in bfd_get_section_by_name_if()
1322 bfd_map_over_sections (bfd *abfd, in bfd_map_over_sections()
1358 bfd_sections_find_if (bfd *abfd, in bfd_sections_find_if()
H A Dopncls.c561 bfd_openr_iovec (const char *filename, const char *target, in bfd_openr_iovec()
H A Dlibbfd.h50 #define set_tdata(bfd, v) ((bfd)->tdata.any = (v)) argument
94 #define bfd_ardata(bfd) ((bfd)->tdata.aout_ar_data) argument
108 #define arelt_size(bfd) (((struct areltdata *)((bfd)->arelt_data))->parsed_size) argument
/dflybsd-src/contrib/binutils-2.27/binutils/
H A Darsup.c48 map_over_list (bfd *arch, void (*function) (bfd *, bfd *), struct list *list) in map_over_list() argument
/dflybsd-src/contrib/binutils-2.34/binutils/
H A Darsup.c48 map_over_list (bfd *arch, void (*function) (bfd *, bfd *), struct list *list) in map_over_list() argument
/dflybsd-src/sbin/gpt/
H A Dboot.c69 int bfd; in bootset() local
/dflybsd-src/contrib/gdb-7/gdb/
H A Dbfd-target.c31 struct bfd *bfd; member

123