HomeSort by relevance Sort by last modified time
    Searched refs:bfd (Results 76 - 100 of 484) sorted by null

1 2 34 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/bfd/
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...]
cache.c 0 /* BFD library -- caching of file descriptors.
7 This file is part of BFD, the Binary File Descriptor library.
28 The file caching mechanism is embedded within BFD and allows
35 the required BFD is open. If not, then it chooses a file to
44 #include "bfd.h"
99 /* The number of BFD files we have open. */
103 /* Zero, or a pointer to the topmost BFD on the chain. This is
107 static bfd *bfd_last_cache = NULL;
109 /* Insert a BFD into the cache. */
112 insert (bfd *abfd
    [all...]
section.c 1 /* Object file "section" support for the BFD library.
5 This file is part of BFD, the Binary File Descriptor library.
26 The raw data contained within a BFD is maintained through the
27 section abstraction. A single BFD may have any number of
31 Sections are supported in BFD in <<section.c>>.
45 When a BFD is opened for reading, the section structures are
46 created and attached to the BFD.
55 Sometimes a BFD will contain more than the ``natural'' number of
59 BFD. For example, the linker creates an extra section
60 <<COMMON>> for each input file's BFD to hold information abou
    [all...]
opncls.c 1 /* opncls.c -- open and close a BFD.
6 This file is part of BFD, the Binary File Descriptor library.
24 #include "bfd.h"
39 /* Counters used to initialize the bfd identifier. */
54 /* Return a new BFD. All BFD's are allocated through this routine. */
56 bfd *
59 bfd *nbfd;
61 nbfd = (bfd *) bfd_zmalloc (sizeof (bfd));
    [all...]
mipsbsd.c 0 /* BFD backend for MIPS BSD (a.out) binaries.
5 This file is part of BFD, the Binary File Descriptor library.
44 #include "bfd.h"
51 static void MY(set_arch_mach) (bfd *, unsigned long);
52 static void MY(choose_reloc_size) (bfd *);
55 static bfd_boolean MY(write_object_contents) (bfd *);
74 (bfd *, arelent *, struct bfd_symbol *, void *, asection *,
75 bfd *, char **);
77 long MY(canonicalize_reloc) (bfd *, sec_ptr, arelent **, asymbol **);
80 MY(set_arch_mach) (bfd *abfd, unsigned long machtype
    [all...]
irix-core.c 0 /* BFD back-end for Irix core files.
6 This file is part of BFD, the Binary File Descriptor library.
28 #include "bfd.h"
41 #define core_hdr(bfd) ((bfd)->tdata.sgi_core_data)
42 #define core_signal(bfd) (core_hdr(bfd)->sig)
43 #define core_command(bfd) (core_hdr(bfd)->cmd)
49 (bfd *, const char *, flagword, bfd_size_type, bfd_vma, file_ptr)
    [all...]
plugin.c 1 /* Plugin support for BFD.
4 This file is part of BFD, the Binary File Descriptor library.
22 #include "bfd.h"
83 #define bfd_plugin_bfd_is_target_special_symbol ((bfd_boolean (*) (bfd *, asymbol *)) bfd_false)
115 printf ("bfd plugin: ");
137 bfd *abfd = handle;
160 try_claim (bfd *abfd)
164 bfd *iobfd;
205 try_load_plugin (const char *pname, bfd *abfd)
268 load_plugin (bfd *abfd
    [all...]
aout-cris.c 0 /* BFD backend for CRIS a.out binaries.
6 This file is part of BFD, the Binary File Descriptor library.
69 #include "bfd.h"
75 static bfd_boolean MY (write_object_contents) (bfd *);
81 static void MY (swap_ext_reloc_out) (bfd *, arelent *, struct reloc_ext_external *);
84 static void MY (swap_ext_reloc_in) (bfd *, struct reloc_ext_external *,
88 static bfd_boolean MY (set_sizes) (bfd *);
96 #define SET_ARCH_MACH(BFD, EXEC) \
97 MY_set_arch_mach (BFD, DEFAULT_ARCH, N_MACHTYPE (EXEC))
118 MY (write_object_contents) (bfd *abfd
    [all...]
elf32-spu.h 5 This file is part of BFD, the Binary File Descriptor library.
117 extern bfd_boolean spu_elf_open_builtin_lib (bfd **,
120 extern bfd_boolean spu_elf_size_sections (bfd *, struct bfd_link_info *);
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 *);
liboasys.h 0 /* BFD internal declarations for Oasys file format handling.
5 This file is part of BFD, the Binary File Descriptor library.
56 bfd *abfd;
63 bfd *abfd;
libieee.h 1 /* IEEE-695 object file formats: definitions internal to BFD.
5 This file is part of BFD, the Binary File Descriptor library.
28 bfd *this;
69 bfd *abfd;
119 bfd *abfd;
elf32-sh64.c 4 This file is part of BFD, the Binary File Descriptor library.
24 #include "bfd.h"
25 #include "elf-bfd.h"
43 (bfd *, asection *);
45 (bfd *, bfd *);
47 (bfd *, bfd *);
49 (bfd *, Elf_Internal_Shdr *, asection *);
51 (bfd *, flagword)
    [all...]
elf32-dlx.c 4 This file is part of BFD, the Binary File Descriptor library.
22 #include "bfd.h"
24 #include "elf-bfd.h"
53 _bfd_dlx_elf_hi16_reloc (bfd *abfd,
58 bfd *output_bfd,
73 if (output_bfd != (bfd *) NULL
84 && output_bfd == (bfd *) NULL)
113 elf32_dlx_relocate16 (bfd *abfd,
118 bfd *output_bfd,
135 && output_bfd == (bfd *) NULL
    [all...]
elf32-mt.c 4 This file is part of BFD, the Binary File Descriptor library.
22 #include "bfd.h"
24 #include "elf-bfd.h"
29 (bfd *, bfd_reloc_code_real_type);
32 (bfd *, arelent *, Elf_Internal_Rela *);
35 (bfd *, Elf_Internal_Rela *, bfd_byte *, bfd_vma);
38 (reloc_howto_type *, bfd *, asection *, bfd_byte *,
42 (bfd *, struct bfd_link_info *, bfd *, asection *, bfd_byte *,
154 /* Map BFD reloc types to MT ELF reloc types. *
    [all...]
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...]
trad-core.c 0 /* BFD back end for traditional Unix core files (U-area and raw sections)
5 This file is part of BFD, the Binary File Descriptor library.
23 #include "bfd.h"
25 #include "libaout.h" /* BFD a.out internal data structures */
61 #define core_upage(bfd) (&((bfd)->tdata.trad_core_data->u))
62 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section)
63 #define core_stacksec(bfd) ((bfd)->tdata.trad_core_data->stack_section
    [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...]
coff-tic80.c 0 /* BFD back-end for Texas Instruments TMS320C80 Multimedia Video Processor (MVP).
9 This file is part of BFD, the Binary File Descriptor library.
27 #include "bfd.h"
50 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
52 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
54 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
56 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **)
    [all...]
  /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;
size.c 33 #include "bfd.h"
72 static void print_sizes (bfd * file);
264 calculate_common_size (bfd *abfd)
297 display_bfd (bfd *abfd)
348 display_archive (bfd *file)
350 bfd *arfile = (bfd *) NULL;
351 bfd *last_arfile = (bfd *) NULL;
382 bfd *file
    [all...]
ar.c 28 #include "bfd.h"
49 static const char *normalize (const char *, bfd *);
51 static void map_over_members (bfd *, void (*)(bfd *), char **, int);
52 static void print_contents (bfd * member);
53 static void delete_members (bfd *, char **files_to_delete);
55 static void move_members (bfd *, char **files_to_move);
57 (bfd *, char **files_to_replace, bfd_boolean quick);
58 static void print_descr (bfd * abfd);
59 static void write_archive (bfd *);
    [all...]
  /toolchain/binutils/binutils-2.25/gprof/
Makefile.am 21 ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
29 BFDDIR = $(BASEDIR)/bfd
36 AM_CPPFLAGS = -DDEBUG -I../bfd -I$(srcdir)/../include \
37 -I$(srcdir)/../bfd @INCINTL@ -I. \
48 gprof_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a $(LIBINTL_DEP)
49 gprof_LDADD = ../bfd/libbfd.la ../libiberty/libiberty.a $(LIBINTL)
87 AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../bfd/doc" -I ../bfd/doc
88 TEXI2DVI = texi2dvi -I "$(srcdir)" -I "$(top_srcdir)/../bfd/doc" -I ../bfd/do
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
arc-ext.h 59 extern void build_ARC_extmap(bfd *);
  /toolchain/binutils/binutils-2.25/include/elf/
mmix.h 1 /* MMIX support for BFD.
4 This file is part of BFD, the Binary File Descriptor library.
28 /* Relocations. See the reloc table in bfd/elf64-mmix.c for details. */
152 own of some flags to keep immune to BFD flag changes. See section.c of
166 (bfd *, struct bfd_link_info *);
168 (bfd *, struct bfd_link_info *);
170 (bfd *, struct bfd_link_info *);

Completed in 1764 milliseconds

1 2 34 5 6 7 8 91011>>