HomeSort by: relevance | last modified time | path
    Searched defs:bfd (Results 1 - 25 of 190) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/external/gpl3/gdb.old/dist/gdb/
target-section.h 23 struct bfd;
32 target_section_owner (const bfd *bfd) : bfd (bfd) {}
47 const struct bfd *bfd; member in union:target_section_owner
56 mostly used with BFD files, but can be used without (e.g. for handling
57 raw disks, or files not in formats handled by BFD). */
75 /* The BFD section. *
    [all...]
symfile-mem.c 27 At the moment, BFD only has functions for parsing object files from
29 ELF-specific. This means that BFD only provides the functions GDB
40 hope BFD will provide a format-independent bfd_from_remote_memory
65 /* Provide bfd/ compatible prototype for target_read_memory. Casting would not
80 non-zero, is the known size of the object. TEMPL is a bfd
84 symbol_file_add_from_memory (struct bfd *templ, CORE_ADDR addr,
88 struct bfd *nbfd;
138 struct bfd *templ;
145 /* We need some representative bfd to know the target we are looking at. */
167 struct bfd *bfd local
    [all...]
ia64-tdep.c 35 #include "elf-bfd.h"
2718 bfd *bfd;
2721 bfd = objfile->obfd;
2723 ehdr = elf_tdata (bfd)->elf_header;
2724 phdr = elf_tdata (bfd)->phdr;
2779 dip->u.rti.name_ptr = (unw_word_t) bfd_get_filename (bfd);
2717 bfd *bfd; local
  /src/external/gpl3/gdb/dist/gdb/
target-section.h 23 struct bfd;
32 target_section_owner (const bfd *bfd) : bfd (bfd) {}
47 const struct bfd *bfd; member in union:target_section_owner
56 mostly used with BFD files, but can be used without (e.g. for handling
57 raw disks, or files not in formats handled by BFD). */
75 /* The BFD section. *
    [all...]
symfile-mem.c 27 At the moment, BFD only has functions for parsing object files from
29 ELF-specific. This means that BFD only provides the functions GDB
40 hope BFD will provide a format-independent bfd_from_remote_memory
65 /* Provide bfd/ compatible prototype for target_read_memory. Casting would not
80 non-zero, is the known size of the object. TEMPL is a bfd
84 symbol_file_add_from_memory (struct bfd *templ, CORE_ADDR addr,
88 struct bfd *nbfd;
138 struct bfd *templ;
145 /* We need some representative bfd to know the target we are looking at. */
167 struct bfd *bfd local
    [all...]
ia64-tdep.c 35 #include "elf-bfd.h"
2718 bfd *bfd;
2721 bfd = objfile->obfd;
2723 ehdr = elf_tdata (bfd)->elf_header;
2724 phdr = elf_tdata (bfd)->phdr;
2779 dip->u.rti.name_ptr = (unw_word_t) bfd_get_filename (bfd);
2717 bfd *bfd; local
  /src/external/gpl3/binutils/dist/bfd/
bfd-in.h 1 /* Main header file for the bfd library -- portable access to object files.
7 This file is part of BFD, the Binary File Descriptor library.
65 /* The word size used by BFD on the host. This may be 64 with a 32
67 been selected with --enable-targets, or if --enable-64-bit-bfd. */
70 /* The word size of the default bfd target. */
79 /* Boolean type used in bfd.
126 /* An offset into a file. BFD always uses the largest possible offset
135 typedef struct bfd bfd; typedef in typeref:struct:bfd
elf32-m68k.c 4 This file is part of BFD, the Binary File Descriptor library.
22 #include "bfd.h"
25 #include "elf-bfd.h"
347 rtype_to_howto (bfd *abfd, arelent *cache_ptr, Elf_Internal_Rela *dst)
416 reloc_type_lookup (bfd *abfd ATTRIBUTE_UNUSED,
429 reloc_name_lookup (bfd *abfd ATTRIBUTE_UNUSED, const char *r_name)
673 /* BFD in which this symbol was defined. NULL for global symbols. */ member in struct:elf_m68k_got_entry_key
674 const bfd *bfd;
860 /* BFD and its GOT. This is an entry in multi_got->bfd2got hashtable. *
863 const bfd *bfd; member in struct:elf_m68k_bfd2got_entry
    [all...]
elfnn-loongarch.c 5 This file is part of BFD, the Binary File Descriptor library.
23 #include "bfd.h"
26 #include "elf-bfd.h"
34 loongarch_info_to_howto_rela (bfd *abfd, arelent *cache_ptr,
83 #define is_loongarch_elf(bfd) \
84 (bfd_get_flavour (bfd) == bfd_target_elf_flavour \
85 && elf_tdata (bfd) != NULL \
86 && elf_object_id (bfd) == LARCH_ELF_DATA)
89 elfNN_loongarch_object (bfd *abfd)
133 /* In BFD DT_RELR is implemented as a "relaxation." If in a relax tri
3237 bfd *bfd; member in struct:__anon9794
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
bfd-in.h 1 /* Main header file for the bfd library -- portable access to object files.
7 This file is part of BFD, the Binary File Descriptor library.
65 /* The word size used by BFD on the host. This may be 64 with a 32
67 been selected with --enable-targets, or if --enable-64-bit-bfd. */
70 /* The word size of the default bfd target. */
79 /* Boolean type used in bfd.
126 /* An offset into a file. BFD always uses the largest possible offset
135 typedef struct bfd bfd; typedef in typeref:struct:bfd
elf32-m68k.c 4 This file is part of BFD, the Binary File Descriptor library.
22 #include "bfd.h"
25 #include "elf-bfd.h"
347 rtype_to_howto (bfd *abfd, arelent *cache_ptr, Elf_Internal_Rela *dst)
416 reloc_type_lookup (bfd *abfd ATTRIBUTE_UNUSED,
429 reloc_name_lookup (bfd *abfd ATTRIBUTE_UNUSED, const char *r_name)
673 /* BFD in which this symbol was defined. NULL for global symbols. */ member in struct:elf_m68k_got_entry_key
674 const bfd *bfd;
860 /* BFD and its GOT. This is an entry in multi_got->bfd2got hashtable. *
863 const bfd *bfd; member in struct:elf_m68k_bfd2got_entry
    [all...]
elfnn-loongarch.c 5 This file is part of BFD, the Binary File Descriptor library.
23 #include "bfd.h"
26 #include "elf-bfd.h"
34 loongarch_info_to_howto_rela (bfd *abfd, arelent *cache_ptr,
83 #define is_loongarch_elf(bfd) \
84 (bfd_get_flavour (bfd) == bfd_target_elf_flavour \
85 && elf_tdata (bfd) != NULL \
86 && elf_object_id (bfd) == LARCH_ELF_DATA)
89 elfNN_loongarch_object (bfd *abfd)
133 /* In BFD DT_RELR is implemented as a "relaxation." If in a relax tri
3042 bfd *bfd; member in struct:__anon11275
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
bfd-in.h 1 /* Main header file for the bfd library -- portable access to object files.
7 This file is part of BFD, the Binary File Descriptor library.
65 /* The word size used by BFD on the host. This may be 64 with a 32
67 been selected with --enable-targets, or if --enable-64-bit-bfd. */
70 /* The word size of the default bfd target. */
79 /* Boolean type used in bfd.
126 /* An offset into a file. BFD always uses the largest possible offset
135 typedef struct bfd bfd; typedef in typeref:struct:bfd
elf32-m68k.c 4 This file is part of BFD, the Binary File Descriptor library.
22 #include "bfd.h"
25 #include "elf-bfd.h"
347 rtype_to_howto (bfd *abfd, arelent *cache_ptr, Elf_Internal_Rela *dst)
416 reloc_type_lookup (bfd *abfd ATTRIBUTE_UNUSED,
429 reloc_name_lookup (bfd *abfd ATTRIBUTE_UNUSED, const char *r_name)
673 /* BFD in which this symbol was defined. NULL for global symbols. */ member in struct:elf_m68k_got_entry_key
674 const bfd *bfd;
860 /* BFD and its GOT. This is an entry in multi_got->bfd2got hashtable. *
863 const bfd *bfd; member in struct:elf_m68k_bfd2got_entry
    [all...]
elfnn-loongarch.c 5 This file is part of BFD, the Binary File Descriptor library.
23 #include "bfd.h"
26 #include "elf-bfd.h"
33 loongarch_info_to_howto_rela (bfd *abfd, arelent *cache_ptr,
82 #define is_loongarch_elf(bfd) \
83 (bfd_get_flavour (bfd) == bfd_target_elf_flavour \
84 && elf_tdata (bfd) != NULL \
85 && elf_object_id (bfd) == LARCH_ELF_DATA)
88 elfNN_loongarch_object (bfd *abfd)
132 /* In BFD DT_RELR is implemented as a "relaxation." If in a relax tri
3007 bfd *bfd; member in struct:__anon124
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
bfd-in.h 1 /* Main header file for the bfd library -- portable access to object files.
7 This file is part of BFD, the Binary File Descriptor library.
65 /* The word size used by BFD on the host. This may be 64 with a 32
67 been selected with --enable-targets, or if --enable-64-bit-bfd. */
70 /* The word size of the default bfd target. */
79 /* Boolean type used in bfd.
126 /* An offset into a file. BFD always uses the largest possible offset
135 typedef struct bfd bfd; typedef in typeref:struct:bfd
elf32-m68k.c 4 This file is part of BFD, the Binary File Descriptor library.
22 #include "bfd.h"
25 #include "elf-bfd.h"
347 rtype_to_howto (bfd *abfd, arelent *cache_ptr, Elf_Internal_Rela *dst)
416 reloc_type_lookup (bfd *abfd ATTRIBUTE_UNUSED,
429 reloc_name_lookup (bfd *abfd ATTRIBUTE_UNUSED, const char *r_name)
673 /* BFD in which this symbol was defined. NULL for global symbols. */ member in struct:elf_m68k_got_entry_key
674 const bfd *bfd;
860 /* BFD and its GOT. This is an entry in multi_got->bfd2got hashtable. *
863 const bfd *bfd; member in struct:elf_m68k_bfd2got_entry
    [all...]
elfnn-loongarch.c 5 This file is part of BFD, the Binary File Descriptor library.
23 #include "bfd.h"
26 #include "elf-bfd.h"
34 loongarch_info_to_howto_rela (bfd *abfd, arelent *cache_ptr,
83 #define is_loongarch_elf(bfd) \
84 (bfd_get_flavour (bfd) == bfd_target_elf_flavour \
85 && elf_tdata (bfd) != NULL \
86 && elf_object_id (bfd) == LARCH_ELF_DATA)
89 elfNN_loongarch_object (bfd *abfd)
133 /* In BFD DT_RELR is implemented as a "relaxation." If in a relax tri
3042 bfd *bfd; member in struct:__anon154
    [all...]
  /src/sbin/gpt/
biosboot.c 96 int bfd, ret = -1; local
102 bfd = -1;
124 if ((bfd = open(bp, O_RDONLY)) < 0 || fstat(bfd, &st) == -1) {
135 if (read(bfd, buf, (size_t)st.st_size) != (ssize_t)st.st_size) {
142 if (bfd != -1)
143 close(bfd);
  /src/crypto/external/apache2/openssl/dist/engines/
e_afalg.h 86 int bfd; member in struct:afalg_ctx_st
  /src/crypto/external/bsd/openssl/dist/engines/
e_afalg.h 87 int bfd; member in struct:afalg_ctx_st
  /src/crypto/external/bsd/openssl.old/dist/engines/
e_afalg.h 87 int bfd; member in struct:afalg_ctx_st
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-trace.c 28 #include "bfd.h"
694 bfd *abfd;
808 bfd *abfd;
926 struct bfd *bfd = STATE_PROG_BFD (sd);
931 if (trace_data->dis_bfd != bfd)
933 trace_data->dis_bfd = bfd;
941 info->arch = bfd_get_arch (bfd);
942 info->mach = bfd_get_mach (bfd);
924 struct bfd *bfd = STATE_PROG_BFD (sd); local
  /src/external/gpl3/gdb/dist/sim/common/
sim-trace.c 28 #include "bfd.h"
694 bfd *abfd;
808 bfd *abfd;
926 struct bfd *bfd = STATE_PROG_BFD (sd);
931 if (trace_data->dis_bfd != bfd)
933 trace_data->dis_bfd = bfd;
941 info->arch = bfd_get_arch (bfd);
942 info->mach = bfd_get_mach (bfd);
924 struct bfd *bfd = STATE_PROG_BFD (sd); local
  /src/sbin/fdisk/
fdisk.c 1053 int bfd, ret; local
1065 if ((bfd = open(boot_path, O_RDONLY)) < 0 || fstat(bfd, &st) == -1) {
1079 if (read(bfd, buf, len) != ret) {
1089 close(bfd);
1094 if (bfd >= 0)
1095 close(bfd);

Completed in 34 milliseconds

1 2 3 4 5 6 7 8