Searched refs:fx_where (Results 1 - 25 of 242) sorted by relevance

12345678910

/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-xc16x.c158 fixP->fx_where += 1;
164 fixP->fx_where += 2;
169 fixP->fx_where += 1;
176 fixP->fx_where += 2;
181 fixP->fx_where += 2;
186 fixP->fx_where += 2;
191 fixP->fx_where += 1;
197 fixP->fx_where += 2;
260 temp_val=fixP->fx_size + fixP->fx_where + fixP->fx_frag->fr_address;
300 rel->address = fixp->fx_frag->fr_address + fixp->fx_where;
[all...]
H A Dtc-ft32.h41 ((FIX)->fx_where + (FIX)->fx_frag->fr_address - 1)
H A Dtc-pj.h47 ((FIX)->fx_where + (FIX)->fx_frag->fr_address - 1)
H A Dtc-xstormy16.c272 fixP->fx_where += 2;
348 return fixP->fx_frag->fr_address + fixP->fx_where;
370 fixP->fx_where += 2;
379 fixP->fx_where += 2;
396 fixP->fx_where += 2;
446 char *where = fixP->fx_frag->fr_literal + fixP->fx_where;
H A Dtc-bpf.c249 return fixP->fx_where + fixP->fx_frag->fr_address;
359 where = fixP->fx_frag->fr_literal + fixP->fx_where + 1;
H A Dtc-lm32.c351 return fixP->fx_where + fixP->fx_frag->fr_address;
378 return fixP->fx_where + fixP->fx_frag->fr_address;
H A Dtc-or1k.c239 return fixP->fx_frag->fr_address + fixP->fx_where;
307 reloc->address = fixp->fx_frag->fr_address + fixp->fx_where;
H A Dtc-s390.c2128 return fixp->fx_frag->fr_address + fixp->fx_where;
2252 where = fixP->fx_frag->fr_literal + fixP->fx_where;
2263 value += fixP->fx_frag->fr_address + fixP->fx_where;
2291 fixP->fx_where += 2;
2297 fixP->fx_where += 4;
2303 fixP->fx_where += 2;
2309 fixP->fx_where += 1;
2316 fixP->fx_where += 1;
2324 fixP->fx_where += 2;
2338 fixP->fx_where
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-pj.h47 ((FIX)->fx_where + (FIX)->fx_frag->fr_address - 1)
H A Dtc-ft32.h41 ((FIX)->fx_where + (FIX)->fx_frag->fr_address - 1)
H A Dtc-xstormy16.c272 fixP->fx_where += 2;
348 return fixP->fx_frag->fr_address + fixP->fx_where;
370 fixP->fx_where += 2;
379 fixP->fx_where += 2;
396 fixP->fx_where += 2;
446 char *where = fixP->fx_frag->fr_literal + fixP->fx_where;
H A Dtc-bpf.c249 return fixP->fx_where + fixP->fx_frag->fr_address;
359 where = fixP->fx_frag->fr_literal + fixP->fx_where + 1;
H A Dtc-lm32.c351 return fixP->fx_where + fixP->fx_frag->fr_address;
378 return fixP->fx_where + fixP->fx_frag->fr_address;
H A Dtc-or1k.c239 return fixP->fx_frag->fr_address + fixP->fx_where;
307 reloc->address = fixp->fx_frag->fr_address + fixp->fx_where;
H A Dtc-s390.c2134 return fixp->fx_frag->fr_address + fixp->fx_where;
2258 where = fixP->fx_frag->fr_literal + fixP->fx_where;
2266 value += fixP->fx_frag->fr_address + fixP->fx_where;
2294 fixP->fx_where += 2;
2300 fixP->fx_where += 4;
2306 fixP->fx_where += 2;
2312 fixP->fx_where += 1;
2319 fixP->fx_where += 1;
2327 fixP->fx_where += 2;
2341 fixP->fx_where
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-ft32.h41 ((FIX)->fx_where + (FIX)->fx_frag->fr_address - 1)
H A Dtc-pj.h47 ((FIX)->fx_where + (FIX)->fx_frag->fr_address - 1)
H A Dtc-xstormy16.c272 fixP->fx_where += 2;
348 return fixP->fx_frag->fr_address + fixP->fx_where;
370 fixP->fx_where += 2;
379 fixP->fx_where += 2;
396 fixP->fx_where += 2;
446 char *where = fixP->fx_frag->fr_literal + fixP->fx_where;
H A Dtc-loongarch.h82 == FIX->fx_frag->fr_address + FIX->fx_where \
H A Dtc-lm32.c351 return fixP->fx_where + fixP->fx_frag->fr_address;
378 return fixP->fx_where + fixP->fx_frag->fr_address;
H A Dtc-or1k.c239 return fixP->fx_frag->fr_address + fixP->fx_where;
307 reloc->address = fixp->fx_frag->fr_address + fixp->fx_where;
H A Dtc-loongarch.c998 insn->fixp[i]->fx_where = where;
1326 char *buf = fixP->fx_frag->fr_literal + fixP->fx_where;
1371 - (fixP->fx_where + fixP->fx_frag->fr_address));
1438 == fixP->fx_frag->fr_address + fixP->fx_where)
1531 (fixP->fx_frag->fr_opcode))->fr_literal[fixP->fx_where]);
1536 fixP->fx_where = loc + 1;
1537 fixP->fx_next->fx_where = loc + 1;
1546 fixP->fx_where = loc + 1;
1547 fixP->fx_next->fx_where = loc + 1;
1556 fixP->fx_where
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Dwrite.h90 unsigned long fx_where; member in struct:fix
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Dwrite.h94 unsigned long fx_where; member in struct:fix
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dwrite.h95 unsigned long fx_where; member in struct:fix

Completed in 236 milliseconds

12345678910