OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sym_ptr_ptr
(Results
26 - 50
of
146
) sorted by null
1
2
3
4
5
6
/toolchain/binutils/binutils-2.25/bfd/
nlm32-ppc.c
463
/* This is an import.
sym_ptr_ptr
is filled in by
465
rel->
sym_ptr_ptr
= NULL;
482
rel->
sym_ptr_ptr
= sec->symbol_ptr_ptr;
586
rel->
sym_ptr_ptr
= bfd_get_section_by_name (abfd, name)->symbol_ptr_ptr;
683
sym = *rel->
sym_ptr_ptr
;
750
sym = *rel->
sym_ptr_ptr
;
versados.c
420
n->
sym_ptr_ptr
= (asymbol **) (size_t) id;
767
int esdid = (int) (size_t) src[count].
sym_ptr_ptr
;
770
src[count].
sym_ptr_ptr
= bfd_abs_section_ptr->symbol_ptr_ptr;
776
src[count].
sym_ptr_ptr
= e->section->symbol_ptr_ptr;
779
src[count].
sym_ptr_ptr
= symbols + esdid - ES_BASE;
coff-i960.c
70
+ (cache_ptr->
sym_ptr_ptr
- symbols)); \
213
reloc_entry->
sym_ptr_ptr
=
235
reloc_entry->
sym_ptr_ptr
= syms;
aout-ns32k.c
293
asymbol *sym = *(g->
sym_ptr_ptr
);
322
r_index = (*(g->
sym_ptr_ptr
))->KEEPIT;
elf64-mips.c
[
all
...]
peicode.h
109
coff_symbol_type **
sym_ptr_ptr
;
member in struct:__anon75388
469
entry->
sym_ptr_ptr
= sym;
582
* vars->
sym_ptr_ptr
= sym;
587
vars->
sym_ptr_ptr
++;
820
vars.
sym_ptr_ptr
= (coff_symbol_type **) ptr;
961
imp_sym = vars.
sym_ptr_ptr
- 1;
[
all
...]
aout-arm.c
371
asymbol *sym = *(g->
sym_ptr_ptr
);
426
r_index = (*(g->
sym_ptr_ptr
))->KEEPIT;
ecoff.c
1762
asymbol **
sym_ptr_ptr
;
local
[
all
...]
coff-alpha.c
672
rptr->
sym_ptr_ptr
= bfd_abs_section_ptr->symbol_ptr_ptr;
833
&& ((*rel->
sym_ptr_ptr
)->flags & BSF_SECTION_SYM) == 0)
972
symbol = *rel->
sym_ptr_ptr
;
1032
symbol = *rel->
sym_ptr_ptr
;
1065
symbol = *rel->
sym_ptr_ptr
;
[
all
...]
ieee.c
[
all
...]
elfcode.h
934
sym = *ptr->
sym_ptr_ptr
;
951
if ((*ptr->
sym_ptr_ptr
)->the_bfd != NULL
952
&& (*ptr->
sym_ptr_ptr
)->the_bfd->xvec != abfd->xvec
[
all
...]
reloc16.c
50
asymbol *symbol = *(reloc->
sym_ptr_ptr
);
riscix.c
310
asymbol *sym = *(g->
sym_ptr_ptr
);
357
r_index = (*g->
sym_ptr_ptr
)->udata.i;
coffcode.h
[
all
...]
/toolchain/binutils/binutils-2.25/gas/config/
tc-pj.c
477
rel->
sym_ptr_ptr
= xmalloc (sizeof (asymbol *));
478
*rel->
sym_ptr_ptr
= symbol_get_bfdsym (fixp->fx_addsy);
tc-mn10300.c
[
all
...]
tc-moxie.c
777
relP->
sym_ptr_ptr
= xmalloc (sizeof (asymbol *));
778
*relP->
sym_ptr_ptr
= symbol_get_bfdsym (fixP->fx_addsy);
tc-rl78.c
1177
reloc[0]->
sym_ptr_ptr
= (asymbol **) xmalloc (sizeof (asymbol *));
1178
* reloc[0]->
sym_ptr_ptr
= symbol_get_bfdsym (fixp->fx_addsy);
1190
reloc[rp]->
sym_ptr_ptr
= (asymbol **) xmalloc (sizeof (asymbol *)); \
1193
* reloc[rp]->
sym_ptr_ptr
= SYM; \
1198
#define OP(OP) OPX(BFD_RELOC_RL78_##OP, *reloc[0]->
sym_ptr_ptr
, 0)
[
all
...]
tc-spu.c
869
reloc->
sym_ptr_ptr
= (asymbol **) xmalloc (sizeof (asymbol *));
871
*reloc->
sym_ptr_ptr
= symbol_get_bfdsym (fixp->fx_addsy);
873
*reloc->
sym_ptr_ptr
= symbol_get_bfdsym (fixp->fx_subsy);
tc-msp430.c
[
all
...]
/toolchain/binutils/binutils-2.25/binutils/
nlmconv.c
[
all
...]
objdump.c
1052
&& aux->reloc->
sym_ptr_ptr
!= NULL
1053
&& * aux->reloc->
sym_ptr_ptr
!= NULL)
1055
sym = * aux->reloc->
sym_ptr_ptr
;
[
all
...]
dlltool.c
[
all
...]
nm.c
913
if (r->
sym_ptr_ptr
!= NULL
914
&& (*r->
sym_ptr_ptr
)->section == sym->section
915
&& (*r->
sym_ptr_ptr
)->value == sym->value
917
bfd_asymbol_name (*r->
sym_ptr_ptr
)) == 0
[
all
...]
/toolchain/binutils/binutils-2.25/ld/
ldmain.c
[
all
...]
Completed in 793 milliseconds
1
2
3
4
5
6