Searched refs:xstormy16_elf_howto_table2 (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Delf32-xstormy16.c270 static reloc_howto_type xstormy16_elf_howto_table2 [] = variable
329 { BFD_RELOC_VTABLE_INHERIT, R_XSTORMY16_GNU_VTINHERIT, xstormy16_elf_howto_table2 },
330 { BFD_RELOC_VTABLE_ENTRY, R_XSTORMY16_GNU_VTENTRY, xstormy16_elf_howto_table2 },
368 i < (sizeof (xstormy16_elf_howto_table2)
369 / sizeof (xstormy16_elf_howto_table2[0]));
371 if (xstormy16_elf_howto_table2[i].name != NULL
372 && strcasecmp (xstormy16_elf_howto_table2[i].name, r_name) == 0)
373 return &xstormy16_elf_howto_table2[i];
392 = &xstormy16_elf_howto_table2 [r_type - R_XSTORMY16_GNU_VTINHERIT];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Delf32-xstormy16.c270 static reloc_howto_type xstormy16_elf_howto_table2 [] = variable
329 { BFD_RELOC_VTABLE_INHERIT, R_XSTORMY16_GNU_VTINHERIT, xstormy16_elf_howto_table2 },
330 { BFD_RELOC_VTABLE_ENTRY, R_XSTORMY16_GNU_VTENTRY, xstormy16_elf_howto_table2 },
368 i < (sizeof (xstormy16_elf_howto_table2)
369 / sizeof (xstormy16_elf_howto_table2[0]));
371 if (xstormy16_elf_howto_table2[i].name != NULL
372 && strcasecmp (xstormy16_elf_howto_table2[i].name, r_name) == 0)
373 return &xstormy16_elf_howto_table2[i];
392 = &xstormy16_elf_howto_table2 [r_type - R_XSTORMY16_GNU_VTINHERIT];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Delf32-xstormy16.c270 static reloc_howto_type xstormy16_elf_howto_table2 [] = variable
329 { BFD_RELOC_VTABLE_INHERIT, R_XSTORMY16_GNU_VTINHERIT, xstormy16_elf_howto_table2 },
330 { BFD_RELOC_VTABLE_ENTRY, R_XSTORMY16_GNU_VTENTRY, xstormy16_elf_howto_table2 },
368 i < (sizeof (xstormy16_elf_howto_table2)
369 / sizeof (xstormy16_elf_howto_table2[0]));
371 if (xstormy16_elf_howto_table2[i].name != NULL
372 && strcasecmp (xstormy16_elf_howto_table2[i].name, r_name) == 0)
373 return &xstormy16_elf_howto_table2[i];
392 = &xstormy16_elf_howto_table2 [r_type - R_XSTORMY16_GNU_VTINHERIT];

Completed in 55 milliseconds