• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/

Lines Matching refs:brlt

3429   asection *brlt;
3852 htab->brlt = bfd_make_section_anyway_with_flags (dynobj, ".branch_lt",
3854 if (htab->brlt == NULL
3855 || ! bfd_set_section_alignment (dynobj, htab->brlt, 3))
7980 if (s == htab->brlt || s == htab->relbrlt)
8386 bfd_put_64 (htab->brlt->owner, off,
8387 htab->brlt->contents + br_entry->offset);
8396 + htab->brlt->output_offset
8397 + htab->brlt->output_section->vma);
8410 elfsec_data = elf_section_data (htab->brlt);
8415 relsize = htab->brlt->reloc_count * sizeof (*relocs);
8416 relocs = bfd_alloc (htab->brlt->owner, relsize);
8422 htab->brlt->reloc_count = 0;
8424 r = relocs + htab->brlt->reloc_count;
8425 htab->brlt->reloc_count += 1;
8427 + htab->brlt->output_offset
8428 + htab->brlt->output_section->vma);
8434 + htab->brlt->output_offset
8435 + htab->brlt->output_section->vma
8436 - elf_gp (htab->brlt->output_section->owner)
8687 br_entry->offset = htab->brlt->size;
8688 htab->brlt->size += 8;
8694 htab->brlt->reloc_count += 1;
8695 htab->brlt->flags |= SEC_RELOC;
8701 + htab->brlt->output_offset
8702 + htab->brlt->output_section->vma
8703 - elf_gp (htab->brlt->output_section->owner)
8752 if (htab->brlt == NULL)
9522 htab->brlt->size = 0;
9523 htab->brlt->reloc_count = 0;
9524 htab->brlt->flags &= ~SEC_RELOC;
9546 /* It would be nice to strip htab->brlt from the output if the
9726 if (htab->brlt->size != 0)
9728 htab->brlt->contents = bfd_zalloc (htab->brlt->owner,
9729 htab->brlt->size);
9730 if (htab->brlt->contents == NULL)
11537 /* brlt is SEC_LINKER_CREATED, so we need to write out relocs for
11538 brlt ourselves if emitrelocations. */
11539 if (htab->brlt != NULL
11540 && htab->brlt->reloc_count != 0
11542 htab->brlt,
11543 &elf_section_data (htab->brlt)->rel_hdr,
11544 elf_section_data (htab->brlt)->relocs,