HomeSort by relevance Sort by last modified time
    Searched full:bfd (Results 51 - 75 of 1489) sorted by null

1 23 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/bfd/
elf32-metag.h 5 This file is part of BFD, the Binary File Descriptor library.
26 (bfd *, struct bfd_link_info *);
32 (bfd *, bfd *, struct bfd_link_info *, bfd_signed_vma,
elf32-nios2.h 5 This file is part of BFD, the Binary File Descriptor library.
26 (bfd *, struct bfd_link_info *);
32 (bfd *, bfd *, struct bfd_link_info *,
sparclynx.c 0 /* BFD support for Sparc binaries under LynxOS.
4 This file is part of BFD, the Binary File Descriptor library.
29 #include "bfd.h"
33 #include "libaout.h" /* BFD a.out internal data structures */
39 void NAME (lynx,set_arch_mach) (bfd *, unsigned long);
40 static void choose_reloc_size (bfd *);
41 static bfd_boolean NAME (aout,sparclynx_write_object_contents) (bfd *);
52 /* The file @code{aoutf1.h} contains the code for BFD's
62 ints (eg long long with gcc), by defining the name @code{BFD_HOST_64_BIT} in @code{bfd.h}.
63 With this name defined, @emph{all} bfd operations are performed with 64bi
    [all...]
mach-o.h 1 /* Mach-O support for BFD.
4 This file is part of BFD, the Binary File Descriptor library.
24 #include "bfd.h"
45 /* The actual symbol which the rest of BFD works with. */
74 /* Corresponding bfd section. */
608 /* A place to stash dwarf2 info for this bfd. */
611 /* BFD of .dSYM file. */
612 bfd *dsym_bfd;
636 bfd_boolean bfd_mach_o_valid (bfd *);
637 bfd_boolean bfd_mach_o_mkobject_init (bfd *);
    [all...]
elf32-gen.c 4 This file is part of BFD, the Binary File Descriptor library.
22 #include "bfd.h"
24 #include "elf-bfd.h"
45 elf_generic_info_to_howto (bfd *abfd ATTRIBUTE_UNUSED,
53 elf_generic_info_to_howto_rel (bfd *abfd ATTRIBUTE_UNUSED,
61 check_for_relocs (bfd * abfd, asection * o, void * failed)
77 elf32_generic_link_add_symbols (bfd *abfd, struct bfd_link_info *info)
elf64-gen.c 4 This file is part of BFD, the Binary File Descriptor library.
22 #include "bfd.h"
24 #include "elf-bfd.h"
45 elf_generic_info_to_howto (bfd *abfd ATTRIBUTE_UNUSED,
53 elf_generic_info_to_howto_rel (bfd *abfd ATTRIBUTE_UNUSED,
61 check_for_relocs (bfd * abfd, asection * o, void * failed)
77 elf64_generic_link_add_symbols (bfd *abfd, struct bfd_link_info *info)
genlink.h 1 /* genlink.h -- interface to the BFD generic linker
5 This file is part of BFD, the Binary File Descriptor library.
25 /* This header file is internal to BFD. It describes the internal
26 structures and functions used by the BFD generic linker, in case
38 standard BFD linker hash table it is built upon. */
47 /* Symbol from input BFD. */
78 /* The generic linker reads in the asymbol structures for an input BFD
87 (bfd *, bfd *, struct bfd_link_info *, size_t *);
96 bfd *output_bfd
    [all...]
bfd-in2.h 2 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.
14 This file is part of BFD, the Binary File Descriptor library.
83 /* The word size used by BFD on the host. This may be 64 with a 32
85 been selected with --enable-targets, or if --enable-64-bit-bfd. */
88 /* The word size of the default bfd target. */
117 typedef struct bfd bfd; typedef in typeref:struct:bfd
6278 struct bfd struct
    [all...]
elf64-hppa.h 5 This file is part of BFD, the Binary File Descriptor library.
25 #include "elf-bfd.h"
30 (bfd *, elf_hppa_reloc_type, int, unsigned int);
33 (bfd *, elf_hppa_reloc_type, int, unsigned int, int, asymbol *);
37 should be internal to the BFD backend.
nlm.c 1 /* NLM (NetWare Loadable Module) executable support for BFD.
4 This file is part of BFD, the Binary File Descriptor library.
22 #include "bfd.h"
30 nlm_mkobject (bfd * abfd)
49 nlm_set_arch_mach (bfd * abfd,
aix386-core.c 0 /* BFD back-end for AIX on PS/2 core files.
8 This file is part of BFD, the Binary File Descriptor library.
26 #include "bfd.h"
50 #define core_hdr(bfd) \
51 (((bfd->tdata.trad_core_data))->hdr)
52 #define core_section(bfd,n) \
53 (((bfd)->tdata.trad_core_data)->sections[n])
54 #define core_regsec(bfd) \
55 (((bfd)->tdata.trad_core_data)->reg_section)
56 #define core_reg2sec(bfd) \
    [all...]
xsym.h 1 /* xSYM symbol-file support for BFD.
4 This file is part of BFD, the Binary File Descriptor library.
22 #include "bfd.h"
545 bfd *sbfd;
550 (bfd *);
552 (bfd *, void *, asymbol *, bfd_print_symbol_type);
554 (bfd *);
556 (bfd *, bfd_sym_header_block *);
564 (bfd *, bfd_sym_header_block *);
566 (bfd *, bfd_sym_header_block *)
    [all...]
libpei.h 5 This file is part of BFD, the Binary File Descriptor library.
338 void _bfd_XXi_swap_sym_in (bfd *, void *, void *);
339 unsigned _bfd_XXi_swap_sym_out (bfd *, void *, void *);
340 void _bfd_XXi_swap_aux_in (bfd *, void *, int, int, int, int, void *);
341 unsigned _bfd_XXi_swap_aux_out (bfd *, void *, int, int, int, int, void *);
342 void _bfd_XXi_swap_lineno_in (bfd *, void *, void *);
343 unsigned _bfd_XXi_swap_lineno_out (bfd *, void *, void *);
344 void _bfd_XXi_swap_aouthdr_in (bfd *, void *, void *);
345 unsigned _bfd_XXi_swap_aouthdr_out (bfd *, void *, void *);
346 unsigned _bfd_XXi_swap_scnhdr_out (bfd *, void *, void *)
    [all...]
bfdio.c 7 This file is part of BFD, the Binary File Descriptor library.
26 #include "bfd.h"
134 Each <<BFD>> has an instance of this class and all file I/O is
146 . file_ptr (*bread) (struct bfd *abfd, void *ptr, file_ptr nbytes);
147 . file_ptr (*bwrite) (struct bfd *abfd, const void *ptr,
151 . file_ptr (*btell) (struct bfd *abfd);
154 . int (*bseek) (struct bfd *abfd, file_ptr offset, int whence);
155 . int (*bclose) (struct bfd *abfd);
156 . int (*bflush) (struct bfd *abfd);
157 . int (*bstat) (struct bfd *abfd, struct stat *sb)
    [all...]
format.c 1 /* Generic BFD support for file formats.
5 This file is part of BFD, the Binary File Descriptor library.
27 A format is a BFD concept of high level file contents type. The
28 formats supported by BFD are:
32 The BFD may contain data, symbols, relocations and debug info.
36 The BFD contains other BFDs and an optional index.
40 The BFD contains the result of an executable core dump.
47 #include "bfd.h"
58 bfd_boolean bfd_check_format (bfd *abfd, bfd_format format);
61 Verify if the file attached to the BFD @var{abfd} is compatibl
    [all...]
lynx-core.c 0 /* BFD back end for Lynx core files
5 This file is part of BFD, the Binary File Descriptor library.
23 #include "bfd.h"
42 /* These are stored in the bfd's tdata */
50 #define core_hdr(bfd) ((bfd)->tdata.lynx_core_data)
51 #define core_signal(bfd) (core_hdr(bfd)->sig)
52 #define core_command(bfd) (core_hdr(bfd)->cmd
    [all...]
osf-core.c 0 /* BFD back-end for OSF/1 core files.
4 This file is part of BFD, the Binary File Descriptor library.
26 #include "bfd.h"
39 /* These are stored in the bfd's tdata */
47 #define core_hdr(bfd) ((bfd)->tdata.osf_core_data)
48 #define core_signal(bfd) (core_hdr(bfd)->sig)
49 #define core_command(bfd) (core_hdr(bfd)->cmd
    [all...]
aix5ppc-core.c 1 /* IBM RS/6000 "XCOFF" back-end for BFD.
6 This file is part of BFD, the Binary File Descriptor library.
24 #include "bfd.h"
26 const bfd_target *xcoff64_core_p (bfd *);
27 bfd_boolean xcoff64_core_file_matches_executable_p (bfd *, bfd *);
28 char *xcoff64_core_file_failing_command (bfd *);
29 int xcoff64_core_file_failing_signal (bfd *);
52 xcoff64_core_p (bfd *abfd)
243 xcoff64_core_file_matches_executable_p (bfd *core_bfd, bfd *exec_bfd
    [all...]
elf64-ppc.h 4 This file is part of BFD, the Binary File Descriptor library.
21 /* Used to pass info between ld and bfd. */
24 /* Linker stub bfd. */
25 bfd *stub_bfd;
32 one stub section. A value of +/-1 indicates the bfd back-end
75 (struct bfd_link_info *, bfd *);
  /toolchain/binutils/binutils-2.25/binutils/
bfdtest1.c 1 /* A program to test BFD.
22 #include "bfd.h"
34 bfd *archive;
35 bfd *last, *next;
bfdtest2.c 1 /* A program to test BFD.
22 #include "bfd.h"
32 iovec_open (struct bfd *nbfd ATTRIBUTE_UNUSED, void *open_closure)
37 static file_ptr iovec_read (struct bfd *nbfd ATTRIBUTE_UNUSED,
50 iovec_stat (struct bfd *abfd ATTRIBUTE_UNUSED,
57 check_format_any (struct bfd *abfd, bfd_format format)
78 bfd *abfd, *mbfd;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
noglob1.d 6 # where elf_sym_hashes(bfd) is NULL.
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfd.h 2 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.
16 This file is part of BFD, the Binary File Descriptor library.
85 /* The word size used by BFD on the host. This may be 64 with a 32
87 been selected with --enable-targets, or if --enable-64-bit-bfd. */
90 /* The word size of the default bfd target. */
119 typedef struct bfd bfd; typedef in typeref:struct:bfd
5689 struct bfd struct
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfd.h 2 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.
16 This file is part of BFD, the Binary File Descriptor library.
85 /* The word size used by BFD on the host. This may be 64 with a 32
87 been selected with --enable-targets, or if --enable-64-bit-bfd. */
90 /* The word size of the default bfd target. */
119 typedef struct bfd bfd; typedef in typeref:struct:bfd
5689 struct bfd struct
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/doc/
bfdsumm.texi 1 @c This summary of BFD is shared by the BFD and LD docs.
4 When an object file is opened, BFD subroutines automatically determine
10 BFD reads from different sections of the file and processes them.
12 tables. Each BFD back end provides a routine for converting
16 relevant BFD back end which reads and converts the table into a canonical
19 another BFD back end routine is called to take the newly
23 * BFD information loss:: Information Loss
24 * Canonical format:: The BFD canonical object-file format
27 @node BFD information los
    [all...]

Completed in 730 milliseconds

1 23 4 5 6 7 8 91011>>