Home
last modified time | relevance | path

Searched refs:R_AMD64_SECREL (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dcoff-x86_64.c196 && howto->type != R_AMD64_SECREL; in in_reloc_p()
330 HOWTO (R_AMD64_SECREL, /* type */
620 if (rel->r_type == R_AMD64_SECREL) in coff_amd64_rtype_to_howto()
681 return howto_table + R_AMD64_SECREL; in coff_amd64_reloc_type_lookup()
DChangeLog-20123054 * coff-x86_64.c (coff_amd64_rtype_to_howto <R_AMD64_SECREL>): Likewise.
DChangeLog-20102564 * coff-x86_64.c (in_reloc_p): Check also for R_AMD64_SECREL.
/toolchain/binutils/binutils-2.25/include/coff/
Dinternal.h715 #define R_AMD64_SECREL 11 /* 32 bit offset from base of section containing target R_SECREL. */ macro