Searched refs:fx_frag (Results 51 - 67 of 67) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-v850.c2978 reloc->address = fixp->fx_frag->fr_address + fixp->fx_where;
3052 return fixp->fx_frag->fr_address + fixp->fx_where;
3107 where = fixP->fx_frag->fr_literal + fixP->fx_where;
3152 where = fixP->fx_frag->fr_literal + fixP->fx_where;
H A Dtc-alpha.c5744 valueT addr = fixP->fx_where + fixP->fx_frag->fr_address;
5770 char * const fixpos = fixP->fx_frag->fr_literal + fixP->fx_where;
5788 fixP->fx_offset = (next->fx_frag->fr_address + next->fx_where
5789 - fixP->fx_frag->fr_address - fixP->fx_where);
6264 reloc->address = fixp->fx_frag->fr_address + fixp->fx_where;
H A Dtc-bfin.c656 char *where = fixP->fx_frag->fr_literal + fixP->fx_where;
819 reloc->address = fixp->fx_frag->fr_address + fixp->fx_where;
855 return fixP->fx_frag->fr_address + fixP->fx_where;
H A Dtc-cris.c3944 relP->address = fixP->fx_frag->fr_address + fixP->fx_where;
4028 char *buf = fixP->fx_where + fixP->fx_frag->fr_literal;
4058 valueT addr = fixP->fx_where + fixP->fx_frag->fr_address;
H A Dtc-m68hc11.c2672 return fixP->fx_size + fixP->fx_where + fixP->fx_frag->fr_address;
2685 reloc->address = fixp->fx_frag->fr_address + fixp->fx_where;
3199 where = fixP->fx_frag->fr_literal + fixP->fx_where;
H A Dtc-tic6x.c3386 char *buf = fixP->fx_where + fixP->fx_frag->fr_literal;
4060 return (fixp->fx_where + fixp->fx_frag->fr_address) & ~(long) 0x1f;
4095 reloc->address = fixp->fx_frag->fr_address + fixp->fx_where;
H A Dtc-h8300.c2145 char *buf = fixP->fx_where + fixP->fx_frag->fr_literal;
2221 rel->address = fixp->fx_frag->fr_address + fixp->fx_where;
H A Dtc-mips.c1445 insn->fixp[i]->fx_frag = frag;
12199 valueT addr = fixP->fx_where + fixP->fx_frag->fr_address;
12398 buf = (bfd_byte *) (fixP->fx_frag->fr_literal + fixP->fx_where);
12539 && fixP->fx_frag->fr_address >= text_section->vma
12540 && (fixP->fx_frag->fr_address
14354 reloc->address = fixp->fx_frag->fr_address + fixp->fx_where;
14756 && fixp->fx_frag == fragp
14767 while (fixp && fixp->fx_frag == fragp)
H A Dtc-sh64.c44 ((FIXP)->fx_size + (FIXP)->fx_where + (FIXP)->fx_frag->fr_address - 4)
586 char *buf = fixP->fx_where + fixP->fx_frag->fr_literal;
H A Dtc-frv.c1330 return (fixP->fx_frag->fr_address + fixP->fx_where) & ~1;
H A Dtc-mep.c1830 return fixP->fx_where + fixP->fx_frag->fr_address;
H A Dtc-i386.c7693 char *p = fixP->fx_where + fixP->fx_frag->fr_literal;
7737 value += fixP->fx_where + fixP->fx_frag->fr_address;
7753 value += fixP->fx_where + fixP->fx_frag->fr_address;
8657 return fixP->fx_size + fixP->fx_where + fixP->fx_frag->fr_address;
8820 rel->address = fixp->fx_frag->fr_address + fixp->fx_where;
H A Dtc-xtensa.c5064 char *const fixpos = fixP->fx_frag->fr_literal + fixP->fx_where;
5656 valueT addr = fixP->fx_where + fixP->fx_frag->fr_address;
5671 insn_p = &fixP->fx_frag->fr_literal[fixP->fx_where];
5834 char *const fixpos = fixP->fx_frag->fr_literal + fixP->fx_where;
5996 reloc->address = fixp->fx_frag->fr_address + fixp->fx_where;
10156 if (fix->fx_frag == search_frag)
H A Dtc-m68k.c1336 reloc->address = fixp->fx_frag->fr_address + fixp->fx_where;
4903 char *buf = fixP->fx_frag->fr_literal;
7920 return fixP->fx_where + fixP->fx_frag->fr_address - adjust;
H A Dtc-tic54x.c5104 rel->address = fixP->fx_frag->fr_address + fixP->fx_where;
5159 char *buf = fixP->fx_where + fixP->fx_frag->fr_literal;
H A Dtc-ia64.c10815 unsigned long off = fix->fx_frag->fr_address + fix->fx_where;
11205 fixpos = fix->fx_frag->fr_literal + (fix->fx_where - slot);
11264 fixpos = fix->fx_frag->fr_literal + fix->fx_where;
11378 reloc->address = fixp->fx_frag->fr_address + fixp->fx_where;
H A Dtc-arm.c19680 offsetT base = fixP->fx_where + fixP->fx_frag->fr_address;
19727 base = fixP->fx_where + fixP->fx_frag->fr_address;
19738 base = fixP->fx_where + fixP->fx_frag->fr_address;
19749 base = fixP->fx_where + fixP->fx_frag->fr_address;
19758 base = fixP->fx_where + fixP->fx_frag->fr_address;
20108 char * buf = fixP->fx_where + fixP->fx_frag->fr_literal;
20959 (((unsigned long) fixP->fx_frag->fr_address
21356 reloc->address = fixp->fx_frag->fr_address + fixp->fx_where;

Completed in 593 milliseconds

123