Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dcoff-i386.c565 case BFD_RELOC_32_SECREL: in coff_i386_reloc_type_lookup()
Dcoff-x86_64.c680 case BFD_RELOC_32_SECREL: in coff_amd64_reloc_type_lookup()
Dcoff-arm.c834 ASTD (BFD_RELOC_32_SECREL, ARM_SECREL); in coff_arm_reloc_type_lookup()
Dbfd-in2.h2590 BFD_RELOC_32_SECREL, enumerator
DChangeLog-20061204 (coff_arm_reloc_type_lookup): Map BFD_RELOC_32_SECREL to
DChangeLog-20043733 * reloc.c: Add BFD_RELOC_32_SECREL.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-i386.c7402 r = BFD_RELOC_32_SECREL; in x86_cons_fix_new()
7618 { STRING_COMMA_LEN ("SECREL32"), { BFD_RELOC_32_SECREL, in lex_got()
7619 BFD_RELOC_32_SECREL }, in lex_got()
10394 case BFD_RELOC_32_SECREL: in tc_gen_reloc()
Dtc-arm.c22661 case BFD_RELOC_32_SECREL: in md_apply_fix()
23209 case BFD_RELOC_32_SECREL: in tc_gen_reloc()
23414 reloc = BFD_RELOC_32_SECREL; in cons_fix_new_arm()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20042045 (tc_gen_reloc) [TE_PE]: Support BFD_RELOC_32_SECREL.
DChangeLog-2006782 (md_apply_fix) [TE_PE]: Handle BFD_RELOC_32_SECREL.