HomeSort by: relevance | last modified time | path
    Searched refs:toe (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
embedspu.sh 117 toe=`${READELF} -S ${INFILE} | sed -n -e 's, *\[ *\([0-9]*\)\] *\.toe *[PROGN]*BITS *\([0-9a-f]*\).*,\1 \2,p'`
118 toe_addr=`echo $toe | sed -n -e 's,.* ,,p'`
119 toe=`echo $toe | sed -n -e 's, .*,,p'`
135 # PowerPC address space. _EAR_* symbols must all be defined in .toe
138 # Find all _EAR_ symbols in .toe using readelf, sort by address, and
140 # built in .data.spetoe. For _EAR_ symbols not in .toe, create
159 $7 == "'${toe}'" && strtonum ("0x" $2) != addr { \
160 print "#error Symbol " $8 " not in 16 byte element toe array!";
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
embedspu.sh 117 toe=`${READELF} -S ${INFILE} | sed -n -e 's, *\[ *\([0-9]*\)\] *\.toe *[PROGN]*BITS *\([0-9a-f]*\).*,\1 \2,p'`
118 toe_addr=`echo $toe | sed -n -e 's,.* ,,p'`
119 toe=`echo $toe | sed -n -e 's, .*,,p'`
135 # PowerPC address space. _EAR_* symbols must all be defined in .toe
138 # Find all _EAR_ symbols in .toe using readelf, sort by address, and
140 # built in .data.spetoe. For _EAR_ symbols not in .toe, create
159 $7 == "'${toe}'" && strtonum ("0x" $2) != addr { \
160 print "#error Symbol " $8 " not in 16 byte element toe array!";
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
thompson.d 29 Thread!DataIndex* tip = null, toe = null;
41 tip = toe = t;
47 if (toe)
49 toe.next = t;
50 toe = t;
53 tip = toe = t;
54 toe.next = null;
60 if (tip == toe)
61 tip = toe = null;
1188 list.toe.next = freelist
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elf32-spu.c 101 { ".toe", 4, 0, SHT_NOBITS, SHF_ALLOC },
323 asection *toe; member in struct:spu_link_hash_table
1770 htab->toe = bfd_make_section_anyway_with_flags (ibfd, ".toe", SEC_ALLOC);
1771 if (htab->toe == NULL
1772 || !bfd_set_section_alignment (htab->toe, 4))
1774 htab->toe->size = 16;
1813 if (htab->toe != NULL)
1814 (*htab->params->place_spu_section) (htab->toe, NULL, ".toe");
5237 asection *toe, *s; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-spu.c 101 { ".toe", 4, 0, SHT_NOBITS, SHF_ALLOC },
323 asection *toe; member in struct:spu_link_hash_table
1770 htab->toe = bfd_make_section_anyway_with_flags (ibfd, ".toe", SEC_ALLOC);
1771 if (htab->toe == NULL
1772 || !bfd_set_section_alignment (htab->toe, 4))
1774 htab->toe->size = 16;
1813 if (htab->toe != NULL)
1814 (*htab->params->place_spu_section) (htab->toe, NULL, ".toe");
5235 asection *toe, *s; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-spu.c 101 { ".toe", 4, 0, SHT_NOBITS, SHF_ALLOC },
323 asection *toe; member in struct:spu_link_hash_table
1769 htab->toe = bfd_make_section_anyway_with_flags (ibfd, ".toe", SEC_ALLOC);
1770 if (htab->toe == NULL
1771 || !bfd_set_section_alignment (htab->toe, 4))
1773 htab->toe->size = 16;
1812 if (htab->toe != NULL)
1813 (*htab->params->place_spu_section) (htab->toe, NULL, ".toe");
5232 asection *toe, *s; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-spu.c 101 { ".toe", 4, 0, SHT_NOBITS, SHF_ALLOC },
326 asection *toe; member in struct:spu_link_hash_table
1773 htab->toe = bfd_make_section_anyway_with_flags (ibfd, ".toe", SEC_ALLOC);
1774 if (htab->toe == NULL
1775 || !bfd_set_section_alignment (htab->toe, 4))
1777 htab->toe->size = 16;
1816 if (htab->toe != NULL)
1817 (*htab->params->place_spu_section) (htab->toe, NULL, ".toe");
5236 asection *toe, *s; local
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 5402 TypeOfExprType *toe; local
5413 toe = new (*this, TypeAlignment) TypeOfExprType(tofExpr,
5420 toe = Canon;
5424 toe = new (*this, TypeAlignment) TypeOfExprType(tofExpr, Canonical);
5426 Types.push_back(toe);
5427 return QualType(toe, 0);

Completed in 43 milliseconds