Home | History | Annotate | Download | only in bfd

Lines Matching defs:stub_entry

155   struct elf32_m68hc11_stub_hash_entry *stub_entry;
158 stub_entry = m68hc12_stub_hash_lookup (htab->stub_hash_table, stub_name,
160 if (stub_entry == NULL)
174 stub_entry->stub_sec = htab->stub_section;
175 stub_entry->stub_offset = 0;
176 return stub_entry;
440 struct elf32_m68hc11_stub_hash_entry *stub_entry;
522 stub_entry = m68hc12_stub_hash_lookup
526 if (stub_entry == NULL)
531 stub_entry = m68hc12_add_stub (stub_name, section, htab);
532 if (stub_entry == NULL)
541 stub_entry->target_value = sym_value;
542 stub_entry->target_section = sym_sec;
578 struct elf32_m68hc11_stub_hash_entry *stub_entry;
588 stub_entry = (struct elf32_m68hc11_stub_hash_entry *) gen_entry;
594 name = concat ("tramp.", stub_entry->root.string, NULL);
598 stub_entry->stub_offset,
599 stub_entry->stub_sec);