Home | History | Annotate | Download | only in bfd

Lines Matching defs:stub_entry

407   struct elf32_m68hc11_stub_hash_entry *stub_entry;
416 stub_entry = (struct elf32_m68hc11_stub_hash_entry *) gen_entry;
421 if (stub_entry->target_section->output_section == NULL
425 stub_entry->target_section);
431 stub_sec = stub_entry->stub_sec;
434 stub_entry->stub_offset = stub_sec->size;
436 loc = stub_sec->contents + stub_entry->stub_offset;
448 sym_value = (stub_entry->target_value
449 + stub_entry->target_section->output_offset
450 + stub_entry->target_section->output_section->vma);
480 struct elf32_m68hc11_stub_hash_entry *stub_entry;
483 stub_entry = (struct elf32_m68hc11_stub_hash_entry *) gen_entry;
485 stub_entry->stub_sec->size += 10;