OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:symndx_to_section
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/bfd/
coff-mips.c
800
asection **
symndx_to_section
;
817
symndx_to_section
= ecoff_data (input_bfd)->
symndx_to_section
;
818
if (
symndx_to_section
== (asection **) NULL)
821
symndx_to_section
= (asection **) bfd_alloc (input_bfd, amt);
822
if (!
symndx_to_section
)
825
symndx_to_section
[RELOC_SECTION_NONE] = NULL;
826
symndx_to_section
[RELOC_SECTION_TEXT] =
828
symndx_to_section
[RELOC_SECTION_RDATA] =
830
symndx_to_section
[RELOC_SECTION_DATA]
794
asection **
symndx_to_section
;
local
[
all
...]
coff-alpha.c
1343
asection **
symndx_to_section
, *lita_sec;
local
[
all
...]
libecoff.h
132
asection **
symndx_to_section
;
member in struct:ecoff_tdata
Completed in 521 milliseconds