OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ecoff
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/bfd/
coff-alpha.c
30
#include "coff/
ecoff
.h"
42
/*
ECOFF
has COFF sections, but the debugging information is stored in
43
a completely different format.
ECOFF
targets use some of the
49
symbol, and lineno ones. Give them
ecoff
names. Define some
50
accessor macros for the large sizes used for Alpha
ECOFF
. */
92
/* Get the
ECOFF
swapping routines. */
403
/* Recognize an Alpha
ECOFF
file. */
416
/* Alpha
ECOFF
has a .pdata section. The lnnoptr field of the
467
void *
ecoff
;
469
ecoff
= _bfd_ecoff_mkobject_hook (abfd, filehdr, aouthdr)
463
void *
ecoff
;
local
[
all
...]
ecoff.c
1
/* Generic
ECOFF
(Extended-COFF) routines.
42
#include "coff/
ecoff
.h"
83
/* Create an
ECOFF
object. */
105
ecoff_data_type *
ecoff
;
110
ecoff
= ecoff_data (abfd);
111
ecoff
->gp_size = 8;
112
ecoff
->sym_filepos = internal_f->f_symptr;
118
ecoff
->text_start = internal_a->text_start;
119
ecoff
->text_end = internal_a->text_start + internal_a->tsize;
120
ecoff
->gp = internal_a->gp_value
104
ecoff
_data_type *
ecoff
;
local
[
all
...]
Completed in 385 milliseconds