Lines Matching refs:tmp_name

5594   char *tmp_name;  in find_thumb_glue()  local
5603 tmp_name = (char *) bfd_malloc ((bfd_size_type) strlen (name) in find_thumb_glue()
5606 BFD_ASSERT (tmp_name); in find_thumb_glue()
5608 sprintf (tmp_name, THUMB2ARM_GLUE_ENTRY_NAME, name); in find_thumb_glue()
5611 (&(hash_table)->root, tmp_name, FALSE, FALSE, TRUE); in find_thumb_glue()
5615 tmp_name, name) == -1) in find_thumb_glue()
5618 free (tmp_name); in find_thumb_glue()
5630 char *tmp_name; in find_arm_glue() local
5639 tmp_name = (char *) bfd_malloc ((bfd_size_type) strlen (name) in find_arm_glue()
5642 BFD_ASSERT (tmp_name); in find_arm_glue()
5644 sprintf (tmp_name, ARM2THUMB_GLUE_ENTRY_NAME, name); in find_arm_glue()
5647 (&(hash_table)->root, tmp_name, FALSE, FALSE, TRUE); in find_arm_glue()
5651 tmp_name, name) == -1) in find_arm_glue()
5654 free (tmp_name); in find_arm_glue()
5792 char * tmp_name; in record_arm_to_thumb_glue() local
5808 tmp_name = (char *) bfd_malloc ((bfd_size_type) strlen (name) in record_arm_to_thumb_glue()
5811 BFD_ASSERT (tmp_name); in record_arm_to_thumb_glue()
5813 sprintf (tmp_name, ARM2THUMB_GLUE_ENTRY_NAME, name); in record_arm_to_thumb_glue()
5816 (&(globals)->root, tmp_name, FALSE, FALSE, TRUE); in record_arm_to_thumb_glue()
5821 free (tmp_name); in record_arm_to_thumb_glue()
5832 tmp_name, BSF_GLOBAL, s, val, in record_arm_to_thumb_glue()
5839 free (tmp_name); in record_arm_to_thumb_glue()
5862 char *tmp_name; in record_arm_bx_glue() local
5885 tmp_name = (char *) in record_arm_bx_glue()
5888 BFD_ASSERT (tmp_name); in record_arm_bx_glue()
5890 sprintf (tmp_name, ARM_BX_GLUE_ENTRY_NAME, reg); in record_arm_bx_glue()
5893 (&(globals)->root, tmp_name, FALSE, FALSE, FALSE); in record_arm_bx_glue()
5900 tmp_name, BSF_FUNCTION | BSF_LOCAL, s, val, in record_arm_bx_glue()
5959 char *tmp_name; in record_vfp11_erratum_veneer() local
5977 tmp_name = (char *) bfd_malloc ((bfd_size_type) strlen in record_vfp11_erratum_veneer()
5980 BFD_ASSERT (tmp_name); in record_vfp11_erratum_veneer()
5982 sprintf (tmp_name, VFP11_ERRATUM_VENEER_ENTRY_NAME, in record_vfp11_erratum_veneer()
5986 (&(hash_table)->root, tmp_name, FALSE, FALSE, FALSE); in record_vfp11_erratum_veneer()
5993 tmp_name, BSF_FUNCTION | BSF_LOCAL, s, val, in record_vfp11_erratum_veneer()
6015 sprintf (tmp_name, VFP11_ERRATUM_VENEER_ENTRY_NAME "_r", in record_vfp11_erratum_veneer()
6019 (&(hash_table)->root, tmp_name, FALSE, FALSE, FALSE); in record_vfp11_erratum_veneer()
6026 _bfd_generic_link_add_one_symbol (link_info, branch_bfd, tmp_name, BSF_LOCAL, in record_vfp11_erratum_veneer()
6033 free (tmp_name); in record_vfp11_erratum_veneer()
6933 char *tmp_name; in bfd_elf32_arm_vfp11_fix_veneer_locations() local
6946 tmp_name = (char *) bfd_malloc ((bfd_size_type) strlen in bfd_elf32_arm_vfp11_fix_veneer_locations()
6964 sprintf (tmp_name, VFP11_ERRATUM_VENEER_ENTRY_NAME, in bfd_elf32_arm_vfp11_fix_veneer_locations()
6968 (&(globals)->root, tmp_name, FALSE, FALSE, TRUE); in bfd_elf32_arm_vfp11_fix_veneer_locations()
6972 "`%s'"), abfd, tmp_name); in bfd_elf32_arm_vfp11_fix_veneer_locations()
6984 sprintf (tmp_name, VFP11_ERRATUM_VENEER_ENTRY_NAME "_r", in bfd_elf32_arm_vfp11_fix_veneer_locations()
6988 (&(globals)->root, tmp_name, FALSE, FALSE, TRUE); in bfd_elf32_arm_vfp11_fix_veneer_locations()
6992 "`%s'"), abfd, tmp_name); in bfd_elf32_arm_vfp11_fix_veneer_locations()
7007 free (tmp_name); in bfd_elf32_arm_vfp11_fix_veneer_locations()