Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.27/bfd/
H A Dcoff-x86_64.c217 static reloc_howto_type howto_table[] = variable
464 #define NUM_HOWTOS ARRAY_SIZE (howto_table)
475 ? howto_table + (dst)->r_type \
515 && howto_table[reloc.r_type].pc_relative) \
570 howto = howto_table + rel->r_type; in coff_amd64_rtype_to_howto()
669 return howto_table + R_AMD64_IMAGEBASE; in coff_amd64_reloc_type_lookup()
671 return howto_table + R_AMD64_DIR32; in coff_amd64_reloc_type_lookup()
673 return howto_table + R_AMD64_DIR64; in coff_amd64_reloc_type_lookup()
676 return howto_table + R_AMD64_PCRQUAD; in coff_amd64_reloc_type_lookup()
681 return howto_table + R_AMD64_PCRLONG; in coff_amd64_reloc_type_lookup()
[all …]
/dflybsd-src/contrib/binutils-2.34/bfd/
H A Dcoff-x86_64.c214 static reloc_howto_type howto_table[] = variable
461 #define NUM_HOWTOS ARRAY_SIZE (howto_table)
472 ? howto_table + (dst)->r_type \
512 && howto_table[reloc.r_type].pc_relative) \
567 howto = howto_table + rel->r_type; in coff_amd64_rtype_to_howto()
671 return howto_table + R_AMD64_IMAGEBASE; in coff_amd64_reloc_type_lookup()
673 return howto_table + R_AMD64_DIR32; in coff_amd64_reloc_type_lookup()
675 return howto_table + R_AMD64_DIR64; in coff_amd64_reloc_type_lookup()
678 return howto_table + R_AMD64_PCRQUAD; in coff_amd64_reloc_type_lookup()
683 return howto_table + R_AMD64_PCRLONG; in coff_amd64_reloc_type_lookup()
[all …]