Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/binutils/bfd/
HDcoff-x86_64.c241 HOWTO (R_AMD64_PCRLONG, /* type 4 */
549 rel->r_vaddr += (bfd_vma)(rel->r_type-R_AMD64_PCRLONG); in coff_amd64_rtype_to_howto()
550 rel->r_type = R_AMD64_PCRLONG; in coff_amd64_rtype_to_howto()
659 return howto_table + R_AMD64_PCRLONG; in coff_amd64_reloc_type_lookup()
/freebsd-11-stable/contrib/binutils/include/coff/
HDinternal.h666 #define R_AMD64_PCRLONG 4 /* 32-bit relative address from byte following reloc R_PCRLONG. */ macro