HomeSort by: relevance | last modified time | path
    Searched refs:BFD (Results 1 - 25 of 68) sorted by relevancy

1 2 3

  /src/external/gpl3/binutils/dist/bfd/
aout-ns32k.c 0 /* BFD back-end for ns32k a.out-ish binaries.
5 This file is part of BFD, the Binary File Descriptor library.
23 #include "bfd.h"
33 reloc_howto_type * MYNS (bfd_reloc_type_lookup) (bfd *, bfd_reloc_code_real_type);
34 reloc_howto_type * MYNS (bfd_reloc_name_lookup) (bfd *, const char *);
35 bool MYNS (write_object_contents) (bfd *);
137 #define CTOR_TABLE_RELOC_HOWTO(BFD) (MY (howto_table) + 14)
145 MY (reloc_howto) (bfd *abfd ATTRIBUTE_UNUSED,
168 #define MY_reloc_howto(BFD, REL, IN, EX, PC) \
169 MY (reloc_howto) (BFD, REL, &IN, &EX, &PC
    [all...]
aout-cris.c 0 /* BFD backend for CRIS a.out binaries.
6 This file is part of BFD, the Binary File Descriptor library.
66 #include "bfd.h"
72 static bool MY (write_object_contents) (bfd *);
78 static void MY (swap_ext_reloc_out) (bfd *, arelent *, struct reloc_ext_external *);
81 static void MY (swap_ext_reloc_in) (bfd *, struct reloc_ext_external *,
85 static bool MY (set_sizes) (bfd *);
92 #define SET_ARCH_MACH(BFD, EXECP) \
93 bfd_set_arch_mach (BFD, bfd_arch_cris, N_MACHTYPE (EXECP))
114 MY (write_object_contents) (bfd *abfd
    [all...]
configure.com 2 $! This file configures the bfd library for use with openVMS.
34 $ write sys$output "Configuring BFD for ''target' target"
37 $! copy bfd-in2.h to bfd.h, replacing @ macros
40 []bfd-in2.h /output=[]bfd.h
90 $! copy bfd-in2.h to bfd.h, replacing @ macros
92 $ write sys$output "Generated `bfd.h' from `bfd-in2.h'.
    [all...]
elf-bfd.h 0 /* BFD back-end data structures for ELF files.
5 This file is part of BFD, the Binary File Descriptor library.
76 /* The BFD symbol. */
326 /* The input bfd this symbol came from. */
327 bfd *input_bfd;
342 bfd *abfd;
608 bfd *by;
624 bfd *abfd;
668 /* The BFD used to hold special sections created by the linker.
669 This will be the first BFD found which requires these sections t
    [all...]
elf32-arc.c 5 This file is part of BFD, the Binary File Descriptor library.
23 #include "bfd.h"
25 #include "elf-bfd.h"
52 #define ADD_RELA(BFD, SECTION, OFFSET, SYM_IDX, TYPE, ADDEND) \
70 bfd_elf32_swap_reloca_out (BFD, &_rel, _loc); \
104 bfd_get_32_me (bfd * abfd,const unsigned char * data)
122 bfd_put_32_me (bfd *abfd, bfd_vma value,unsigned char *data)
204 arc_elf_reloc (bfd *abfd ATTRIBUTE_UNUSED,
209 bfd *output_bfd,
304 /* Map BFD reloc types to ARC ELF reloc types. *
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
aout-ns32k.c 0 /* BFD back-end for ns32k a.out-ish binaries.
5 This file is part of BFD, the Binary File Descriptor library.
23 #include "bfd.h"
33 reloc_howto_type * MYNS (bfd_reloc_type_lookup) (bfd *, bfd_reloc_code_real_type);
34 reloc_howto_type * MYNS (bfd_reloc_name_lookup) (bfd *, const char *);
35 bool MYNS (write_object_contents) (bfd *);
137 #define CTOR_TABLE_RELOC_HOWTO(BFD) (MY (howto_table) + 14)
145 MY (reloc_howto) (bfd *abfd ATTRIBUTE_UNUSED,
168 #define MY_reloc_howto(BFD, REL, IN, EX, PC) \
169 MY (reloc_howto) (BFD, REL, &IN, &EX, &PC
    [all...]
aout-cris.c 0 /* BFD backend for CRIS a.out binaries.
6 This file is part of BFD, the Binary File Descriptor library.
66 #include "bfd.h"
72 static bool MY (write_object_contents) (bfd *);
78 static void MY (swap_ext_reloc_out) (bfd *, arelent *, struct reloc_ext_external *);
81 static void MY (swap_ext_reloc_in) (bfd *, struct reloc_ext_external *,
85 static bool MY (set_sizes) (bfd *);
92 #define SET_ARCH_MACH(BFD, EXECP) \
93 bfd_set_arch_mach (BFD, bfd_arch_cris, N_MACHTYPE (EXECP))
114 MY (write_object_contents) (bfd *abfd
    [all...]
configure.com 2 $! This file configures the bfd library for use with openVMS.
34 $ write sys$output "Configuring BFD for ''target' target"
37 $! copy bfd-in2.h to bfd.h, replacing @ macros
40 []bfd-in2.h /output=[]bfd.h
90 $! copy bfd-in2.h to bfd.h, replacing @ macros
92 $ write sys$output "Generated `bfd.h' from `bfd-in2.h'.
    [all...]
elf-bfd.h 0 /* BFD back-end data structures for ELF files.
5 This file is part of BFD, the Binary File Descriptor library.
72 /* The BFD symbol. */
320 /* The input bfd this symbol came from. */
321 bfd *input_bfd;
336 bfd *abfd;
601 bfd *by;
618 bfd *abfd;
656 /* The BFD used to hold special sections created by the linker.
657 This will be the first BFD found which requires these sections t
    [all...]
elf32-arc.c 5 This file is part of BFD, the Binary File Descriptor library.
23 #include "bfd.h"
25 #include "elf-bfd.h"
52 #define ADD_RELA(BFD, SECTION, OFFSET, SYM_IDX, TYPE, ADDEND) \
70 bfd_elf32_swap_reloca_out (BFD, &_rel, _loc); \
104 bfd_get_32_me (bfd * abfd,const unsigned char * data)
122 bfd_put_32_me (bfd *abfd, bfd_vma value,unsigned char *data)
204 arc_elf_reloc (bfd *abfd ATTRIBUTE_UNUSED,
209 bfd *output_bfd,
304 /* Map BFD reloc types to ARC ELF reloc types. *
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
aout-ns32k.c 0 /* BFD back-end for ns32k a.out-ish binaries.
5 This file is part of BFD, the Binary File Descriptor library.
23 #include "bfd.h"
33 reloc_howto_type * MYNS (bfd_reloc_type_lookup) (bfd *, bfd_reloc_code_real_type);
34 reloc_howto_type * MYNS (bfd_reloc_name_lookup) (bfd *, const char *);
35 bool MYNS (write_object_contents) (bfd *);
137 #define CTOR_TABLE_RELOC_HOWTO(BFD) (MY (howto_table) + 14)
145 MY (reloc_howto) (bfd *abfd ATTRIBUTE_UNUSED,
168 #define MY_reloc_howto(BFD, REL, IN, EX, PC) \
169 MY (reloc_howto) (BFD, REL, &IN, &EX, &PC
    [all...]
aout-cris.c 0 /* BFD backend for CRIS a.out binaries.
6 This file is part of BFD, the Binary File Descriptor library.
66 #include "bfd.h"
72 static bool MY (write_object_contents) (bfd *);
78 static void MY (swap_ext_reloc_out) (bfd *, arelent *, struct reloc_ext_external *);
81 static void MY (swap_ext_reloc_in) (bfd *, struct reloc_ext_external *,
85 static bool MY (set_sizes) (bfd *);
92 #define SET_ARCH_MACH(BFD, EXECP) \
93 bfd_set_arch_mach (BFD, bfd_arch_cris, N_MACHTYPE (EXECP))
114 MY (write_object_contents) (bfd *abfd
    [all...]
configure.com 2 $! This file configures the bfd library for use with openVMS.
34 $ write sys$output "Configuring BFD for ''target' target"
37 $! copy bfd-in2.h to bfd.h, replacing @ macros
40 []bfd-in2.h /output=[]bfd.h
90 $! copy bfd-in2.h to bfd.h, replacing @ macros
92 $ write sys$output "Generated `bfd.h' from `bfd-in2.h'.
    [all...]
elf-bfd.h 0 /* BFD back-end data structures for ELF files.
5 This file is part of BFD, the Binary File Descriptor library.
72 /* The BFD symbol. */
320 /* The input bfd this symbol came from. */
321 bfd *input_bfd;
336 bfd *abfd;
592 bfd *by;
609 bfd *abfd;
647 /* The BFD used to hold special sections created by the linker.
648 This will be the first BFD found which requires these sections t
    [all...]
elf32-arc.c 5 This file is part of BFD, the Binary File Descriptor library.
23 #include "bfd.h"
25 #include "elf-bfd.h"
52 #define ADD_RELA(BFD, SECTION, OFFSET, SYM_IDX, TYPE, ADDEND) \
70 bfd_elf32_swap_reloca_out (BFD, &_rel, _loc); \
104 bfd_get_32_me (bfd * abfd,const unsigned char * data)
122 bfd_put_32_me (bfd *abfd, bfd_vma value,unsigned char *data)
204 arc_elf_reloc (bfd *abfd ATTRIBUTE_UNUSED,
209 bfd *output_bfd,
304 /* Map BFD reloc types to ARC ELF reloc types. *
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
aout-ns32k.c 0 /* BFD back-end for ns32k a.out-ish binaries.
5 This file is part of BFD, the Binary File Descriptor library.
23 #include "bfd.h"
33 reloc_howto_type * MYNS (bfd_reloc_type_lookup) (bfd *, bfd_reloc_code_real_type);
34 reloc_howto_type * MYNS (bfd_reloc_name_lookup) (bfd *, const char *);
35 bool MYNS (write_object_contents) (bfd *);
137 #define CTOR_TABLE_RELOC_HOWTO(BFD) (MY (howto_table) + 14)
145 MY (reloc_howto) (bfd *abfd ATTRIBUTE_UNUSED,
168 #define MY_reloc_howto(BFD, REL, IN, EX, PC) \
169 MY (reloc_howto) (BFD, REL, &IN, &EX, &PC
    [all...]
aout-cris.c 0 /* BFD backend for CRIS a.out binaries.
6 This file is part of BFD, the Binary File Descriptor library.
66 #include "bfd.h"
72 static bool MY (write_object_contents) (bfd *);
78 static void MY (swap_ext_reloc_out) (bfd *, arelent *, struct reloc_ext_external *);
81 static void MY (swap_ext_reloc_in) (bfd *, struct reloc_ext_external *,
85 static bool MY (set_sizes) (bfd *);
92 #define SET_ARCH_MACH(BFD, EXECP) \
93 bfd_set_arch_mach (BFD, bfd_arch_cris, N_MACHTYPE (EXECP))
114 MY (write_object_contents) (bfd *abfd
    [all...]
configure.com 2 $! This file configures the bfd library for use with openVMS.
34 $ write sys$output "Configuring BFD for ''target' target"
37 $! copy bfd-in2.h to bfd.h, replacing @ macros
40 []bfd-in2.h /output=[]bfd.h
90 $! copy bfd-in2.h to bfd.h, replacing @ macros
92 $ write sys$output "Generated `bfd.h' from `bfd-in2.h'.
    [all...]
elf-bfd.h 0 /* BFD back-end data structures for ELF files.
5 This file is part of BFD, the Binary File Descriptor library.
72 /* The BFD symbol. */
320 /* The input bfd this symbol came from. */
321 bfd *input_bfd;
336 bfd *abfd;
589 bfd *by;
606 bfd *abfd;
644 /* The BFD used to hold special sections created by the linker.
645 This will be the first BFD found which requires these sections t
    [all...]
elf32-arc.c 5 This file is part of BFD, the Binary File Descriptor library.
23 #include "bfd.h"
25 #include "elf-bfd.h"
52 #define ADD_RELA(BFD, SECTION, OFFSET, SYM_IDX, TYPE, ADDEND) \
70 bfd_elf32_swap_reloca_out (BFD, &_rel, _loc); \
104 bfd_get_32_me (bfd * abfd,const unsigned char * data)
122 bfd_put_32_me (bfd *abfd, bfd_vma value,unsigned char *data)
204 arc_elf_reloc (bfd *abfd ATTRIBUTE_UNUSED,
209 bfd *output_bfd,
304 /* Map BFD reloc types to ARC ELF reloc types. *
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
gdb_buildall.sh 37 --bfd64 Enable 64-bit BFD.
83 # Enable 64-bit BFD
84 bfd_flag="--enable-64-bit-bfd"
  /src/external/gpl3/gdb.old/dist/gdb/
gdb_buildall.sh 37 --bfd64 Enable 64-bit BFD.
83 # Enable 64-bit BFD
84 bfd_flag="--enable-64-bit-bfd"
  /src/external/apache2/llvm/dist/llvm/lib/Passes/
StandardInstrumentations.cpp 572 const auto &BFD = Before.getData();
583 HandlePair(&BFD.find(*BI)->getValue(), nullptr);
604 if (!BFD.count(*AI)) {
621 const IRData &BData = BFD.find(*AI)->getValue();
  /src/external/apache2/llvm/dist/llvm/cmake/
config.guess 1388 /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed,
  /src/sys/external/isc/libsodium/dist/
config.guess 1375 /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed,

Completed in 42 milliseconds

1 2 3