Searched defs:DEF_STUB (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elf32-csky.c | 1075 #define DEF_STUB(x) csky_stub_##x, macro 1089 #define DEF_STUB(x) {elf32_csky_stub_##x, ARRAY_SIZE(elf32_csky_stub_##x)}, macro
|
H A D | elf32-arm.c | 2870 #define DEF_STUB(x) arm_stub_##x, macro 2888 #define DEF_STUB(x) {elf32_arm_stub_##x, ARRAY_SIZE(elf32_arm_stub_##x)}, macro
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elf32-csky.c | 1075 #define DEF_STUB(x) csky_stub_##x, macro 1089 #define DEF_STUB(x) {elf32_csky_stub_##x, ARRAY_SIZE(elf32_csky_stub_##x)}, macro
|
H A D | elf32-arm.c | 2870 #define DEF_STUB(x) arm_stub_##x, macro 2888 #define DEF_STUB(x) {elf32_arm_stub_##x, ARRAY_SIZE(elf32_arm_stub_##x)}, macro
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | arm.cc | 265 #define DEF_STUB(x) arm_stub_##x, macro 5004 #define DEF_STUB(x) \ in Stub_factory() macro
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | arm.cc | 265 #define DEF_STUB(x) arm_stub_##x, macro 5004 #define DEF_STUB(x) \ in Stub_factory() macro
|