HomeSort by relevance Sort by last modified time
    Searched defs:sect (Results 1 - 25 of 132) sorted by null

1 2 3 4 5 6

  /frameworks/compile/mclinker/lib/Core/
Module.cpp 41 iterator sect, sectEnd = end(); local
42 for (sect = begin(); sect != sectEnd; ++sect) {
43 if ((*sect)->name() == pName)
44 return *sect;
51 const_iterator sect, sectEnd = end(); local
52 for (sect = begin(); sect != sectEnd; ++sect) {
    [all...]
  /frameworks/compile/mclinker/tools/mcld/lib/Core/
Linker.cpp 143 mcld::LDSection* sect = mBuilder->CreateELFHeader(*input, ".text", local
147 mcld::SectionData* data = mBuilder->CreateSectionData(*sect);
  /external/oprofile/libutil++/
op_spu_bfd.cpp 60 asection const * sect; local
156 for (sect = ibfd.abfd->sections; sect; sect = sect->next) {
157 if (sect->flags & SEC_CODE) {
158 if (filepos_map[sect->name] != 0) {
159 cerr << "Found section \"" << sect->name
165 filepos_map[sect->name] = sect->filepos
    [all...]
  /external/skia/tests/
PathOpsCubicLineIntersectionTest.cpp 98 SkDPoint sect = cubic.ptAtT(cubicT); local
99 double left[3] = { line.isLeft(prev), line.isLeft(sect), line.isLeft(cubic[3]) };
101 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", prev.fX, prev.fY, sect.fX, sect.fY);
102 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", sect.fX, sect.fY, cubic[3].fX, cubic[3].fY);
108 sect.distance(i.pt(0)), cubic[3].distance(prevL));
  /bionic/libc/kernel/common/linux/mtd/
nftl.h 46 int head,sect,cyl; member in struct:NFTLrecord
  /development/ndk/platforms/android-3/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
value.c 129 /*@dependent@*/ yasm_section *sect; local
249 && (sect = yasm_bc_get_section(precbc2))
250 && sect == sect2
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/
nasm-listfmt.c 46 yasm_section *sect; member in struct:sectreloc
155 yasm_section *sect; local
168 sect = yasm_bc_get_section(bc);
169 if (!last_hist || last_hist->sect != sect) {
174 if (last_hist->sect == sect) {
183 last_hist->sect = sect;
184 last_hist->next_reloc = yasm_section_relocs_first(sect);
    [all...]
  /external/kernel-headers/original/linux/mtd/
nftl.h 34 int head,sect,cyl; member in struct:NFTLrecord
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord

Completed in 645 milliseconds

1 2 3 4 5 6