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

  /src/external/gpl3/binutils/dist/bfd/
elf64-ppc.c 8729 struct adjust_toc_info *toc_inf = (struct adjust_toc_info *) inf;
8740 if (eh->elf.root.u.def.section == toc_inf->toc)
8742 if (eh->elf.root.u.def.value > toc_inf->toc->rawsize)
8743 i = toc_inf->toc->rawsize >> 3;
8747 if ((toc_inf->skip[i] & (ref_from_discarded | can_optimize)) != 0)
8753 while ((toc_inf->skip[i] & (ref_from_discarded | can_optimize)) != 0);
8757 eh->elf.root.u.def.value -= toc_inf->skip[i];
8761 toc_inf->global_toc_syms = true;
8947 struct adjust_toc_info toc_inf;
8951 toc_inf.global_toc_syms = true
8725 struct adjust_toc_info *toc_inf = (struct adjust_toc_info *) inf; local
8943 struct adjust_toc_info toc_inf; local
9481 &toc_inf); local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-ppc.c 8729 struct adjust_toc_info *toc_inf = (struct adjust_toc_info *) inf;
8740 if (eh->elf.root.u.def.section == toc_inf->toc)
8742 if (eh->elf.root.u.def.value > toc_inf->toc->rawsize)
8743 i = toc_inf->toc->rawsize >> 3;
8747 if ((toc_inf->skip[i] & (ref_from_discarded | can_optimize)) != 0)
8753 while ((toc_inf->skip[i] & (ref_from_discarded | can_optimize)) != 0);
8757 eh->elf.root.u.def.value -= toc_inf->skip[i];
8761 toc_inf->global_toc_syms = true;
8947 struct adjust_toc_info toc_inf;
8951 toc_inf.global_toc_syms = true
8725 struct adjust_toc_info *toc_inf = (struct adjust_toc_info *) inf; local
8943 struct adjust_toc_info toc_inf; local
9481 &toc_inf); local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-ppc.c 8722 struct adjust_toc_info *toc_inf = (struct adjust_toc_info *) inf;
8733 if (eh->elf.root.u.def.section == toc_inf->toc)
8735 if (eh->elf.root.u.def.value > toc_inf->toc->rawsize)
8736 i = toc_inf->toc->rawsize >> 3;
8740 if ((toc_inf->skip[i] & (ref_from_discarded | can_optimize)) != 0)
8746 while ((toc_inf->skip[i] & (ref_from_discarded | can_optimize)) != 0);
8750 eh->elf.root.u.def.value -= toc_inf->skip[i];
8754 toc_inf->global_toc_syms = true;
8940 struct adjust_toc_info toc_inf;
8944 toc_inf.global_toc_syms = true
8718 struct adjust_toc_info *toc_inf = (struct adjust_toc_info *) inf; local
8936 struct adjust_toc_info toc_inf; local
9474 &toc_inf); local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf64-ppc.c 8721 struct adjust_toc_info *toc_inf = (struct adjust_toc_info *) inf;
8732 if (eh->elf.root.u.def.section == toc_inf->toc)
8734 if (eh->elf.root.u.def.value > toc_inf->toc->rawsize)
8735 i = toc_inf->toc->rawsize >> 3;
8739 if ((toc_inf->skip[i] & (ref_from_discarded | can_optimize)) != 0)
8745 while ((toc_inf->skip[i] & (ref_from_discarded | can_optimize)) != 0);
8749 eh->elf.root.u.def.value -= toc_inf->skip[i];
8753 toc_inf->global_toc_syms = true;
8939 struct adjust_toc_info toc_inf;
8943 toc_inf.global_toc_syms = true
8717 struct adjust_toc_info *toc_inf = (struct adjust_toc_info *) inf; local
8935 struct adjust_toc_info toc_inf; local
9473 &toc_inf); local
    [all...]

Completed in 60 milliseconds