Searched refs:arm64_howto_table (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dmach-o-aarch64.c77 static reloc_howto_type arm64_howto_table[]= variable
175 res->howto = &arm64_howto_table[10];
190 res->howto = &arm64_howto_table[3];
193 res->howto = &arm64_howto_table[2];
196 res->howto = &arm64_howto_table[6];
199 res->howto = &arm64_howto_table[1];
202 res->howto = &arm64_howto_table[5];
205 res->howto = &arm64_howto_table[0];
208 res->howto = &arm64_howto_table[4];
220 res->howto = &arm64_howto_table[1
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dmach-o-aarch64.c77 static reloc_howto_type arm64_howto_table[]= variable
175 res->howto = &arm64_howto_table[10];
190 res->howto = &arm64_howto_table[3];
193 res->howto = &arm64_howto_table[2];
196 res->howto = &arm64_howto_table[6];
199 res->howto = &arm64_howto_table[1];
202 res->howto = &arm64_howto_table[5];
205 res->howto = &arm64_howto_table[0];
208 res->howto = &arm64_howto_table[4];
220 res->howto = &arm64_howto_table[1
[all...]
H A Dcoff-aarch64.c86 static const reloc_howto_type* const arm64_howto_table[] = { variable
101 #define NUM_RELOCS NUM_ELEM (arm64_howto_table)
143 if (arm64_howto_table[i]->name != NULL
144 && strcasecmp (arm64_howto_table[i]->name, r_name) == 0)
145 return arm64_howto_table[i];
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dmach-o-aarch64.c77 static reloc_howto_type arm64_howto_table[]= variable
175 res->howto = &arm64_howto_table[10];
190 res->howto = &arm64_howto_table[3];
193 res->howto = &arm64_howto_table[2];
196 res->howto = &arm64_howto_table[6];
199 res->howto = &arm64_howto_table[1];
202 res->howto = &arm64_howto_table[5];
205 res->howto = &arm64_howto_table[0];
208 res->howto = &arm64_howto_table[4];
220 res->howto = &arm64_howto_table[1
[all...]
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dmach-o-aarch64.c77 static reloc_howto_type arm64_howto_table[]= variable
175 res->howto = &arm64_howto_table[10];
190 res->howto = &arm64_howto_table[3];
193 res->howto = &arm64_howto_table[2];
196 res->howto = &arm64_howto_table[6];
199 res->howto = &arm64_howto_table[1];
202 res->howto = &arm64_howto_table[5];
205 res->howto = &arm64_howto_table[0];
208 res->howto = &arm64_howto_table[4];
220 res->howto = &arm64_howto_table[1
[all...]
H A Dcoff-aarch64.c306 static const reloc_howto_type* const arm64_howto_table[] = { variable
334 #define NUM_RELOCS NUM_ELEM (arm64_howto_table)
391 if (arm64_howto_table[i]->name != NULL
392 && strcasecmp (arm64_howto_table[i]->name, r_name) == 0)
393 return arm64_howto_table[i];

Completed in 147 milliseconds