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

  /src/external/gpl3/gdb/dist/gdb/
rs6000-tdep.c 4080 indicates we are using SPE extensions OR if a .PPC.EMB.apuinfo
4107 sect = bfd_get_section_by_name (abfd, ".PPC.EMB.apuinfo");
4119 /* Parse the .PPC.EMB.apuinfo section. The layout is as follows:
4130 given apuinfo section, but the linker is not always vigilant about
4131 merging apuinfo sections from input files. Just go ahead and parse
4154 /* The name must be "APUinfo\0". */
4156 && strcmp ((const char *) ptr, "APUinfo") != 0)
4175 unsigned int apuinfo = bfd_get_32 (abfd, ptr);
4176 unsigned int apu = apuinfo >> 16;
7658 /* For e500 executables, the apuinfo section is of help here. Suc
4171 unsigned int apuinfo = bfd_get_32 (abfd, ptr); local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
rs6000-tdep.c 4081 indicates we are using SPE extensions OR if a .PPC.EMB.apuinfo
4108 sect = bfd_get_section_by_name (abfd, ".PPC.EMB.apuinfo");
4120 /* Parse the .PPC.EMB.apuinfo section. The layout is as follows:
4131 given apuinfo section, but the linker is not always vigilant about
4132 merging apuinfo sections from input files. Just go ahead and parse
4155 /* The name must be "APUinfo\0". */
4157 && strcmp ((const char *) ptr, "APUinfo") != 0)
4176 unsigned int apuinfo = bfd_get_32 (abfd, ptr);
4177 unsigned int apu = apuinfo >> 16;
7659 /* For e500 executables, the apuinfo section is of help here. Suc
4172 unsigned int apuinfo = bfd_get_32 (abfd, ptr); local
    [all...]

Completed in 32 milliseconds