Searched refs:gcc_name (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/msp430/ |
H A D | lib2hw_mul.S | 40 .macro start_func gcc_name eabi_soft_name eabi_hard_name 41 .pushsection .text.\gcc_name,"ax",@progbits 49 .global \gcc_name 50 .type \gcc_name , @function 51 \gcc_name: 74 .macro fake_func gcc_name eabi_soft_name eabi_hard_name 75 .pushsection .text.\gcc_name,"ax",@progbits 80 .global \gcc_name 81 .type \gcc_name , @function 82 \gcc_name: [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/msp430/ |
H A D | lib2hw_mul.S | 40 .macro start_func gcc_name eabi_soft_name eabi_hard_name 41 .pushsection .text.\gcc_name,"ax",@progbits 49 .global \gcc_name 50 .type \gcc_name , @function 51 \gcc_name: 74 .macro fake_func gcc_name eabi_soft_name eabi_hard_name 75 .pushsection .text.\gcc_name,"ax",@progbits 80 .global \gcc_name 81 .type \gcc_name , @function 82 \gcc_name: [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/msp430/ |
H A D | msp430.c | 2997 char const * const gcc_name; member 3183 for (i = 0; helper_function_name_mappings[i].gcc_name; i++) in msp430_output_labelref() 3184 if (strcmp (helper_function_name_mappings[i].gcc_name, name) == 0) in msp430_output_labelref()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/msp430/ |
H A D | msp430.cc | 3730 char const * const gcc_name; member 3944 for (i = 0; helper_function_name_mappings[i].gcc_name; i++) in msp430_output_labelref() 3945 if (strcmp (helper_function_name_mappings[i].gcc_name, name) == 0) in msp430_output_labelref()
|