Home
last modified time | relevance | path

Searched refs:sect (Results 1 – 25 of 39) sorted by relevance

12

/external/llvm/tools/llvm-c-test/
Dobject.c23 LLVMSectionIteratorRef sect; in object_list_sections() local
37 sect = LLVMGetSections(O); in object_list_sections()
38 while (!LLVMIsSectionIteratorAtEnd(O, sect)) { in object_list_sections()
39 printf("'%s': @0x%08" PRIx64 " +%" PRIu64 "\n", LLVMGetSectionName(sect), in object_list_sections()
40 LLVMGetSectionAddress(sect), LLVMGetSectionSize(sect)); in object_list_sections()
42 LLVMMoveToNextSection(sect); in object_list_sections()
45 LLVMDisposeSectionIterator(sect); in object_list_sections()
55 LLVMSectionIteratorRef sect; in object_list_symbols() local
70 sect = LLVMGetSections(O); in object_list_symbols()
74 LLVMMoveToContainingSection(sect, sym); in object_list_symbols()
[all …]
/external/openssh/
Dkrl.c554 struct sshbuf *sect; in revoked_certs_generate() local
557 if ((sect = sshbuf_new()) == NULL) in revoked_certs_generate()
601 if ((r = put_bitmap(sect, bitmap)) != 0) in revoked_certs_generate()
608 (r = sshbuf_put_stringb(buf, sect)) != 0) in revoked_certs_generate()
610 sshbuf_reset(sect); in revoked_certs_generate()
618 sshbuf_reset(sect); in revoked_certs_generate()
629 if ((r = sshbuf_put_u64(sect, in revoked_certs_generate()
640 if ((r = sshbuf_put_u64(sect, rs->lo + i)) != 0) in revoked_certs_generate()
645 if ((r = sshbuf_put_u64(sect, rs->lo)) != 0 || in revoked_certs_generate()
646 (r = sshbuf_put_u64(sect, rs->hi)) != 0) in revoked_certs_generate()
[all …]
/external/skia/tests/
DPathOpsCubicLineIntersectionTest.cpp159 SkDPoint sect = cubic.ptAtT(cubicT); in testOne() local
160 double left[3] = { line.isLeft(prev), line.isLeft(sect), line.isLeft(cubic[3]) }; in testOne()
162 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", prev.fX, prev.fY, sect.fX, sect.fY); in testOne()
163 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", sect.fX, sect.fY, cubic[3].fX, cubic[3].fY); in testOne()
169 sect.distance(i.pt(0)), cubic[3].distance(prevL)); in testOne()
DPathOpsDebug.cpp358 const SkTSpan<TCurve, OppCurve>* DebugSpan(const SkTSect<TCurve, OppCurve>* sect, int id) { in DebugSpan() argument
359 return sect->debugSpan(id); in DebugSpan()
388 const SkTSpan<TCurve, OppCurve>* DebugT(const SkTSect<TCurve, OppCurve>* sect, double t) { in DebugT() argument
389 return sect->debugT(t); in DebugT()
418 void Dump(const SkTSect<TCurve, OppCurve>* sect) { in Dump() argument
419 sect->dump(); in Dump()
598 void DumpCurves(const SkTSect<TCurve, OppCurve>* sect) { in DumpCurves() argument
599 sect->dumpCurves(); in DumpCurves()
/external/boringssl/src/crypto/x509v3/
Dv3_pci.c271 STACK_OF(CONF_VALUE) *sect; in r2i_pci()
274 sect = X509V3_get_section(ctx, cnf->name + 1); in r2i_pci()
275 if (!sect) in r2i_pci()
281 for (j = 0; success_p && j < sk_CONF_VALUE_num(sect); j++) in r2i_pci()
284 process_pci_value(sk_CONF_VALUE_value(sect, j), in r2i_pci()
287 X509V3_section_free(ctx, sect); in r2i_pci()
Dv3_crld.c96 static STACK_OF(GENERAL_NAME) *gnames_from_sectname(X509V3_CTX *ctx, char *sect) in STACK_OF()
100 if (*sect == '@') in STACK_OF()
101 gnsect = X509V3_get_section(ctx, sect + 1); in STACK_OF()
103 gnsect = X509V3_parse_list(sect); in STACK_OF()
110 if (*sect == '@') in STACK_OF()
/external/llvm/include/llvm/Support/
DMachO.h1062 inline void swapStruct(section_64 &sect) { in swapStruct() argument
1063 sys::swapByteOrder(sect.addr); in swapStruct()
1064 sys::swapByteOrder(sect.size); in swapStruct()
1065 sys::swapByteOrder(sect.offset); in swapStruct()
1066 sys::swapByteOrder(sect.align); in swapStruct()
1067 sys::swapByteOrder(sect.reloff); in swapStruct()
1068 sys::swapByteOrder(sect.nreloc); in swapStruct()
1069 sys::swapByteOrder(sect.flags); in swapStruct()
1070 sys::swapByteOrder(sect.reserved1); in swapStruct()
1071 sys::swapByteOrder(sect.reserved2); in swapStruct()
[all …]
/external/elfutils/src/tests/
Drun-dwfl-addr-sect.sh22 testrun_compare ${abs_builddir}/dwfl-addr-sect -e testfile43 0x64 0x8 0x98 <<\EOF
28 testrun_compare ${abs_builddir}/dwfl-addr-sect -e testfile50 0x1 <<\EOF
/external/lldb/source/Symbol/
DUnwindTable.cpp50 SectionSP sect = sl->FindSectionByType (eSectionTypeEHFrame, true); in Initialize() local
51 if (sect.get()) in Initialize()
53 m_eh_frame = new DWARFCallFrameInfo(m_object_file, sect, eRegisterKindGCC, true); in Initialize()
/external/lldb/source/Core/
DSection.cpp334 SectionList::FindSectionIndex (const Section* sect) in FindSectionIndex() argument
341 if (sect_iter->get() == sect) in FindSectionIndex()
486 Section *sect = sect_iter->get(); in FindSectionContainingFileAddress() local
487 if (sect->ContainsFileAddress (vm_addr)) in FindSectionContainingFileAddress()
493 sect_sp = sect->GetChildren().FindSectionContainingFileAddress(vm_addr, depth - 1); in FindSectionContainingFileAddress()
495 if (sect_sp.get() == NULL && !sect->IsFake()) in FindSectionContainingFileAddress()
/external/boringssl/src/crypto/x509/
Dasn1_gen.c471 STACK_OF(CONF_VALUE) *sect = NULL; in asn1_multi()
482 sect = X509V3_get_section(cnf, (char *)section); in asn1_multi()
483 if (!sect) in asn1_multi()
485 for (i = 0; i < sk_CONF_VALUE_num(sect); i++) in asn1_multi()
487 ASN1_TYPE *typ = ASN1_generate_v3(sk_CONF_VALUE_value(sect, i)->value, cnf); in asn1_multi()
525 if (sect) in asn1_multi()
526 X509V3_section_free(cnf, sect); in asn1_multi()
/external/aac/libAACenc/src/
Dqc_main.cpp1487 INT sect, statBitsNew ; in FDKaacEnc_crashRecovery() local
1497 for (sect = 0; sect < qcChannel[ch]->sectionData.noOfSections; sect++) in FDKaacEnc_crashRecovery()
1500 INT codeBook = qcChannel[ch]->sectionData.huffsection[sect].codeBook ; in FDKaacEnc_crashRecovery()
1502 for (sfb = qcChannel[ch]->sectionData.huffsection[sect].sfbStart; in FDKaacEnc_crashRecovery()
1503 sfb < qcChannel[ch]->sectionData.huffsection[sect].sfbStart + in FDKaacEnc_crashRecovery()
1504 qcChannel[ch]->sectionData.huffsection[sect].sfbCnt; in FDKaacEnc_crashRecovery()
1515 sectionToScf[ch][sfb] = sect ; in FDKaacEnc_crashRecovery()
1530 int sect = sectionToScf[ch][sfbGrp+sfb]; in FDKaacEnc_crashRecovery() local
1531 qcChannel[ch]->sectionData.huffsection[sect].sfbCnt-- ; in FDKaacEnc_crashRecovery()
1534 if (qcChannel[ch]->sectionData.huffsection[sect].sfbCnt == 0) { in FDKaacEnc_crashRecovery()
/external/valgrind/coregrind/m_debuginfo/
Dreadmacho.c616 struct SECTION sect; in getsectdata() local
617 ML_(cur_step_get)(&sect, &sects_cur, sizeof(sect)); in getsectdata()
618 if (0 == VG_(strncmp(sect.sectname, sectname, in getsectdata()
619 sizeof(sect.sectname)))) { in getsectdata()
621 res.ioff = sect.offset; in getsectdata()
622 res.szB = sect.size; in getsectdata()
623 if (svma) *svma = (Addr)sect.addr; in getsectdata()
/external/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp491 ObjectFilePECOFF::GetSectionName(std::string& sect_name, const section_header_t& sect) in GetSectionName() argument
493 if (sect.name[0] == '/') in GetSectionName()
495 lldb::offset_t stroff = strtoul(&sect.name[1], NULL, 10); in GetSectionName()
506 sect_name = sect.name; in GetSectionName()
575 symbol.sect = symtab_data.GetU16 (&offset); in GetSymtab()
580 if ((int16_t)symbol.sect >= 1) in GetSymtab()
582 … Address symbol_addr(sect_list->GetSectionAtIndex(symbol.sect-1), symbol.value); in GetSymtab()
DObjectFilePECOFF.h219 uint16_t sect; member
235 bool GetSectionName(std::string& sect_name, const section_header_t& sect);
/external/valgrind/coregrind/
Dm_addrinfo.c91 VgSectKind sect; in VG_() local
207 sect = VG_(DebugInfo_sect_kind)( &name, a); in VG_()
208 if (sect != Vg_SectUnknown) { in VG_()
211 ai->Addr.SectKind.kind = sect; in VG_()
/external/skia/src/core/
DSkRegion.cpp456 SkIRect sect; in intersects() local
457 if (!sect.intersect(fBounds, r)) { in intersects()
465 const RunType* scanline = fRunHead->findScanline(sect.fTop); in intersects()
467 if (scanline_intersects(scanline, sect.fLeft, sect.fRight)) { in intersects()
470 if (sect.fBottom <= scanline_bottom(scanline)) { in intersects()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp642 static void DumpCstringSection(MachOObjectFile *O, const char *sect, in DumpCstringSection() argument
652 for (; i < sect_size && sect[i] != '\0'; i++) in DumpCstringSection()
653 DumpCstringChar(sect[i]); in DumpCstringSection()
654 if (i < sect_size && sect[i] == '\0') in DumpCstringSection()
675 static void DumpLiteral4Section(MachOObjectFile *O, const char *sect, in DumpLiteral4Section() argument
686 memcpy(&f, sect + i, sizeof(float)); in DumpLiteral4Section()
690 memcpy(&l, sect + i, sizeof(uint32_t)); in DumpLiteral4Section()
723 static void DumpLiteral8Section(MachOObjectFile *O, const char *sect, in DumpLiteral8Section() argument
734 memcpy(&d, sect + i, sizeof(double)); in DumpLiteral8Section()
738 memcpy(&l0, sect + i, sizeof(uint32_t)); in DumpLiteral8Section()
[all …]
/external/aac/libSYS/include/
DgenericStds.h216 #define C_ALLOC_MEM_OVERLAY(name,type,num,sect,tag) C_AALLOC_MEM_L(name,type,num,sect) argument
/external/kernel-headers/original/uapi/linux/
Dfd.h15 sect, /* sectors per track */ member
/external/iputils/doc/
Ddocbook2man-spec.pl1071 my ($title, $sect) = ($manref =~ /(.*)(\(.*\))/);
1075 output $sect;
/external/iproute2/doc/
Dss.sgml18 <sect>Why?
35 <sect>Old news
105 <sect>Time to talk about new functionality.
248 <sect> Examples
302 <sect> Returning to ground: real manual
497 <sect>Some numbers
/external/clang/test/Rewriter/
Drewrite-block-pointer.mm32 apply(^(int sect) {
/external/lldb/include/lldb/Core/
DSection.h47 FindSectionIndex (const Section* sect);
/external/valgrind/helgrind/
Dhg_errors.c485 VgSectKind sect = VG_(DebugInfo_sect_kind)( NULL, data_addr ); in HG_() local
487 data_addr, VG_(pp_SectKind)(sect)); in HG_()
489 if (sect == Vg_SectGOTPLT) return; in HG_()
491 if (sect == Vg_SectPLT) return; in HG_()
493 if (sect == Vg_SectGOT) return; in HG_()

12