| /src/external/gpl3/binutils/dist/bfd/ |
| elf32-m68hc1x.c | 37 (const char *stub_name, 152 m68hc12_add_stub (const char *stub_name, asection *section, 158 stub_entry = m68hc12_stub_hash_lookup (htab->stub_hash_table, stub_name, 164 section->owner, stub_name); local 444 const char *stub_name; local 474 stub_name = (bfd_elf_string_from_elf_section 516 stub_name = hash->root.root.string; 519 if (!stub_name) 524 stub_name, 531 stub_entry = m68hc12_add_stub (stub_name, section, htab) [all...] |
| elf32-metag.c | 1056 char *stub_name; local 1062 stub_name = bfd_malloc (len); 1063 if (stub_name != NULL) 1065 sprintf (stub_name, "%08x_%s+%x", 1074 stub_name = bfd_malloc (len); 1075 if (stub_name != NULL) 1077 sprintf (stub_name, "%08x_%x:%x+%x", 1084 return stub_name; 1115 char *stub_name; local 1117 stub_name = metag_stub_name (id_sec, sym_sec, hh, rel) 1180 section->owner, stub_name); local 3741 char *stub_name; local [all...] |
| elf32-avr.c | 3308 char *stub_name; 3312 stub_name = bfd_malloc (len); 3313 if (stub_name != NULL) 3314 sprintf (stub_name, "%08x+%08x", 3318 return stub_name; 3326 avr_add_stub (const char *stub_name, 3332 hsh = avr_stub_hash_lookup (&htab->bstab, stub_name, true, false); 3337 _bfd_error_handler (_("cannot create stub entry %s"), stub_name); 3706 char *stub_name; 3802 stub_name = avr_stub_name (sym_sec, sym_value, irela) 3307 char *stub_name; local 3705 char *stub_name; local [all...] |
| elf32-hppa.c | 462 char *stub_name; local 468 stub_name = bfd_malloc (len); 469 if (stub_name != NULL) 470 sprintf (stub_name, "%08x_%s+%x", 478 stub_name = bfd_malloc (len); 479 if (stub_name != NULL) 480 sprintf (stub_name, "%08x_%x:%x+%x", 486 return stub_name; 519 char *stub_name; local 521 stub_name = hppa_stub_name (id_sec, sym_sec, hh, rela) 582 section->owner, stub_name); local 2556 const char *stub_name; local 2722 char *stub_name; local [all...] |
| elf32-csky.c | 1321 char *stub_name; local 1327 stub_name = bfd_malloc (len); 1328 if (stub_name != NULL) 1329 sprintf (stub_name, "%08x_%s+%x", 1337 stub_name = bfd_malloc (len); 1338 if (stub_name != NULL) 1339 sprintf (stub_name, "%08x_%x:%x+%x", 1346 return stub_name; 3370 elf32_csky_add_stub (const char *stub_name, 3383 stub_entry = csky_stub_hash_lookup (&htab->stub_hash_table, stub_name, 3388 section->owner, stub_name); local 3507 char *stub_name; local 4185 char *stub_name; local [all...] |
| elfnn-kvx.c | 727 char *stub_name; local 733 stub_name = bfd_malloc (len); 734 if (stub_name != NULL) 735 snprintf (stub_name, len, "%08x_%s+%" PRIx64 "x", 743 stub_name = bfd_malloc (len); 744 if (stub_name != NULL) 745 snprintf (stub_name, len, "%08x_%x:%x+%" PRIx64 "x", 752 return stub_name; 803 char *stub_name; local 805 stub_name = elfNN_kvx_stub_name (id_sec, sym_sec, h, rel) 895 section->owner, stub_name); local 1363 char *stub_name; local 3600 char *stub_name; local [all...] |
| xcofflink.c | 4492 char *stub_name; 4508 stub_name = bfd_malloc (len); 4509 if (stub_name == NULL) 4510 return stub_name; 4513 sprintf (stub_name, ".%s.tramp%s", 4517 sprintf (stub_name, ".%s.tramp.%s", 4527 return stub_name; local 4539 char *stub_name; 4545 stub_name = xcoff_stub_name (h, hcsect); 4546 if (stub_name == NULL 4480 char *stub_name; local 4836 char *stub_name; local 4932 section->owner, stub_name); local [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf32-m68hc1x.c | 37 (const char *stub_name, 152 m68hc12_add_stub (const char *stub_name, asection *section, 158 stub_entry = m68hc12_stub_hash_lookup (htab->stub_hash_table, stub_name, 164 section->owner, stub_name); local 444 const char *stub_name; local 474 stub_name = (bfd_elf_string_from_elf_section 516 stub_name = hash->root.root.string; 519 if (!stub_name) 524 stub_name, 531 stub_entry = m68hc12_add_stub (stub_name, section, htab) [all...] |
| elf32-metag.c | 1056 char *stub_name; local 1062 stub_name = bfd_malloc (len); 1063 if (stub_name != NULL) 1065 sprintf (stub_name, "%08x_%s+%x", 1074 stub_name = bfd_malloc (len); 1075 if (stub_name != NULL) 1077 sprintf (stub_name, "%08x_%x:%x+%x", 1084 return stub_name; 1115 char *stub_name; local 1117 stub_name = metag_stub_name (id_sec, sym_sec, hh, rel) 1180 section->owner, stub_name); local 3777 char *stub_name; local [all...] |
| elf32-avr.c | 3307 char *stub_name; 3311 stub_name = bfd_malloc (len); 3312 if (stub_name != NULL) 3313 sprintf (stub_name, "%08x+%08x", 3317 return stub_name; 3325 avr_add_stub (const char *stub_name, 3331 hsh = avr_stub_hash_lookup (&htab->bstab, stub_name, true, false); 3336 _bfd_error_handler (_("cannot create stub entry %s"), stub_name); 3705 char *stub_name; 3801 stub_name = avr_stub_name (sym_sec, sym_value, irela) 3306 char *stub_name; local 3704 char *stub_name; local [all...] |
| elf32-hppa.c | 462 char *stub_name; local 468 stub_name = bfd_malloc (len); 469 if (stub_name != NULL) 470 sprintf (stub_name, "%08x_%s+%x", 478 stub_name = bfd_malloc (len); 479 if (stub_name != NULL) 480 sprintf (stub_name, "%08x_%x:%x+%x", 486 return stub_name; 519 char *stub_name; local 521 stub_name = hppa_stub_name (id_sec, sym_sec, hh, rela) 582 section->owner, stub_name); local 2556 const char *stub_name; local 2722 char *stub_name; local [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf32-m68hc1x.c | 37 (const char *stub_name, 152 m68hc12_add_stub (const char *stub_name, asection *section, 158 stub_entry = m68hc12_stub_hash_lookup (htab->stub_hash_table, stub_name, 164 section->owner, stub_name); local 444 const char *stub_name; local 474 stub_name = (bfd_elf_string_from_elf_section 516 stub_name = hash->root.root.string; 519 if (!stub_name) 524 stub_name, 531 stub_entry = m68hc12_add_stub (stub_name, section, htab) [all...] |
| elf32-metag.c | 1056 char *stub_name; local 1062 stub_name = bfd_malloc (len); 1063 if (stub_name != NULL) 1065 sprintf (stub_name, "%08x_%s+%x", 1074 stub_name = bfd_malloc (len); 1075 if (stub_name != NULL) 1077 sprintf (stub_name, "%08x_%x:%x+%x", 1084 return stub_name; 1115 char *stub_name; local 1117 stub_name = metag_stub_name (id_sec, sym_sec, hh, rel) 1180 section->owner, stub_name); local 3775 char *stub_name; local [all...] |
| elf32-avr.c | 3307 char *stub_name; 3311 stub_name = bfd_malloc (len); 3312 if (stub_name != NULL) 3313 sprintf (stub_name, "%08x+%08x", 3317 return stub_name; 3325 avr_add_stub (const char *stub_name, 3331 hsh = avr_stub_hash_lookup (&htab->bstab, stub_name, true, false); 3336 _bfd_error_handler (_("cannot create stub entry %s"), stub_name); 3705 char *stub_name; 3801 stub_name = avr_stub_name (sym_sec, sym_value, irela) 3306 char *stub_name; local 3704 char *stub_name; local [all...] |
| elf32-hppa.c | 462 char *stub_name; local 468 stub_name = bfd_malloc (len); 469 if (stub_name != NULL) 470 sprintf (stub_name, "%08x_%s+%x", 478 stub_name = bfd_malloc (len); 479 if (stub_name != NULL) 480 sprintf (stub_name, "%08x_%x:%x+%x", 486 return stub_name; 519 char *stub_name; local 521 stub_name = hppa_stub_name (id_sec, sym_sec, hh, rela) 582 section->owner, stub_name); local 2556 const char *stub_name; local 2722 char *stub_name; local [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| elf32-m68hc1x.c | 37 (const char *stub_name, 152 m68hc12_add_stub (const char *stub_name, asection *section, 158 stub_entry = m68hc12_stub_hash_lookup (htab->stub_hash_table, stub_name, 164 section->owner, stub_name); local 444 const char *stub_name; local 474 stub_name = (bfd_elf_string_from_elf_section 516 stub_name = hash->root.root.string; 519 if (!stub_name) 524 stub_name, 531 stub_entry = m68hc12_add_stub (stub_name, section, htab) [all...] |
| elf32-metag.c | 1056 char *stub_name; local 1062 stub_name = bfd_malloc (len); 1063 if (stub_name != NULL) 1065 sprintf (stub_name, "%08x_%s+%x", 1074 stub_name = bfd_malloc (len); 1075 if (stub_name != NULL) 1077 sprintf (stub_name, "%08x_%x:%x+%x", 1084 return stub_name; 1115 char *stub_name; local 1117 stub_name = metag_stub_name (id_sec, sym_sec, hh, rel) 1180 section->owner, stub_name); local 3740 char *stub_name; local [all...] |
| elf32-avr.c | 3308 char *stub_name; 3312 stub_name = bfd_malloc (len); 3313 if (stub_name != NULL) 3314 sprintf (stub_name, "%08x+%08x", 3318 return stub_name; 3326 avr_add_stub (const char *stub_name, 3332 hsh = avr_stub_hash_lookup (&htab->bstab, stub_name, true, false); 3337 _bfd_error_handler (_("cannot create stub entry %s"), stub_name); 3706 char *stub_name; 3802 stub_name = avr_stub_name (sym_sec, sym_value, irela) 3307 char *stub_name; local 3705 char *stub_name; local [all...] |
| elf32-hppa.c | 462 char *stub_name; local 468 stub_name = bfd_malloc (len); 469 if (stub_name != NULL) 470 sprintf (stub_name, "%08x_%s+%x", 478 stub_name = bfd_malloc (len); 479 if (stub_name != NULL) 480 sprintf (stub_name, "%08x_%x:%x+%x", 486 return stub_name; 519 char *stub_name; local 521 stub_name = hppa_stub_name (id_sec, sym_sec, hh, rela) 582 section->owner, stub_name); local 2556 const char *stub_name; local 2722 char *stub_name; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| aix-thread.c | 958 char *stub_name; local 974 stub_name = NULL; 976 &pd_callbacks, &stub_name); 978 && status != PTHDB_NOT_PTHREADED) || !stub_name) 983 = lookup_minimal_symbol (current_program_space, stub_name);
|
| msp430-tdep.c | 810 const char *stub_name; local 817 stub_name = bms.minsym->linkage_name (); 821 && msp430_in_return_stub (gdbarch, pc, stub_name)) 826 (sp + 2 * (stub_name[strlen (msp430_epilog_name_prefix)] - '0'),
|
| /src/external/gpl3/gdb/dist/gdb/ |
| aix-thread.c | 951 char *stub_name; local 967 stub_name = NULL; 969 &pd_callbacks, &stub_name); 971 && status != PTHDB_NOT_PTHREADED) || !stub_name) 976 = lookup_minimal_symbol (current_program_space, stub_name);
|
| msp430-tdep.c | 811 const char *stub_name; local 818 stub_name = bms.minsym->linkage_name (); 822 && msp430_in_return_stub (gdbarch, pc, stub_name)) 827 (sp + 2 * (stub_name[strlen (msp430_epilog_name_prefix)] - '0'),
|
| /src/external/gpl3/gcc/dist/gcc/config/ |
| darwin.cc | 844 const char *stub_name = machopic_indirection_name (sym_ref, local 848 XEXP (target, 0) = gen_rtx_SYMBOL_REF (mode, stub_name);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/ |
| darwin.cc | 805 const char *stub_name = machopic_indirection_name (sym_ref, local 809 XEXP (target, 0) = gen_rtx_SYMBOL_REF (mode, stub_name);
|