HomeSort by relevance Sort by last modified time
    Searched refs:md_pcrel_from (Results 1 - 25 of 42) sorted by null

1 2

  /toolchain/binutils/binutils-2.27/gas/config/
tc-moxie.h 44 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from (FIX)
45 extern long md_pcrel_from (struct fix *);
tc-ft32.h 43 // #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from (FIX)
44 // extern long md_pcrel_from (struct fix *);
48 #define md_pcrel_from(FIX) \ macro
tc-pj.h 46 #define md_pcrel_from(FIX) \ macro
tc-xc16x.c 257 md_pcrel_from (fixS *fixP) function
277 return md_pcrel_from (fixP);
tc-ip2k.c 258 md_pcrel_from (fixS *fixP ATTRIBUTE_UNUSED)
254 md_pcrel_from (fixS *fixP ATTRIBUTE_UNUSED) function
tc-lm32.c 346 md_pcrel_from (fixS *fixP) function
tc-moxie.c 830 md_pcrel_from (fixS *fixP)
829 md_pcrel_from (fixS *fixP) function
tc-dlx.c 1176 md_pcrel_from (fixS* fixP) function
tc-epiphany.c 166 md_pcrel_from (fixS *fixP ATTRIBUTE_UNUSED)
163 md_pcrel_from (fixS *fixP ATTRIBUTE_UNUSED) function
tc-i860.c 1186 md_pcrel_from (fixS *fixP)
1184 md_pcrel_from (fixS *fixP) function
    [all...]
tc-mn10200.c 812 md_pcrel_from (fixS *fixp)
809 md_pcrel_from (fixS *fixp) function
tc-pdp11.c 1374 md_pcrel_from (fixS *fixP)
1372 md_pcrel_from (fixS *fixP) function
tc-spu.c 904 md_pcrel_from (fixS *fixp)
902 md_pcrel_from (fixS *fixp) function
tc-tilegx.c 1774 md_pcrel_from (fixS *fixP) function
    [all...]
tc-tilepro.c 1554 md_pcrel_from (fixS *fixP) function
    [all...]
tc-xgate.c 604 md_pcrel_from (fixS * fixP) function
    [all...]
tc-z8k.c 1557 md_pcrel_from (fixS *fixP) function
    [all...]
tc-sparc.c 4052 md_pcrel_from (fixS *fixP) function
    [all...]
tc-crx.c 519 md_pcrel_from (fixS *fixp) function
    [all...]
tc-i960.c 2363 md_pcrel_from (fixS *fixP) function
    [all...]
tc-ns32k.c 2210 md_pcrel_from (fixS *fixP) function
    [all...]
tc-cr16.c 786 md_pcrel_from (fixS *fixp) function
    [all...]
tc-h8300.c 2313 md_pcrel_from (fixS *fixp) function
    [all...]
tc-mn10300.c 2315 md_pcrel_from (fixS *fixp) function
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
tc.h 54 #ifndef md_pcrel_from
55 long md_pcrel_from (fixS *);

Completed in 745 milliseconds

1 2