Home
last modified time | relevance | path

Searched refs:BFD_RELOC_32_SECREL (Results 1 – 9 of 9) sorted by relevance

/freebsd-9-stable/contrib/binutils/bfd/
Dcoff-i386.c573 case BFD_RELOC_32_SECREL:
Dcoff-x86_64.c672 case BFD_RELOC_32_SECREL: in coff_amd64_reloc_type_lookup()
Dcoff-arm.c836 ASTD (BFD_RELOC_32_SECREL, ARM_SECREL); in coff_arm_reloc_type_lookup()
Dbfd-in2.h2359 BFD_RELOC_32_SECREL, enumerator
DChangeLog-20061204 (coff_arm_reloc_type_lookup): Map BFD_RELOC_32_SECREL to
/freebsd-9-stable/contrib/binutils/gas/config/
Dtc-i386.c4374 r = BFD_RELOC_32_SECREL; in x86_cons_fix_new()
6402 case BFD_RELOC_32_SECREL:
Dtc-arm.c18469 case BFD_RELOC_32_SECREL: in md_apply_fix()
19008 case BFD_RELOC_32_SECREL: in tc_gen_reloc()
19196 type = BFD_RELOC_32_SECREL; in cons_fix_new_arm()
/freebsd-9-stable/gnu/usr.bin/binutils/libbfd/
Dbfd.h2366 BFD_RELOC_32_SECREL, enumerator
/freebsd-9-stable/contrib/binutils/gas/
DChangeLog-2006782 (md_apply_fix) [TE_PE]: Handle BFD_RELOC_32_SECREL.