HomeSort by: relevance | last modified time | path
    Searched defs:brlt (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf64-ppc.c 3257 asection *brlt;
3665 htab->brlt = bfd_make_section_anyway_with_flags (dynobj, ".branch_lt",
3667 if (htab->brlt == NULL
3668 || !bfd_set_section_alignment (htab->brlt, 3))
10491 if (s == htab->brlt || s == htab->relbrlt || s == htab->elf.srelrdyn)
11894 bfd_put_64 (htab->brlt->owner, targ,
11895 htab->brlt->contents + br_entry->offset);
11907 + htab->brlt->output_offset
11908 + htab->brlt->output_section->vma);
11917 r = get_relocs (htab->brlt, 1)
3253 asection *brlt; member in struct:ppc_link_hash_table
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-ppc.c 3265 asection *brlt;
3673 htab->brlt = bfd_make_section_anyway_with_flags (dynobj, ".branch_lt",
3675 if (htab->brlt == NULL
3676 || !bfd_set_section_alignment (htab->brlt, 3))
10491 if (s == htab->brlt || s == htab->relbrlt || s == htab->elf.srelrdyn)
11891 bfd_put_64 (htab->brlt->owner, targ,
11892 htab->brlt->contents + br_entry->offset);
11904 + htab->brlt->output_offset
11905 + htab->brlt->output_section->vma);
11914 r = get_relocs (htab->brlt, 1)
3261 asection *brlt; member in struct:ppc_link_hash_table
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf64-ppc.c 3265 asection *brlt;
3672 htab->brlt = bfd_make_section_anyway_with_flags (dynobj, ".branch_lt",
3674 if (htab->brlt == NULL
3675 || !bfd_set_section_alignment (htab->brlt, 3))
10477 if (s == htab->brlt || s == htab->relbrlt || s == htab->elf.srelrdyn)
11874 bfd_put_64 (htab->brlt->owner, targ,
11875 htab->brlt->contents + br_entry->offset);
11887 + htab->brlt->output_offset
11888 + htab->brlt->output_section->vma);
11897 r = get_relocs (htab->brlt, 1)
3261 asection *brlt; member in struct:ppc_link_hash_table
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-ppc.c 3270 asection *brlt;
3678 htab->brlt = bfd_make_section_anyway_with_flags (dynobj, ".branch_lt",
3680 if (htab->brlt == NULL
3681 || !bfd_set_section_alignment (htab->brlt, 3))
10474 if (s == htab->brlt || s == htab->relbrlt || s == htab->elf.srelrdyn)
11871 bfd_put_64 (htab->brlt->owner, targ,
11872 htab->brlt->contents + br_entry->offset);
11884 + htab->brlt->output_offset
11885 + htab->brlt->output_section->vma);
11894 r = get_relocs (htab->brlt, 1)
3266 asection *brlt; member in struct:ppc_link_hash_table
    [all...]

Completed in 54 milliseconds