OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fx_where
(Results
26 - 50
of
81
) sorted by null
1
2
3
4
/toolchain/binutils/binutils-2.27/gas/config/
tc-ip2k.c
385
char *where = fixP->fx_frag->fr_literal + fixP->
fx_where
;
tc-epiphany.c
262
char *where = fixP->fx_frag->fr_literal + fixP->
fx_where
;
972
return fixP->fx_frag->fr_address + fixP->
fx_where
;
tc-i860.c
1188
return fixP->fx_size + fixP->
fx_where
+ fixP->fx_frag->fr_address;
1296
buf = fix->fx_frag->fr_literal + fix->
fx_where
;
[
all
...]
tc-tilegx.c
[
all
...]
tc-z80.c
403
return fixp->
fx_where
+
[
all
...]
tc-avr.c
[
all
...]
tc-fr30.c
286
return (fixP->fx_frag->fr_address + fixP->
fx_where
) & ~1;
tc-m32r.c
[
all
...]
tc-microblaze.c
[
all
...]
tc-mn10300.c
[
all
...]
tc-mt.c
387
return fixP->
fx_where
+ fixP->fx_frag->fr_address;
tc-ns32k.c
[
all
...]
tc-mmix.c
[
all
...]
tc-sparc.c
[
all
...]
tc-i960.c
[
all
...]
tc-nios2.c
[
all
...]
tc-v850.c
[
all
...]
tc-cr16.c
534
reloc->address = fixP->fx_frag->fr_address + fixP->
fx_where
;
753
char *buf = fixP->fx_frag->fr_literal + fixP->
fx_where
;
788
return fixp->fx_frag->fr_address + fixp->
fx_where
;
[
all
...]
tc-crx.c
314
reloc->address = fixP->fx_frag->fr_address + fixP->
fx_where
;
483
char *buf = fixP->fx_frag->fr_literal + fixP->
fx_where
;
521
return fixp->fx_frag->fr_address + fixp->
fx_where
;
[
all
...]
tc-d10v.c
[
all
...]
tc-mcore.c
[
all
...]
tc-visium.c
119
reloc->address = fixp->fx_frag->fr_address + fixp->
fx_where
;
529
return fixP->
fx_where
+ fixP->fx_frag->fr_address;
612
char *buf = fixP->
fx_where
+ fixP->fx_frag->fr_literal;
[
all
...]
/toolchain/binutils/binutils-2.27/gas/
ehopt.c
199
&& (fix->fx_frag != f || fix->
fx_where
!= offset))
cgen.c
841
char *where = fixP->fx_frag->fr_literal + fixP->
fx_where
;
1042
reloc->address = fixP->fx_frag->fr_address + fixP->
fx_where
;
write.c
160
fixP->
fx_where
= where;
1094
sprint_value (buf, fragP->fr_address + fixP->
fx_where
);
1114
(long) (fragP->fr_address + fixP->
fx_where
));
[
all
...]
Completed in 664 milliseconds
1
2
3
4