OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fx_next
(Results
1 - 19
of
19
) sorted by null
/toolchain/binutils/binutils-2.25/gas/
literal.c
67
fixp = fixp->
fx_next
, offset += size)
write.h
93
struct fix *
fx_next
;
member in struct:fix
write.c
208
fixP->
fx_next
= *seg_fix_rootP;
210
if (fixP->
fx_next
== NULL)
215
fixP->
fx_next
= NULL;
217
(*seg_fix_tailP)->
fx_next
= fixP;
402
prev_fix->
fx_next
= frchp->fix_root;
638
fixp = fixp->
fx_next
;
772
for (fixp = seginfo->fix_root; fixp; fixp = fixp->
fx_next
)
914
for (; fixP; fixP = fixP->
fx_next
)
932
for (; fixP; fixP = fixP->
fx_next
)
[
all
...]
ehopt.c
200
fix = fix->
fx_next
;
read.c
[
all
...]
/toolchain/binutils/binutils-2.25/gas/config/
tc-iq2000.c
597
if (l->fixp->
fx_next
!= NULL
598
&& FX_OPINFO_R_TYPE (l->fixp->
fx_next
) == BFD_RELOC_LO16
599
&& l->fixp->fx_addsy == l->fixp->
fx_next
->fx_addsy
600
&& l->fixp->fx_offset == l->fixp->
fx_next
->fx_offset)
615
for (f = seginfo->fix_root; f != NULL; f = f->
fx_next
)
632
pf = & (* pf)->
fx_next
)
635
* pf = l->fixp->
fx_next
;
637
l->fixp->
fx_next
= f;
641
prev->
fx_next
= l->fixp;
obj-evax.c
181
fixppdesc->
fx_next
= l->fixp->
fx_next
;
182
l->fixp->
fx_next
= fixpentry;
183
fixtail->
fx_next
= 0;
tc-mep.c
[
all
...]
tc-m32r.c
[
all
...]
tc-alpha.c
651
next = fixp->
fx_next
;
652
fixp->
fx_next
= (fixS *) 0;
695
prevP = &fixp->
fx_next
;
720
next = fixp->
fx_next
;
739
fixp->tc_fix_data.info->master->
fx_next
= fixp->
fx_next
;
740
fixp->
fx_next
= fixp->tc_fix_data.info->master;
741
fixp = fixp->
fx_next
;
753
slave->
fx_next
= fixp->
fx_next
;
[
all
...]
tc-sh.c
[
all
...]
obj-coff.c
[
all
...]
obj-macho.c
[
all
...]
tc-frv.c
[
all
...]
tc-mips.c
[
all
...]
tc-score.c
[
all
...]
tc-score7.c
[
all
...]
tc-xtensa.c
[
all
...]
tc-nds32.c
[
all
...]
Completed in 1321 milliseconds