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

  /src/external/gpl3/binutils/dist/ld/emultempl/
spu_ovl.S 65 #define ovl reserved4 define
124 * __ovly_return, prev ovl index, caller return addr, undefined.
134 shlqbyi ovl, $lr, 4 # 1,4 0
139 shli off1, ovl, 4 # 0,4 4
166 stqr ovl, __ovly_current # 1,6 18
206 rotmi ovl, target, -18 # 0,4 -1
213 shli off2, ovl, 4 # 0,4 3
214 stqr ovl, __ovly_current # 1,6 3
228 shli off2, ovl, 4 # 0,4 2
231 stqr ovl, __ovly_current # 1,6
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/emultempl/
spu_ovl.S 65 #define ovl reserved4 define
124 * __ovly_return, prev ovl index, caller return addr, undefined.
134 shlqbyi ovl, $lr, 4 # 1,4 0
139 shli off1, ovl, 4 # 0,4 4
166 stqr ovl, __ovly_current # 1,6 18
206 rotmi ovl, target, -18 # 0,4 -1
213 shli off2, ovl, 4 # 0,4 3
214 stqr ovl, __ovly_current # 1,6 3
228 shli off2, ovl, 4 # 0,4 2
231 stqr ovl, __ovly_current # 1,6
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
search.cc 2246 tree ovl = get_class_binding (type, DECL_NAME (fndecl));
2248 for (ovl_iterator iter (ovl); iter; ++iter)
2244 tree ovl = get_class_binding (type, DECL_NAME (fndecl)); local
name-lookup.cc 1944 tree ovl = val; local
1946 while (TREE_CODE (ovl) == OVERLOAD
1947 && OVL_NAME_INDEPENDENT_DECL_P (ovl))
1949 val = tree_cons (NULL_TREE, OVL_FUNCTION (ovl), val);
1951 ovl = OVL_CHAIN (ovl);
1953 if (STAT_HACK_P (ovl))
1954 val = tree_cons (NULL_TREE, STAT_DECL (ovl), val);
1956 val = tree_cons (NULL_TREE, ovl, val);
2714 /* Return true if OVL is an overload for an anticipated builtin. *
    [all...]
cp-tree.h 801 /* These two accessors should only be used by OVL manipulators.
849 tree ovl;
854 : ovl (o), allow_inner (allow)
861 return ovl;
865 ovl = TREE_CODE (ovl) != OVERLOAD ? NULL_TREE : OVL_CHAIN (ovl);
870 tree fn = TREE_CODE (ovl) != OVERLOAD ? ovl : OVL_FUNCTION (ovl);
846 tree ovl; member in class:ovl_iterator
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
search.cc 2140 tree ovl = get_class_binding (type, DECL_NAME (fndecl));
2142 for (ovl_iterator iter (ovl); iter; ++iter)
2138 tree ovl = get_class_binding (type, DECL_NAME (fndecl)); local
cp-tree.h 779 /* These two accessors should only be used by OVL manipulators.
824 tree ovl;
829 : ovl (o), allow_inner (allow)
836 return ovl;
840 ovl = TREE_CODE (ovl) != OVERLOAD ? NULL_TREE : OVL_CHAIN (ovl);
845 tree fn = TREE_CODE (ovl) != OVERLOAD ? ovl : OVL_FUNCTION (ovl);
821 tree ovl; member in class:ovl_iterator
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elf32-spu.c 363 unsigned int ovl; member in struct:got_entry
722 /* A section in an overlay area called .ovl.init is not
726 if (!startswith (s->name, ".ovl.init"))
786 if (!startswith (s0->name, ".ovl.init"))
795 if (!startswith (s->name, ".ovl.init"))
1081 unsigned int ovl = 0; local
1091 ovl = spu_elf_section_data (isec->output_section)->u.o.ovl_index;
1110 htab->stub_count[ovl] += 1;
1118 if (ovl == 0)
1123 if (g->addend == addend && g->ovl == 0
1215 unsigned int ovl, dest_ovl, set_id; local
1708 unsigned int ovl = spu_elf_section_data (osec)->u.o.ovl_index; local
1797 unsigned int ovl = spu_elf_section_data (osec)->u.o.ovl_index; local
4970 unsigned int ovl = 0; local
5003 unsigned int ovl = overlay_index (sec); local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-spu.c 363 unsigned int ovl; member in struct:got_entry
722 /* A section in an overlay area called .ovl.init is not
726 if (!startswith (s->name, ".ovl.init"))
786 if (!startswith (s0->name, ".ovl.init"))
795 if (!startswith (s->name, ".ovl.init"))
1081 unsigned int ovl = 0; local
1091 ovl = spu_elf_section_data (isec->output_section)->u.o.ovl_index;
1110 htab->stub_count[ovl] += 1;
1118 if (ovl == 0)
1123 if (g->addend == addend && g->ovl == 0
1215 unsigned int ovl, dest_ovl, set_id; local
1708 unsigned int ovl = spu_elf_section_data (osec)->u.o.ovl_index; local
1797 unsigned int ovl = spu_elf_section_data (osec)->u.o.ovl_index; local
4969 unsigned int ovl = 0; local
5002 unsigned int ovl = overlay_index (sec); local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-spu.c 363 unsigned int ovl; member in struct:got_entry
721 /* A section in an overlay area called .ovl.init is not
725 if (!startswith (s->name, ".ovl.init"))
785 if (!startswith (s0->name, ".ovl.init"))
794 if (!startswith (s->name, ".ovl.init"))
1080 unsigned int ovl = 0; local
1090 ovl = spu_elf_section_data (isec->output_section)->u.o.ovl_index;
1109 htab->stub_count[ovl] += 1;
1117 if (ovl == 0)
1122 if (g->addend == addend && g->ovl == 0
1214 unsigned int ovl, dest_ovl, set_id; local
1707 unsigned int ovl = spu_elf_section_data (osec)->u.o.ovl_index; local
1796 unsigned int ovl = spu_elf_section_data (osec)->u.o.ovl_index; local
4966 unsigned int ovl = 0; local
4999 unsigned int ovl = overlay_index (sec); local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-spu.c 366 unsigned int ovl; member in struct:got_entry
725 /* A section in an overlay area called .ovl.init is not
729 if (!startswith (s->name, ".ovl.init"))
789 if (!startswith (s0->name, ".ovl.init"))
798 if (!startswith (s->name, ".ovl.init"))
1084 unsigned int ovl = 0; local
1094 ovl = spu_elf_section_data (isec->output_section)->u.o.ovl_index;
1113 htab->stub_count[ovl] += 1;
1121 if (ovl == 0)
1126 if (g->addend == addend && g->ovl == 0
1218 unsigned int ovl, dest_ovl, set_id; local
1711 unsigned int ovl = spu_elf_section_data (osec)->u.o.ovl_index; local
1800 unsigned int ovl = spu_elf_section_data (osec)->u.o.ovl_index; local
4970 unsigned int ovl = 0; local
5003 unsigned int ovl = overlay_index (sec); local
    [all...]

Completed in 51 milliseconds