Lines Matching defs:x86_64_howto_table
67 static reloc_howto_type x86_64_howto_table[]=
151 res->howto = &x86_64_howto_table[1];
154 res->howto = &x86_64_howto_table[0];
162 res->howto = &x86_64_howto_table[2];
172 res->howto = &x86_64_howto_table[6];
181 res->howto = &x86_64_howto_table[7];
188 res->howto = &x86_64_howto_table[10];
198 res->howto = &x86_64_howto_table[8];
201 res->howto = &x86_64_howto_table[9];
210 res->howto = &x86_64_howto_table[3];
217 res->howto = &x86_64_howto_table[4];
224 res->howto = &x86_64_howto_table[5];
231 res->howto = &x86_64_howto_table[12];
332 i < sizeof (x86_64_howto_table) / sizeof (*x86_64_howto_table);
334 if (code == x86_64_howto_table[i].type)
335 return &x86_64_howto_table[i];