Lines Matching full:brlt
3955 asection *brlt;
4306 htab->brlt = bfd_make_section_anyway_with_flags (dynobj, ".branch_lt",
4308 if (htab->brlt == NULL
4309 || ! bfd_set_section_alignment (dynobj, htab->brlt, 3))
9883 if (s == htab->brlt || s == htab->relbrlt)
10648 bfd_put_64 (htab->brlt->owner, dest,
10649 htab->brlt->contents + br_entry->offset);
10662 + htab->brlt->output_offset
10663 + htab->brlt->output_section->vma);
10674 r = get_relocs (htab->brlt, 1);
10677 /* brlt, being SEC_LINKER_CREATED does not go through the
10682 + htab->brlt->output_offset
10683 + htab->brlt->output_section->vma);
10690 + htab->brlt->output_offset
10691 + htab->brlt->output_section->vma);
10694 - elf_gp (htab->brlt->output_section->owner)
11054 br_entry->offset = htab->brlt->size;
11055 htab->brlt->size += 8;
11061 htab->brlt->reloc_count += 1;
11062 htab->brlt->flags |= SEC_RELOC;
11068 + htab->brlt->output_offset
11069 + htab->brlt->output_section->vma
11070 - elf_gp (htab->brlt->output_section->owner)
11922 handles cases like htab->brlt which is mapped to its own output
12332 htab->brlt->size = 0;
12333 htab->brlt->reloc_count = 0;
12334 htab->brlt->flags &= ~SEC_RELOC;
12480 maybe_strip_output (info, htab->brlt);
12822 if (htab->brlt != NULL && htab->brlt->size != 0)
12824 htab->brlt->contents = bfd_zalloc (htab->brlt->owner,
12825 htab->brlt->size);
12826 if (htab->brlt->contents == NULL)
15119 /* brlt is SEC_LINKER_CREATED, so we need to write out relocs for
15120 brlt ourselves if emitrelocations. */
15121 if (htab->brlt != NULL
15122 && htab->brlt->reloc_count != 0
15124 htab->brlt,
15125 elf_section_data (htab->brlt)->rela.hdr,
15126 elf_section_data (htab->brlt)->relocs,