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