/external/e2fsprogs/lib/ext2fs/ |
dosio.h | 51 unsigned short sects; member in struct:__anon10896
|
/external/libunwind_llvm/src/ |
UnwindCursor.hpp | 442 bool getInfoFromEHABISection(pint_t pc, const UnwindInfoSections §s); 460 bool getInfoFromDwarfSection(pint_t pc, const UnwindInfoSections §s, 472 const UnwindInfoSections §s); 654 static _Self begin(A& addressSpace, const UnwindInfoSections& sects) { 655 return _Self(addressSpace, sects, 0); 657 static _Self end(A& addressSpace, const UnwindInfoSections& sects) { 658 return _Self(addressSpace, sects, sects.arm_section_length); 661 EHABISectionIterator(A& addressSpace, const UnwindInfoSections& sects, size_t i) 662 : _i(i), _addressSpace(&addressSpace), _sects(§s) {} 1181 UnwindInfoSections sects; local [all...] |
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
UnwindCursor.hpp | 442 bool getInfoFromEHABISection(pint_t pc, const UnwindInfoSections §s); 446 bool getInfoFromDwarfSection(pint_t pc, const UnwindInfoSections §s, 458 const UnwindInfoSections §s); 640 static _Self begin(A& addressSpace, const UnwindInfoSections& sects) { 641 return _Self(addressSpace, sects, 0); 643 static _Self end(A& addressSpace, const UnwindInfoSections& sects) { 644 return _Self(addressSpace, sects, sects.arm_section_length); 647 EHABISectionIterator(A& addressSpace, const UnwindInfoSections& sects, size_t i) 648 : _i(i), _addressSpace(&addressSpace), _sects(§s) {} 1164 UnwindInfoSections sects; local [all...] |
/toolchain/binutils/binutils-2.25/binutils/ |
od-xcoff.c | 389 struct xcoff32_section *sects; member in struct:xcoff_dump 594 data->sects = xmalloc (data->nscns * sizeof (struct xcoff32_section)); 598 struct xcoff32_section *s = &data->sects[i]; 603 free (data->sects); 604 data->sects = NULL; 621 data->sects[s->nreloc - 1].nreloc = 624 data->sects[s->nlnno - 1].nlnno = 783 if (data->sects != NULL) 784 printf ("%-8s", data->sects[s->sym.scnum - 1].name); 923 if (data->sects == NULL [all...] |
/external/skia/src/pathops/ |
SkPathOpsTSect.h | 1288 int sects = this->linesIntersect(span, opp, oppSpan, &i); local 1739 int oppSects, sects = this->intersects(span, opp, test, &oppSects); local [all...] |
/toolchain/binutils/binutils-2.25/gold/ |
dwp.cc | 2033 const Section_bounds* sects = (*tbl)->sections; local 2053 const Section_bounds* sects = (*tbl)->sections; local [all...] |