Lines Matching refs:stub_name

478   char *stub_name;  in hppa_stub_name()  local
484 stub_name = bfd_malloc (len); in hppa_stub_name()
485 if (stub_name != NULL) in hppa_stub_name()
486 sprintf (stub_name, "%08x_%s+%x", in hppa_stub_name()
494 stub_name = bfd_malloc (len); in hppa_stub_name()
495 if (stub_name != NULL) in hppa_stub_name()
496 sprintf (stub_name, "%08x_%x:%x+%x", in hppa_stub_name()
502 return stub_name; in hppa_stub_name()
533 char *stub_name; in hppa_get_stub_entry() local
535 stub_name = hppa_stub_name (id_sec, sym_sec, hh, rela); in hppa_get_stub_entry()
536 if (stub_name == NULL) in hppa_get_stub_entry()
540 stub_name, FALSE, FALSE); in hppa_get_stub_entry()
544 free (stub_name); in hppa_get_stub_entry()
554 hppa_add_stub (const char *stub_name, in hppa_add_stub() argument
590 hsh = hppa_stub_hash_lookup (&htab->bstab, stub_name, in hppa_add_stub()
596 stub_name); in hppa_add_stub()
2770 const char *stub_name; in get_local_syms() local
2774 stub_name = hh_name (hh); in get_local_syms()
2776 stub_name, in get_local_syms()
2780 hsh = hppa_add_stub (stub_name, sec, htab); in get_local_syms()
2794 stub_name); in get_local_syms()
2933 char *stub_name; in elf32_hppa_size_stubs() local
3032 stub_name = hppa_stub_name (id_sec, sym_sec, hh, irela); in elf32_hppa_size_stubs()
3033 if (!stub_name) in elf32_hppa_size_stubs()
3037 stub_name, in elf32_hppa_size_stubs()
3042 free (stub_name); in elf32_hppa_size_stubs()
3046 hsh = hppa_add_stub (stub_name, section, htab); in elf32_hppa_size_stubs()
3049 free (stub_name); in elf32_hppa_size_stubs()