Searched refs:howto_table (Results 1 – 2 of 2) sorted by relevance
217 static reloc_howto_type howto_table[] = variable464 #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 …]
214 static reloc_howto_type howto_table[] = variable461 #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 …]