Home | History | Annotate | Download | only in config

Lines Matching refs:pcrel

41     iif.iifP[ptr].pcrel = i1;				\
78 char pcrel; /* 1 if pcrel, this is really redundant info. */
116 int pcrel; /* True if object is pcrel. */
323 #define PCREL 2
393 addrmodeP->pcrel = 0; /* Not set in this function. */
705 case. Think it does so with local labels too, not optimum, pcrel
707 select pcrel when possible Actually that is trivial. */
728 addrmodeP->pcrel = 0;
735 /* Do we have pcrel. mode. */
736 addrmodeP->pcrel = 1;
915 int pcrel, b, loop, pcrel_adjust;
925 pcrel = 0;
965 addr_modeP.pcrel,
991 pcrel -= 1; /* Make pcrel 0 in spite of what case 'p':
995 pcrel += 1;
1000 pcrel, pcrel_adjust, 1, IND (BRANCH, BYTE), NULL, -1, 0);
1004 pcrel = 1;
1007 pcrel, pcrel_adjust, 1, IND (BRANCH, BYTE), NULL, -1, 1);
1256 reloc (int size, int pcrel, int type)
1301 rel_index = length + 3 * pcrel + 6 * type;
1306 if (pcrel)
1323 int pcrel, /* True if PC-relative relocation. */
1334 offset, pcrel,
1335 bit_fixP ? NO_RELOC : reloc (size, pcrel, im_disp)
1352 int pcrel, /* True if PC-relative relocation. */
1362 fixS *fixP = fix_new_exp (frag, where, size, exp, pcrel,
1363 bit_fixP ? NO_RELOC : reloc (size, pcrel, im_disp)
1619 always figure out how far it is between the opcode and the pcrel
1674 else if (iif.iifP[i].pcrel)
1680 iif.iifP[i].pcrel,
1697 as_fatal (_("iif convert internal pcrel/binary"));
1761 iif.iifP[i].pcrel)
1771 iif.iifP[i].pcrel,
1791 as_fatal (_("iif convert internal pcrel/pointer"));
1810 !iif.iifP[i].pcrel)
1819 0, /* never iif.iifP[i].pcrel, */