Home
last modified time | relevance | path

Searched refs:sects (Results 1 – 6 of 6) sorted by relevance

/external/libcxxabi/src/Unwind/
DUnwindCursor.hpp442 bool getInfoFromEHABISection(pint_t pc, const UnwindInfoSections &sects);
446 bool getInfoFromDwarfSection(pint_t pc, const UnwindInfoSections &sects,
458 const UnwindInfoSections &sects);
640 static _Self begin(A& addressSpace, const UnwindInfoSections& sects) { in begin()
641 return _Self(addressSpace, sects, 0); in begin()
643 static _Self end(A& addressSpace, const UnwindInfoSections& sects) { in end()
644 return _Self(addressSpace, sects, sects.arm_section_length); in end()
647 EHABISectionIterator(A& addressSpace, const UnwindInfoSections& sects, size_t i) in EHABISectionIterator()
648 : _i(i), _addressSpace(&addressSpace), _sects(&sects) {} in EHABISectionIterator()
689 const UnwindInfoSections &sects) { in getInfoFromEHABISection() argument
[all …]
DAddressSpace.hpp372 UnwindInfoSections *sects; in findUnwindSections()
385 assert(cbdata->sects); in findUnwindSections()
397 cbdata->sects->dso_base = begin; in findUnwindSections()
404 cbdata->sects->dwarf_index_section = eh_frame_hdr_start; in findUnwindSections()
405 cbdata->sects->dwarf_index_section_length = phdr->p_memsz; in findUnwindSections()
409 cbdata->sects->dwarf_section = hdrInfo.eh_frame_ptr; in findUnwindSections()
415 cbdata->sects->dwarf_section_length = object_length; in findUnwindSections()
/external/e2fsprogs/lib/ext2fs/
Ddosio.c95 chs->cyl = abss / (part->sects * part->heads); in lba2chs()
96 chs->head = (abss / part->sects) % part->heads; in lba2chs()
97 chs->sector = (abss % part->sects) + 1; in lba2chs()
294 part->sects = sec[0] & 0x3F; in dos_open()
330 part->start = fsec + fhead * part->sects + fcyl * in dos_open()
331 (part->heads * part->sects) - 1; in dos_open()
Ddosio.h51 unsigned short sects; member
/external/skia/src/utils/
DSkCullPoints.cpp158 bool sects = SkRect::Intersects(target, bounds); in SkHitTestPath() local
160 if (!sects) { in SkHitTestPath()
164 if (!sects) { in SkHitTestPath()
/external/skia/src/pathops/
DSkPathOpsTSect.h1228 int sects = this->linesIntersect(span, opp, oppSpan, &i); in intersects() local
1229 if (!sects) { in intersects()
1622 int oppSects, sects = this->intersects(span, opp, test, &oppSects); in trim() local
1623 if (sects >= 1) { in trim()
1628 if (sects == 2) { in trim()