/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...] |
AddressSpace.hpp | 379 UnwindInfoSections *sects; 392 assert(cbdata->sects); 411 cbdata->sects->dso_base = begin; 418 cbdata->sects->dwarf_index_section = eh_frame_hdr_start; 419 cbdata->sects->dwarf_index_section_length = phdr->p_memsz; 423 cbdata->sects->dwarf_section = hdrInfo.eh_frame_ptr; 429 cbdata->sects->dwarf_section_length = object_length;
|
/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...] |
AddressSpace.hpp | 372 UnwindInfoSections *sects; 385 assert(cbdata->sects); 397 cbdata->sects->dso_base = begin; 404 cbdata->sects->dwarf_index_section = eh_frame_hdr_start; 405 cbdata->sects->dwarf_index_section_length = phdr->p_memsz; 409 cbdata->sects->dwarf_section = hdrInfo.eh_frame_ptr; 415 cbdata->sects->dwarf_section_length = object_length;
|
/toolchain/binutils/binutils-2.25/etc/ |
texi2pod.pl | 28 %sects = (); 120 $sects{$sect} = "" unless exists $sects{$sect}; 121 $sects{$sect} .= postprocess($section); 340 $sects{NAME} = "$fn \- $tl\n"; 341 $sects{FOOTNOTES} .= "=back\n" if exists $sects{FOOTNOTES}; 345 if(exists $sects{$sect}) { 349 print scalar unmunge ($sects{$sect}); 459 unless (exists $sects{FOOTNOTES}) [all...] |
/external/e2fsprogs/lib/ext2fs/ |
dosio.c | 95 chs->cyl = abss / (part->sects * part->heads); 96 chs->head = (abss / part->sects) % part->heads; 97 chs->sector = (abss % part->sects) + 1; 294 part->sects = sec[0] & 0x3F; 330 part->start = fsec + fhead * part->sects + fcyl * 331 (part->heads * part->sects) - 1;
|
dosio.h | 51 unsigned short sects; member in struct:__anon11484
|
/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...] |
/prebuilts/go/darwin-x86/src/debug/plan9obj/ |
file.go | 170 var sects = []struct { 185 for i, sect := range sects {
|
/prebuilts/go/linux-x86/src/debug/plan9obj/ |
file.go | 170 var sects = []struct { 185 for i, sect := range sects {
|
/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...] |
/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...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/ |
macho.go | 179 Exitf("too many sects in segment %s", seg.name)
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
macho.go | 176 Exitf("too many sects in segment %s", seg.name)
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/ |
macho.go | 179 Exitf("too many sects in segment %s", seg.name)
|
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
macho.go | 176 Exitf("too many sects in segment %s", seg.name)
|
/external/skia/third_party/yasm/config/android/ |
Makefile | [all...] |
/external/skia/third_party/yasm/config/chromeos/ |
Makefile | [all...] |
/external/skia/third_party/yasm/config/ios/ |
Makefile | [all...] |
/external/skia/third_party/yasm/config/linux/ |
Makefile | [all...] |
/external/skia/third_party/yasm/config/mac/ |
Makefile | [all...] |
/external/skia/third_party/yasm/config/openbsd/ |
Makefile | [all...] |
/external/skia/third_party/yasm/config/win/ |
Makefile | [all...] |