Searched refs:pcrel_offset (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.0-release/contrib/binutils/bfd/
H A Dreloc.c369 . bfd_boolean pcrel_offset;
659 If pcrel_offset is set, we must further subtract the position
663 i386-aout, pcrel_offset is FALSE. Some other targets do not
665 or ELF. For those targets, pcrel_offset is TRUE.
669 relocation is done. If pcrel_offset is FALSE we want to wind
672 in the location within the section. If pcrel_offset is TRUE
683 if (howto->pcrel_offset)
1045 If pcrel_offset is set, we must further subtract the position
1049 i386-aout, pcrel_offset is FALSE. Some other targets do not
1051 or ELF. For those targets, pcrel_offset i
[all...]
H A Dcoff-i386.c120 if (howto->pc_relative && howto->pcrel_offset)
221 TRUE), /* pcrel_offset */
235 FALSE), /* pcrel_offset */
253 TRUE), /* pcrel_offset */
273 PCRELOFFSET), /* pcrel_offset */
287 PCRELOFFSET), /* pcrel_offset */
301 PCRELOFFSET), /* pcrel_offset */
315 PCRELOFFSET), /* pcrel_offset */
329 PCRELOFFSET), /* pcrel_offset */
343 PCRELOFFSET) /* pcrel_offset */
[all...]
H A Dcoff-x86_64.c112 if(howto->pc_relative && howto->pcrel_offset)
212 TRUE), /* pcrel_offset */
225 TRUE), /* pcrel_offset */
239 FALSE), /* pcrel_offset */
253 PCRELOFFSET), /* pcrel_offset */
267 PCRELOFFSET), /* pcrel_offset */
280 PCRELOFFSET), /* pcrel_offset */
293 PCRELOFFSET), /* pcrel_offset */
306 PCRELOFFSET), /* pcrel_offset */
319 PCRELOFFSET), /* pcrel_offset */
[all...]
H A Dpe-mips.c659 a PC relative reloc that is pcrel_offset. It will already
662 if (howto->pc_relative && howto->pcrel_offset)
H A Dcoff-arm.c1222 /* The relocation_section function will skip pcrel_offset relocs
1225 this case without pcrel_offset set, and adjust the addend to
1268 a PC relative reloc that is pcrel_offset. It will already
1271 if (howto->pc_relative && howto->pcrel_offset)
1624 /* howto->pcrel_offset should be TRUE for type 14 BRANCH23. */
H A Delf.c7370 if (areloc->howto->pcrel_offset != howto->pcrel_offset)
7372 if (howto->pcrel_offset)
H A Dcoff64-rs6000.c1231 howto.pcrel_offset = FALSE;
1395 FALSE), /* pcrel_offset */
1410 FALSE), /* pcrel_offset */
1425 FALSE), /* pcrel_offset */
1440 FALSE), /* pcrel_offset */
1455 FALSE), /* pcrel_offset */
1470 FALSE), /* pcrel_offset */
1485 FALSE), /* pcrel_offset */
1502 FALSE), /* pcrel_offset */
1519 FALSE), /* pcrel_offset */
[all...]
H A Dcofflink.c2885 a PC relative reloc that is pcrel_offset. It will already
2888 if (howto->pc_relative && howto->pcrel_offset)
H A Dbfd-in2.h2281 bfd_boolean pcrel_offset;
2274 bfd_boolean pcrel_offset; member in struct:reloc_howto_struct
H A Dcoff-rs6000.c621 FALSE), /* pcrel_offset */
636 FALSE), /* pcrel_offset */
651 FALSE), /* pcrel_offset */
666 FALSE), /* pcrel_offset */
681 FALSE), /* pcrel_offset */
696 FALSE), /* pcrel_offset */
711 FALSE), /* pcrel_offset */
728 FALSE), /* pcrel_offset */
745 FALSE), /* pcrel_offset */
762 FALSE), /* pcrel_offset */
[all...]
H A Dieee.c2334 && ! r->howto->pcrel_offset)
H A Daoutx.h4425 pcrel_offset is set, then the addend does not include the
4429 && ! howto_table_ext[r_type].pcrel_offset)
4520 is not pcrel_offset, which is a bit confusing and
/freebsd-10.0-release/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h2288 bfd_boolean pcrel_offset;
2281 bfd_boolean pcrel_offset; member in struct:reloc_howto_struct

Completed in 230 milliseconds