HomeSort by relevance Sort by last modified time
    Searched defs:bfd (Results 1 - 8 of 8) sorted by null

  /external/vboot_reference/utility/
bmpblk_util.c 204 int yfd, bfd; local
310 bfd = open(full_path_name,
313 if (bfd < 0) {
320 bfp = fdopen(bfd, "wb");
324 close(bfd);
  /external/clang/test/SemaCXX/
cxx0x-deleted-default-ctor.cpp 71 bad_field_default bfd; // expected-error {{call to implicitly-deleted default constructor}} variable
  /external/pdfium/third_party/lcms2-2.6/src/
cmspcs.c 487 // bfd - gets BFD(1:1) difference between Lab1, Lab2
491 deltaC,deltah,dc,t,g,dh,rh,rc,rt,bfd; local
532 bfd = sqrt(Sqr(deltaL)+Sqr(deltaC/dc)+Sqr(deltah/dh)+(rt*(deltaC/dc)*(deltah/dh)));
534 return bfd;
  /toolchain/binutils/binutils-2.25/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.
76 /* The word size used by BFD on the host. This may be 64 with a 32
78 been selected with --enable-targets, or if --enable-64-bit-bfd. */
81 /* The word size of the default bfd target. */
110 typedef struct bfd bfd; typedef in typeref:struct:bfd
112 /* Boolean type used in bfd. Too many systems define their own
186 /* An offset into a file. BFD always uses the largest possible offset
191 extern void bfd_sprintf_vma (bfd *, char *, bfd_vma)
    [all...]
elf32-m68k.c 4 This file is part of BFD, the Binary File Descriptor library.
22 #include "bfd.h"
25 #include "elf-bfd.h"
345 rtype_to_howto (bfd *abfd, arelent *cache_ptr, Elf_Internal_Rela *dst)
411 reloc_type_lookup (bfd *abfd ATTRIBUTE_UNUSED,
424 reloc_name_lookup (bfd *abfd ATTRIBUTE_UNUSED, const char *r_name)
664 /* BFD in which this symbol was defined. NULL for global symbols. */ member in struct:elf_m68k_got_entry_key
665 const bfd *bfd;
852 /* BFD and its GOT. This is an entry in multi_got->bfd2got hashtable. *
855 const bfd *bfd; member in struct:elf_m68k_bfd2got_entry
    [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...]
  /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...]

Completed in 447 milliseconds