OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fx_frag
(Results
1 - 25
of
76
) sorted by null
1
2
3
4
/toolchain/binutils/binutils-2.25/gas/config/
tc-pj.h
47
((FIX)->fx_where + (FIX)->
fx_frag
->fr_address - 1)
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-xc16x.c
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;
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-rx.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-xstormy16.c
348
return fixP->
fx_frag
->fr_address + fixP->fx_where;
445
char *where = fixP->
fx_frag
->fr_literal + 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-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-rl78.c
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-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-ns32k.c
[
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
...]
tc-mt.c
387
return fixP->fx_where + fixP->
fx_frag
->fr_address;
/toolchain/binutils/binutils-2.25/gas/
write.h
72
fragS *
fx_frag
;
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
...]
ehopt.c
199
&& (fix->
fx_frag
!= f || fix->fx_where != offset))
Completed in 652 milliseconds
1
2
3
4