OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bfd
(Results
226 - 250
of
1489
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/toolchain/binutils/binutils-2.25/bfd/
archures.c
0
/*
BFD
library support routines for architectures.
5
This file is part of
BFD
, the Binary File Descriptor library.
23
#include "
bfd
.h"
32
BFD
keeps one atom in a
BFD
describing the
33
architecture of the data attached to the
BFD
: a pointer to a
36
Pointers to structures can be requested independently of a
BFD
38
without access to an open
BFD
.
46
When
BFD
starts up, all the architectures are called with an
52
BFD
's idea of an architecture is implemented in @file{archures.c}
[
all
...]
aout32.c
0
/*
BFD
back-end for 32-bit a.out files.
5
This file is part of
BFD
, the Binary File Descriptor library.
aout64.c
0
/*
BFD
back-end for 64-bit a.out files.
5
This file is part of
BFD
, the Binary File Descriptor library.
armnetbsd.c
0
/*
BFD
back-end for NetBSD/ARM a.out-ish binaries.
4
This file is part of
BFD
, the Binary File Descriptor library.
cf-sparclynx.c
0
/*
BFD
back-end for Sparc COFF LynxOS files.
5
This file is part of
BFD
, the Binary File Descriptor library.
coff-go32.c
0
/*
BFD
back-end for Intel 386 COFF files (DJGPP variant).
5
This file is part of
BFD
, the Binary File Descriptor library.
coff-sparc.c
0
/*
BFD
back-end for Sparc COFF files.
5
This file is part of
BFD
, the Binary File Descriptor library.
23
#include "
bfd
.h"
57
bfd_coff_generic_reloc (
bfd
*abfd ATTRIBUTE_UNUSED,
62
bfd
*output_bfd,
65
if (output_bfd != (
bfd
*) NULL
138
coff_sparc_reloc_type_lookup (
bfd
*abfd ATTRIBUTE_UNUSED,
152
coff_sparc_reloc_name_lookup (
bfd
*abfd ATTRIBUTE_UNUSED,
coff-svm68k.c
0
/*
BFD
back-end for Motorola sysv68
5
This file is part of
BFD
, the Binary File Descriptor library.
coff-u68k.c
0
/*
BFD
back-end for Motorola 68000 COFF binaries having underscore with name.
5
This file is part of
BFD
, the Binary File Descriptor library.
cpu-spu.c
3
This file is part of
BFD
, the Binary File Descriptor library.
20
#include "
bfd
.h"
demo64.c
0
/*
BFD
backend for demonstration 64-bit a.out binaries.
5
This file is part of
BFD
, the Binary File Descriptor library.
elf32-tic6x.h
4
This file is part of
BFD
, the Binary File Descriptor library.
25
extern void elf32_tic6x_set_use_rela_p (
bfd
*, bfd_boolean);
epoc-pe-arm.c
0
/*
BFD
back-end for ARM EPOC PE files.
4
This file is part of
BFD
, the Binary File Descriptor library.
epoc-pei-arm.c
0
/*
BFD
back-end for ARM EPOC PE IMAGE COFF files.
4
This file is part of
BFD
, the Binary File Descriptor library.
i386freebsd.c
0
/*
BFD
back-end for FreeBSD/386 a.out-ish binaries.
4
This file is part of
BFD
, the Binary File Descriptor library.
i386netbsd.c
0
/*
BFD
back-end for NetBSD/386 a.out-ish binaries.
4
This file is part of
BFD
, the Binary File Descriptor library.
i386os9k.c
0
/*
BFD
back-end for os9000 i386 binaries.
5
This file is part of
BFD
, the Binary File Descriptor library.
23
#include "
bfd
.h"
26
#include "libaout.h" /*
BFD
a.out internal data structures */
32
os9k_swap_exec_header_in (
bfd
*abfd,
74
os9k_callback (
bfd
*abfd)
117
os9k_object_p (
bfd
*abfd)
147
os9k_sizeof_headers (
bfd
*abfd ATTRIBUTE_UNUSED,
m68k4knetbsd.c
0
/*
BFD
back-end for NetBSD/m68k a.out-ish binaries.
4
This file is part of
BFD
, the Binary File Descriptor library.
m88kopenbsd.c
0
/*
BFD
back-end for OpenBSD/m88k a.out binaries.
4
This file is part of
BFD
, the Binary File Descriptor library.
pei-arm-wince.c
0
/*
BFD
back-end for ARM WINCE PE IMAGE COFF files.
4
This file is part of
BFD
, the Binary File Descriptor library.
vax1knetbsd.c
0
/*
BFD
back-end for NetBSD/VAX (1K page size) a.out-ish binaries.
4
This file is part of
BFD
, the Binary File Descriptor library.
vaxnetbsd.c
0
/*
BFD
back-end for NetBSD/VAX (4K page size) a.out-ish binaries.
4
This file is part of
BFD
, the Binary File Descriptor library.
/toolchain/binutils/binutils-2.25/binutils/
arsup.h
52
bfd
*open_inarch (const char *archive_filename, const char *);
60
void extract_file (
bfd
* abfd);
objdump.h
37
int (*filter)(
bfd
*abfd);
41
void (*dump)(
bfd
*abfd);
/toolchain/binutils/binutils-2.25/config/
largefile.m4
3
#
bfd
's configure script so that all the directories agree on the size
23
# are mutually exclusive; and without procfs support, the
bfd
/ elf module
Completed in 887 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>