Lines Matching refs:howto_table
214 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()
685 return howto_table + R_RELLONG; in coff_amd64_reloc_type_lookup()
687 return howto_table + R_RELWORD; in coff_amd64_reloc_type_lookup()
689 return howto_table + R_PCRWORD; in coff_amd64_reloc_type_lookup()
691 return howto_table + R_RELBYTE; in coff_amd64_reloc_type_lookup()
693 return howto_table + R_PCRBYTE; in coff_amd64_reloc_type_lookup()
696 return howto_table + R_AMD64_SECREL; in coff_amd64_reloc_type_lookup()
711 if (howto_table[i].name != NULL in coff_amd64_reloc_name_lookup()
712 && strcasecmp (howto_table[i].name, r_name) == 0) in coff_amd64_reloc_name_lookup()
713 return &howto_table[i]; in coff_amd64_reloc_name_lookup()