Home
last modified time | relevance | path

Searched refs:R_IMAGEBASE (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/binutils/bfd/
HDcoff-i386.c134 if (reloc_entry->howto->type == R_IMAGEBASE
193 return ! howto->pc_relative && howto->type != R_IMAGEBASE;
223 HOWTO (R_IMAGEBASE, /* type */
513 if (rel->r_type == R_IMAGEBASE
559 return howto_table + R_IMAGEBASE;
HDChangeLog-9899838 * coff-i386.c (coff_i386_reloc): Handle R_IMAGEBASE.
HDChangeLog-96971399 R_IMAGEBASE reloc.
HDChangeLog-94952166 (coff-i386_rtype_to_howto): Understand R_IMAGEBASE type.
/NextBSD/contrib/binutils/include/coff/
HDinternal.h683 #define R_IMAGEBASE 7 macro