OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fx_offset
(Results
1 - 25
of
57
) sorted by null
1
2
3
/toolchain/binutils/binutils-2.25/gas/
literal.c
69
if (fixp->fx_addsy == sym && fixp->
fx_offset
== addend)
write.h
84
valueT
fx_offset
;
member in struct:fix
109
field. I don't know why the `
fx_offset
' field above can't be used
write.c
171
fixP->
fx_offset
= offset;
805
fixp->
fx_offset
+= symbol_get_value_expression (sym)->X_add_number;
812
fixp->
fx_offset
+= S_GET_VALUE (sym);
866
&& (fixp->
fx_offset
!= 0 || fixp->fx_subsy != NULL))
876
fixp->
fx_offset
+= S_GET_VALUE (sym);
944
add_number = fixP->
fx_offset
;
962
fixP->
fx_offset
= add_number;
975
fixP->
fx_offset
= add_number;
983
fixP->
fx_offset
= (add_number + fixP->fx_dot_value
1033
fixP->
fx_offset
= add_number
[
all
...]
/toolchain/binutils/binutils-2.25/gas/config/
tc-iq2000.c
600
&& l->fixp->
fx_offset
== l->fixp->fx_next->
fx_offset
)
620
&& f->
fx_offset
== l->fixp->
fx_offset
625
|| prev->
fx_offset
!= f->
fx_offset
))
obj-evax.c
169
entry_sym, l->fixp->
fx_offset
, 0,
172
l->fixp->fx_addsy, l->fixp->
fx_offset
, 0,
tc-m32r.c
[
all
...]
tc-mep.c
[
all
...]
tc-mn10200.c
764
fixp->
fx_offset
-= S_GET_VALUE (fixp->fx_subsy);
792
reloc->addend = fixp->
fx_offset
;
1279
fixP->
fx_offset
+= reloc_size;
1338
fixP->
fx_offset
+= size;
tc-or1k.c
317
reloc->addend = fx->
fx_offset
;
tc-xc16x.c
301
rel->addend = fixp->
fx_offset
;
tc-cr16.c
535
reloc->addend = fixP->
fx_offset
;
543
- S_GET_VALUE (fixP->fx_subsy) + fixP->
fx_offset
);
582
reloc->addend = fixP->
fx_offset
= reloc->address;
588
reloc->addend = fixP->
fx_offset
= reloc->address;
747
val = fixP->
fx_offset
;
755
fixP->
fx_offset
= 0;
779
fixP->
fx_offset
= * valP;
[
all
...]
tc-s390.c
[
all
...]
tc-alpha.c
662
if (fixp->
fx_offset
== LITUSE_ALPHA_TLSGD)
669
else if (fixp->
fx_offset
== LITUSE_ALPHA_TLSLDM)
[
all
...]
tc-mn10300.c
[
all
...]
tc-mt.c
422
fixP->
fx_offset
-= 8;
tc-msp430.c
[
all
...]
tc-avr.c
[
all
...]
tc-crx.c
315
reloc->addend = fixP->
fx_offset
;
323
- S_GET_VALUE (fixP->fx_subsy) + fixP->
fx_offset
);
484
fixP->
fx_offset
= 0;
[
all
...]
tc-moxie.c
781
relP->addend = fixP->
fx_offset
;
tc-score.c
[
all
...]
tc-hppa.c
[
all
...]
tc-rl78.c
1172
fixp->
fx_offset
-= S_GET_VALUE (fixp->fx_subsy);
1180
reloc[0]->addend = fixp->
fx_offset
;
[
all
...]
tc-score7.c
[
all
...]
tc-sh.c
[
all
...]
tc-microblaze.c
[
all
...]
Completed in 2063 milliseconds
1
2
3