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

  /src/external/gpl3/binutils/dist/bfd/
elf64-ppc.c 2916 has some more complex stubs to handle calls marked with NOTOC
3313 /* Whether calls are made via the PLT from NOTOC functions. */
3943 /* Sort notoc stubs first, then toc stubs, then p9notoc.
11740 case ppc_stub_notoc: t2 = "notoc"; break;
12096 /* The notoc stubs calculate their target (either a PLT entry or
14091 enum ppc_stub_sub_type notoc = ppc_stub_notoc;
14095 notoc = ppc_stub_p9notoc;
14097 stub_type.sub = notoc;
14106 stub_type.sub = notoc;
16476 /* NOTOC calls don't need to restore r2. *
14087 enum ppc_stub_sub_type notoc = ppc_stub_notoc; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-ppc.c 2924 has some more complex stubs to handle calls marked with NOTOC
3321 /* Whether calls are made via the PLT from NOTOC functions. */
3951 /* Sort notoc stubs first, then toc stubs, then p9notoc.
11737 case ppc_stub_notoc: t2 = "notoc"; break;
12093 /* The notoc stubs calculate their target (either a PLT entry or
14089 enum ppc_stub_sub_type notoc = ppc_stub_notoc;
14093 notoc = ppc_stub_p9notoc;
14095 stub_type.sub = notoc;
14104 stub_type.sub = notoc;
16470 /* NOTOC calls don't need to restore r2. *
14085 enum ppc_stub_sub_type notoc = ppc_stub_notoc; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf64-ppc.c 2924 has some more complex stubs to handle calls marked with NOTOC
3321 /* Whether calls are made via the PLT from NOTOC functions. */
3950 /* Sort notoc stubs first, then toc stubs, then p9notoc.
11720 case ppc_stub_notoc: t2 = "notoc"; break;
12076 /* The notoc stubs calculate their target (either a PLT entry or
14072 enum ppc_stub_sub_type notoc = ppc_stub_notoc;
14076 notoc = ppc_stub_p9notoc;
14078 stub_type.sub = notoc;
14087 stub_type.sub = notoc;
16445 /* NOTOC calls don't need to restore r2. *
14068 enum ppc_stub_sub_type notoc = ppc_stub_notoc; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-ppc.c 2929 has some more complex stubs to handle calls marked with NOTOC
3326 /* Whether calls are made via the PLT from NOTOC functions. */
3956 /* Sort notoc stubs first, then toc stubs, then p9notoc.
11717 case ppc_stub_notoc: t2 = "notoc"; break;
12073 /* The notoc stubs calculate their target (either a PLT entry or
14065 enum ppc_stub_sub_type notoc = ppc_stub_notoc;
14069 notoc = ppc_stub_p9notoc;
14071 stub_type.sub = notoc;
14080 stub_type.sub = notoc;
16438 /* NOTOC calls don't need to restore r2. *
14061 enum ppc_stub_sub_type notoc = ppc_stub_notoc; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 14894 sprintf (str, "b%s %s@notoc%s", sibcall ? "" : "l", z, arg);
15033 const char *notoc = rs6000_pcrel_p () ? "_NOTOC" : "";
15040 tls, rel64, notoc, funop, addend);
15045 tls, rel64, notoc, funop, addend);
15007 const char *notoc = rs6000_pcrel_p () ? "_NOTOC" : ""; local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 14510 sprintf (str, "b%s %s@notoc%s", sibcall ? "" : "l", z, arg);
14649 const char *notoc = rs6000_pcrel_p () ? "_NOTOC" : "";
14656 tls, rel64, notoc, funop, addend);
14661 tls, rel64, notoc, funop, addend);
14623 const char *notoc = rs6000_pcrel_p () ? "_NOTOC" : ""; local

Completed in 99 milliseconds