Lines Matching refs:howto_table
238 static reloc_howto_type howto_table[] = variable
499 #define NUM_HOWTOS ARRAY_SIZE (howto_table)
510 ? howto_table + (dst)->r_type \
550 && howto_table[reloc.r_type].pc_relative) \
674 howto = howto_table + rel->r_type; in coff_amd64_rtype_to_howto()
778 return howto_table + R_AMD64_IMAGEBASE; in coff_amd64_reloc_type_lookup()
780 return howto_table + R_AMD64_DIR32; in coff_amd64_reloc_type_lookup()
782 return howto_table + R_AMD64_DIR64; in coff_amd64_reloc_type_lookup()
785 return howto_table + R_AMD64_PCRQUAD; in coff_amd64_reloc_type_lookup()
790 return howto_table + R_AMD64_PCRLONG; in coff_amd64_reloc_type_lookup()
792 return howto_table + R_RELLONG; in coff_amd64_reloc_type_lookup()
794 return howto_table + R_RELWORD; in coff_amd64_reloc_type_lookup()
796 return howto_table + R_PCRWORD; in coff_amd64_reloc_type_lookup()
798 return howto_table + R_RELBYTE; in coff_amd64_reloc_type_lookup()
800 return howto_table + R_PCRBYTE; in coff_amd64_reloc_type_lookup()
803 return howto_table + R_AMD64_SECREL; in coff_amd64_reloc_type_lookup()
805 return howto_table + R_AMD64_SECTION; in coff_amd64_reloc_type_lookup()
820 if (howto_table[i].name != NULL in coff_amd64_reloc_name_lookup()
821 && strcasecmp (howto_table[i].name, r_name) == 0) in coff_amd64_reloc_name_lookup()
822 return &howto_table[i]; in coff_amd64_reloc_name_lookup()