Home | History | Annotate | Download | only in bfd

Lines Matching defs:stub_entry

527   struct elf32_m68hc11_stub_hash_entry *stub_entry;
536 stub_entry = (struct elf32_m68hc11_stub_hash_entry *) gen_entry;
541 if (stub_entry->target_section->output_section == NULL
545 stub_entry->target_section);
549 stub_entry->stub_sec;
552 stub_entry->stub_offset = stub_sec->size;
554 loc = stub_sec->contents + stub_entry->stub_offset;
564 sym_value = (stub_entry->target_value
565 + stub_entry->target_section->output_offset
566 + stub_entry->target_section->output_section->vma);
590 struct elf32_m68hc11_stub_hash_entry *stub_entry;
593 stub_entry = (struct elf32_m68hc11_stub_hash_entry *) gen_entry;
595 stub_entry->stub_sec->size += 7;