Searched refs:pcrel (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachORelocation.h46 MachORelocation(uint32_t addr, uint32_t index, bool pcrel, uint8_t len, argument
49 r_address(addr), r_symbolnum(index), r_pcrel(pcrel), r_length(len),
/freebsd-11-stable/contrib/binutils/gas/
H A Dwrite.h178 offsetT offset, int pcrel, bfd_reloc_code_real_type r_type);
180 (fragS * frag, int where, int size, expressionS *exp, int pcrel,
H A Dwrite.c144 int pcrel, /* TRUE if PC-relative relocation. */
166 fixP->fx_pcrel = pcrel;
231 int pcrel, /* TRUE if PC-relative relocation. */
235 (symbolS *) NULL, offset, pcrel, r_type);
247 int pcrel, /* TRUE if PC-relative relocation. */
274 return fix_new_exp (frag, where, size, exp, pcrel, r_type);
303 return fix_new_internal (frag, where, size, add, sub, off, pcrel, r_type);
2491 fprintf (stderr, " pcrel");
138 fix_new_internal(fragS *frag, int where, int size, symbolS *add_symbol, symbolS *sub_symbol, offsetT offset, int pcrel, RELOC_ENUM r_type ATTRIBUTE_UNUSED ) argument
226 fix_new(fragS *frag, int where, int size, symbolS *add_symbol, offsetT offset, int pcrel, RELOC_ENUM r_type ) argument
243 fix_new_exp(fragS *frag, int where, int size, expressionS *exp, int pcrel, RELOC_ENUM r_type ) argument
/freebsd-11-stable/contrib/binutils/bfd/
H A Dmep-relocs.pl135 $pcrel = 0;
136 $pcrel = 1 if $attrs[$i] =~ /pc-rel/i;
142 $c, $bytesize, $bits, $left, $right, $pcrel, $overflow, $mask);
H A Dieee.c229 bfd_boolean pcrel,
294 if (pcrel)
504 bfd_boolean *pcrel,
534 *pcrel = TRUE;
1493 bfd_boolean pcrel = FALSE;
1510 &pcrel, &extra, &section);
1551 if (pcrel)
1573 if (pcrel)
1597 if (pcrel)
1713 bfd_boolean pcrel;
225 ieee_write_expression(bfd *abfd, bfd_vma value, asymbol *symbol, bfd_boolean pcrel, unsigned int index) argument
499 parse_expression(ieee_data_type *ieee, bfd_vma *value, ieee_symbol_index_type *symbol, bfd_boolean *pcrel, unsigned int *extra, asection **section) argument
1490 bfd_boolean pcrel = FALSE; local
1710 bfd_boolean pcrel; local
[all...]
H A Delf32-mep.c33 #define MEPREL(type, size, bits, right, left, pcrel, overflow, mask) \
34 {(unsigned)type, right, size, bits, pcrel, left, overflow, mep_reloc, #type, FALSE, 0, mask, 0 }
45 /* type, size, bits, leftshift, rightshift, pcrel, OD/OS/OU, mask. */
H A Dsunos.c2343 bfd_boolean pcrel;
2375 pcrel = (0 != (srel->r_type[0] & RELOC_STD_BITS_PCREL_BIG));
2381 pcrel = (0 != (srel->r_type[0] & RELOC_STD_BITS_PCREL_LITTLE));
2400 pcrel = (r_type == RELOC_DISP8
2669 if (pcrel && h != NULL)
2342 bfd_boolean pcrel; local
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dmips-dis.c1512 int immed, nbits, shift, signedp, extbits, pcrel, extu, branch;
1517 pcrel = 0;
1632 pcrel = 1;
1640 pcrel = 1;
1648 pcrel = 1;
1657 pcrel = 1;
1665 pcrel = 1;
1693 if (! pcrel)
1741 if (pcrel && branch
1507 int immed, nbits, shift, signedp, extbits, pcrel, extu, branch; local
/freebsd-11-stable/contrib/binutils/include/opcode/
H A Dconvex.h27 #define pcrel 7 macro
425 {47,0,pcrel,0,0,0}, /* br */
426 {48,2,pcrel,0,0,0}, /* bri.f */
427 {48,1,pcrel,0,0,0}, /* bri.t */
428 {49,2,pcrel,0,0,0}, /* bra.f */
429 {49,1,pcrel,0,0,0}, /* bra.t */
430 {50,2,pcrel,0,0,0}, /* brs.f */
431 {50,1,pcrel,0,0,0}, /* brs.t */
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dcrtend.asm64 movl r2 = @pcrel(__do_global_ctors_aux - 16)
H A Dcrtbegin.asm92 movl r2 = @pcrel(__do_global_dtors_aux - 16)
110 movl r2 = @pcrel(__do_jv_register_classes - 16)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp1875 uint64_t pcrel = 0; local
1878 pcrel = insn.startLocation +
1954 if(!tryAddingSymbolicOperand(immediate + pcrel, isBranch, insn.startLocation,
2029 uint64_t pcrel = 0; local
2090 pcrel = insn.startLocation +
2094 insn.displacement + pcrel, Dis);
2154 if(!tryAddingSymbolicOperand(insn.displacement + pcrel, false,
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-spu.c358 int pcrel = 0;
363 pcrel = 1;
372 pcrel,
356 int pcrel = 0; local
H A Dtc-sparc.c214 int pcrel; member in struct:sparc_it
1757 the_insn.pcrel = 1;
1762 the_insn.pcrel = 1;
2271 the_insn.pcrel = 1;
2276 the_insn.pcrel = 1;
2534 if (the_insn.pcrel
2939 the_insn->pcrel,
H A Dtc-i386.c1495 int pcrel,
1539 else if (pcrel && !reloc->pc_relative)
1551 if (pcrel)
4162 int pcrel = (i.flags[n] & Operand_PCrel) != 0;
4170 if (pcrel && i.imm_operands)
4189 reloc_type = reloc (size, pcrel, sign, i.reloc[n]);
4227 the pcrel addressing is relative to the _next_
4232 i.op[n].disps, pcrel, reloc_type);
4298 * relocation as asking for a pcrel offset to the GOT to be
4313 * pcrel sinc
1490 reloc(unsigned int size, int pcrel, int sign, bfd_reloc_code_real_type other) argument
4158 int pcrel = (i.flags[n] & Operand_PCrel) != 0; local
[all...]
H A Dtc-alpha.c1622 int size, pcrel;
1630 pcrel = ((operand->flags & AXP_OPERAND_RELATIVE) != 0);
1637 pcrel = 0;
1648 pcrel = reloc_howto->pc_relative;
1652 &fixup->exp, pcrel, fixup->reloc);
1615 int size, pcrel; local
H A Dtc-mips.c10744 int pcrel;
13728 if (op->pcrel)
14088 /* At this point, fx_addnumber is "symbol offset - pcrel address".
14402 if (op->pcrel)
10737 int pcrel; member in struct:mips16_immed_operand
H A Dtc-arm.c18616 /* For WinCE we only do this for pcrel fixups. */
19314 int pcrel = 0;
19343 fix_new_exp (frag, where, (int) size, exp, pcrel, type);
19300 int pcrel = 0; local

Completed in 324 milliseconds