Home
last modified time | relevance | path

Searched refs:R_AMD64_IMAGEBASE (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dcoff-x86_64.c132 if (reloc_entry->howto->type == R_AMD64_IMAGEBASE in coff_amd64_reloc()
195 return ! howto->pc_relative && howto->type != R_AMD64_IMAGEBASE in in_reloc_p()
234 HOWTO (R_AMD64_IMAGEBASE, /* type */
616 if (rel->r_type == R_AMD64_IMAGEBASE in coff_amd64_rtype_to_howto()
656 return howto_table + R_AMD64_IMAGEBASE; in coff_amd64_reloc_type_lookup()
/toolchain/binutils/binutils-2.25/include/coff/
Dinternal.h707 #define R_AMD64_IMAGEBASE 3 /* 32-bit absolute ref w/o base R_IMAGEBASE. */ macro