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

  /src/external/gpl3/binutils/dist/bfd/
elf64-ppc.c 3246 asection *toc_first_sec;
12731 htab->toc_first_sec = NULL;
12755 htab->toc_first_sec = isec;
12765 addr = (htab->toc_first_sec->output_offset
12766 + htab->toc_first_sec->output_section->vma);
12790 /* During the second pass toc_first_sec points to the start of
12797 if (htab->toc_first_sec == NULL
12801 htab->toc_first_sec = isec;
12803 addr = (htab->toc_first_sec->output_offset
12804 + htab->toc_first_sec->output_section->vma)
3242 asection *toc_first_sec; member in struct:ppc_link_hash_table
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-ppc.c 3254 asection *toc_first_sec;
12728 htab->toc_first_sec = NULL;
12752 htab->toc_first_sec = isec;
12762 addr = (htab->toc_first_sec->output_offset
12763 + htab->toc_first_sec->output_section->vma);
12787 /* During the second pass toc_first_sec points to the start of
12794 if (htab->toc_first_sec == NULL
12798 htab->toc_first_sec = isec;
12800 addr = (htab->toc_first_sec->output_offset
12801 + htab->toc_first_sec->output_section->vma)
3250 asection *toc_first_sec; member in struct:ppc_link_hash_table
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-ppc.c 3254 asection *toc_first_sec;
12711 htab->toc_first_sec = NULL;
12735 htab->toc_first_sec = isec;
12745 addr = (htab->toc_first_sec->output_offset
12746 + htab->toc_first_sec->output_section->vma);
12770 /* During the second pass toc_first_sec points to the start of
12777 if (htab->toc_first_sec == NULL
12781 htab->toc_first_sec = isec;
12783 addr = (htab->toc_first_sec->output_offset
12784 + htab->toc_first_sec->output_section->vma)
3250 asection *toc_first_sec; member in struct:ppc_link_hash_table
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf64-ppc.c 3246 asection *toc_first_sec;
12714 htab->toc_first_sec = NULL;
12738 htab->toc_first_sec = isec;
12748 addr = (htab->toc_first_sec->output_offset
12749 + htab->toc_first_sec->output_section->vma);
12773 /* During the second pass toc_first_sec points to the start of
12780 if (htab->toc_first_sec == NULL
12784 htab->toc_first_sec = isec;
12786 addr = (htab->toc_first_sec->output_offset
12787 + htab->toc_first_sec->output_section->vma)
3242 asection *toc_first_sec; member in struct:ppc_link_hash_table
    [all...]

Completed in 58 milliseconds