OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fx_where
(Results
1 - 25
of
75
) sorted by null
1
2
3
/toolchain/binutils/binutils-2.25/gas/config/
tc-xc16x.c
158
fixP->
fx_where
+= 1;
164
fixP->
fx_where
+= 2;
169
fixP->
fx_where
+= 1;
176
fixP->
fx_where
+= 2;
181
fixP->
fx_where
+= 2;
186
fixP->
fx_where
+= 2;
191
fixP->
fx_where
+= 1;
197
fixP->
fx_where
+= 2;
260
temp_val=fixP->fx_size + fixP->
fx_where
+ fixP->fx_frag->fr_address;
300
rel->address = fixp->fx_frag->fr_address + fixp->
fx_where
;
[
all
...]
tc-pj.h
47
((FIX)->
fx_where
+ (FIX)->fx_frag->fr_address - 1)
tc-xstormy16.c
272
fixP->
fx_where
+= 2;
348
return fixP->fx_frag->fr_address + fixP->
fx_where
;
370
fixP->
fx_where
+= 2;
379
fixP->
fx_where
+= 2;
395
fixP->
fx_where
+= 2;
445
char *where = fixP->fx_frag->fr_literal + fixP->
fx_where
;
tc-i370.c
[
all
...]
tc-lm32.c
351
return fixP->
fx_where
+ fixP->fx_frag->fr_address;
378
return fixP->
fx_where
+ fixP->fx_frag->fr_address;
tc-or1k.c
239
return fixP->fx_frag->fr_address + fixP->
fx_where
;
315
reloc->address = fx->fx_frag->fr_address + fx->
fx_where
;
tc-rx.c
[
all
...]
tc-moxie.c
647
char *buf = fixP->
fx_where
+ fixP->fx_frag->fr_literal;
779
relP->address = fixP->fx_frag->fr_address + fixP->
fx_where
;
832
valueT addr = fixP->
fx_where
+ fixP->fx_frag->fr_address;
tc-s390.c
[
all
...]
obj-evax.c
168
fixpentry = fix_new (l->fixp->fx_frag, l->fixp->
fx_where
, 8,
171
fixppdesc = fix_new (l->fixp->fx_frag, l->fixp->
fx_where
+ 8, 8,
tc-pj.c
367
char *buf = fixP->
fx_where
+ fixP->fx_frag->fr_literal;
479
rel->address = fixp->fx_frag->fr_address + fixp->
fx_where
;
tc-arc.c
1229
return fixP->fx_frag->fr_address + fixP->
fx_where
+ fixP->fx_size;
1272
where = fixP->fx_frag->fr_literal + fixP->
fx_where
;
[
all
...]
tc-rl78.c
1118
fix->
fx_where
+= reloc_adjust;
1179
reloc[0]->address = fixp->fx_frag->fr_address + fixp->
fx_where
;
1194
reloc[rp]->address = fixp->fx_frag->fr_address + fixp->
fx_where
; \
1297
rv = fixP->fx_frag->fr_address + fixP->
fx_where
;
1325
op = f->fx_frag->fr_literal + f->
fx_where
;
[
all
...]
tc-dlx.c
1004
char *place = fixP->
fx_where
+ fixP->fx_frag->fr_literal;
1178
return 4 + fixP->
fx_where
+ fixP->fx_frag->fr_address;
1208
reloc->address = fixP->fx_frag->fr_address + fixP->
fx_where
;
tc-fr30.c
286
return (fixP->fx_frag->fr_address + fixP->
fx_where
) & ~1;
tc-ip2k.c
402
char *where = fixP->fx_frag->fr_literal + fixP->
fx_where
;
tc-spu.c
876
reloc->address = fixp->fx_frag->fr_address + fixp->
fx_where
;
906
return fixp->fx_frag->fr_address + fixp->
fx_where
;
954
char *place = fixP->
fx_where
+ fixP->fx_frag->fr_literal;
967
val += fixP->fx_frag->fr_address + fixP->
fx_where
;
tc-z8k.c
1365
reloc->address = fixp->fx_frag->fr_address + fixp->
fx_where
;
1395
char *buf = fixP->
fx_where
+ fixP->fx_frag->fr_literal;
[
all
...]
tc-i960.c
[
all
...]
tc-d30v.c
[
all
...]
tc-tic30.c
1135
debug ("
fx_where
= %ld\n", fixP->
fx_where
);
1138
char *buf = fixP->fx_frag->fr_literal + fixP->
fx_where
;
[
all
...]
tc-epiphany.c
282
char *where = fixP->fx_frag->fr_literal + fixP->
fx_where
;
982
return fixP->fx_frag->fr_address + fixP->
fx_where
;
tc-avr.c
[
all
...]
/toolchain/binutils/binutils-2.25/gas/
write.h
75
long
fx_where
;
member in struct:fix
cgen.c
876
char *where = fixP->fx_frag->fr_literal + fixP->
fx_where
;
1076
reloc->address = fixP->fx_frag->fr_address + fixP->
fx_where
;
[
all
...]
Completed in 317 milliseconds
1
2
3