OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ecoff_symbol_type
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/bfd/
libecoff.h
170
}
ecoff_symbol_type
;
typedef in typeref:struct:ecoff_symbol_struct
174
#define ecoffsymbol(asymbol) ((
ecoff_symbol_type
*) (&((asymbol)->the_bfd)))
ecoff.c
645
ecoff_symbol_type
*new_symbol;
646
bfd_size_type amt = sizeof (
ecoff_symbol_type
);
648
new_symbol = (
ecoff_symbol_type
*) bfd_zalloc (abfd, amt);
863
ecoff_symbol_type
*internal;
864
ecoff_symbol_type
*internal_ptr;
882
internal_size *= sizeof (
ecoff_symbol_type
);
883
internal = (
ecoff_symbol_type
*) bfd_alloc (abfd, internal_size);
961
return (bfd_get_symcount (abfd) + 1) * (sizeof (
ecoff_symbol_type
*));
970
ecoff_symbol_type
*symbase;
971
ecoff_symbol_type
**location = (ecoff_symbol_type **) alocation
[
all
...]
/toolchain/binutils/binutils-2.25/gas/config/
obj-ecoff.c
186
ecoff_symbol_type
*esym;
Completed in 187 milliseconds