OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fx_pcrel
(Results
1 - 25
of
77
) sorted by null
1
2
3
4
/toolchain/binutils/binutils-2.25/gas/config/
tc-sparc.h
97
(!(FIX)->
fx_pcrel
\
120
&& ((FIX)->
fx_pcrel
\
140
|| ((FIX)->
fx_pcrel
\
tc-vax.h
68
&& ((FIX)->
fx_pcrel
\
tc-xstormy16.c
375
return fixP->
fx_pcrel
? BFD_RELOC_8_PCREL : BFD_RELOC_8;
382
return fixP->
fx_pcrel
? BFD_RELOC_16_PCREL : BFD_RELOC_16;
391
fixP->
fx_pcrel
= 1;
399
fixP->
fx_pcrel
= 1;
461
if (fixP->
fx_pcrel
)
tc-microblaze.h
48
(!(FIX)->
fx_pcrel
\
tc-xc16x.c
159
fixP->
fx_pcrel
= 1;
170
fixP->
fx_pcrel
= 1;
tc-mt.c
408
fixP->
fx_pcrel
= 1;
420
fixP->
fx_pcrel
= 1;
457
if ((fixP->
fx_pcrel
!= 0) && (fixP->fx_r_type == BFD_RELOC_32))
tc-arm.h
198
(!(FIX)->
fx_pcrel
\
211
(((FIX)->
fx_pcrel
\
tc-aarch64.h
112
(!(FIX)->
fx_pcrel
\
tc-cris.h
98
(!(FIX)->
fx_pcrel
\
tc-i960.h
139
(!(FIX)->
fx_pcrel
\
tc-mn10300.h
32
(!(FIX)->
fx_pcrel
\
tc-tilepro.c
[
all
...]
tc-tilegx.c
[
all
...]
tc-fr30.c
300
case FR30_OPERAND_LABEL9: fixP->
fx_pcrel
= 1; return BFD_RELOC_FR30_9_PCREL;
301
case FR30_OPERAND_LABEL12: fixP->
fx_pcrel
= 1; return BFD_RELOC_FR30_12_PCREL;
tc-i386.h
175
(!(FIX)->
fx_pcrel
\
tc-or1k.c
258
fixP->
fx_pcrel
= 1;
tc-sh.h
207
(!(FIX)->
fx_pcrel
\
tc-sh64.h
81
(!(FIX)->
fx_pcrel
\
tc-s390.c
[
all
...]
tc-tic30.c
1134
debug ("
fx_pcrel
= %d\n", fixP->
fx_pcrel
);
1149
if (fixP->fx_addsy == NULL && fixP->
fx_pcrel
== 0)
[
all
...]
tc-ia64.h
323
&& (!(FIX)->
fx_pcrel
\
tc-pj.c
451
if (fixP->fx_addsy == NULL && fixP->
fx_pcrel
== 0)
/toolchain/binutils/binutils-2.25/gas/
write.h
42
unsigned
fx_pcrel
: 1;
member in struct:fix
cgen.c
928
|| fixP->
fx_pcrel
)
1052
if (fixP->
fx_pcrel
)
1064
gas_assert (!fixP->
fx_pcrel
== !reloc->howto->pc_relative);
[
all
...]
write.c
43
(!(FIX)->
fx_pcrel
\
174
fixP->
fx_pcrel
= pcrel;
967
fixP->
fx_pcrel
= 0;
997
|| !fixP->
fx_pcrel
)
1000
fixP->
fx_pcrel
= 1;
1034
if (fixP->
fx_pcrel
)
1037
fixP->
fx_pcrel
= 0;
1053
if (fixP->
fx_pcrel
)
[
all
...]
Completed in 6122 milliseconds
1
2
3
4