Searched refs:sect (Results 1 - 25 of 33) sorted by relevance

12

/external/llvm/tools/llvm-c-test/
H A Dobject.c23 LLVMSectionIteratorRef sect; local
37 sect = LLVMGetSections(O);
38 while (!LLVMIsSectionIteratorAtEnd(O, sect)) {
39 printf("'%s': @0x%08" PRIx64 " +%" PRIu64 "\n", LLVMGetSectionName(sect),
40 LLVMGetSectionAddress(sect), LLVMGetSectionSize(sect));
42 LLVMMoveToNextSection(sect);
45 LLVMDisposeSectionIterator(sect);
55 LLVMSectionIteratorRef sect; local
70 sect
[all...]
/external/elfutils/tests/
H A 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/openssh/
H A Dkrl.c553 struct sshbuf *sect; local
556 if ((sect = sshbuf_new()) == NULL)
600 if ((r = put_bitmap(sect, bitmap)) != 0)
607 (r = sshbuf_put_stringb(buf, sect)) != 0)
609 sshbuf_reset(sect);
617 sshbuf_reset(sect);
628 if ((r = sshbuf_put_u64(sect,
639 if ((r = sshbuf_put_u64(sect, rs->lo + i)) != 0)
644 if ((r = sshbuf_put_u64(sect, rs->lo)) != 0 ||
645 (r = sshbuf_put_u64(sect, r
711 struct sshbuf *sect; local
923 struct sshbuf *copy = NULL, *sect = NULL; local
[all...]
/external/syslinux/com32/chain/
H A Doptions.h63 bool sect; member in struct:options
H A Doptions.c116 " sect[=<s[:o[:i]]>] Load sector at <s:o>, jump to <s:i>",
173 opt.sect = true; /* by def. load sector */
206 opt.sect = false;
212 opt.sect = false;
277 opt.sect = false;
284 opt.sect = false;
327 } else if (!strncmp(argv[i], "sect=", 5) ||
328 !strcmp(argv[i], "sect")) {
333 opt.sect = true;
335 opt.sect
[all...]
H A Dmangle.c335 if (!(opt.sect && opt.setbpb))
338 return mangle_bpb(iter, data, "sect");
350 if (!(opt.sect && opt.file && opt.bss))
354 type2 = bpb_detect(sec->data, "bss/sect");
397 if (!(opt.sect && opt.save))
421 if (!(opt.sect && opt.cmldr))
/external/syslinux/libinstaller/
H A Dsyslxmod.c40 sector_t sect, lba; local
49 sect = *sectp++;
54 if (sect == lba + len && xbytes < 65536 &&
67 lba = sect;
/external/boringssl/src/crypto/x509v3/
H A Dv3_pci.c216 STACK_OF(CONF_VALUE) *sect;
219 sect = X509V3_get_section(ctx, cnf->name + 1);
220 if (!sect) {
225 for (j = 0; success_p && j < sk_CONF_VALUE_num(sect); j++) {
227 process_pci_value(sk_CONF_VALUE_value(sect, j),
230 X509V3_section_free(ctx, sect);
H A Dv3_crld.c95 char *sect)
99 if (*sect == '@')
100 gnsect = X509V3_get_section(ctx, sect + 1);
102 gnsect = X509V3_parse_list(sect);
108 if (*sect == '@')
/external/skia/tests/
H A DPathOpsCubicLineIntersectionTest.cpp163 SkDPoint sect = cubic.ptAtT(cubicT); local
164 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", prev.fX, prev.fY, sect.fX, sect.fY);
165 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", sect.fX, sect.fY, cubic[3].fX, cubic[3].fY);
171 sect.distance(i.pt(0)), cubic[3].distance(prevL));
H A DPathOpsDebug.cpp408 const SkTSpan<TCurve, OppCurve>* DebugSpan(const SkTSect<TCurve, OppCurve>* sect, int id) { argument
409 return sect->debugSpan(id);
438 const SkTSpan<TCurve, OppCurve>* DebugT(const SkTSect<TCurve, OppCurve>* sect, double t) { argument
439 return sect->debugT(t);
468 void Dump(const SkTSect<TCurve, OppCurve>* sect) { argument
469 sect->dump();
648 void DumpCurves(const SkTSect<TCurve, OppCurve>* sect) { argument
649 sect->dumpCurves();
869 SkDebugf(" sect=%d/%d ", fSectorStart, fSectorEnd);
/external/skia/src/effects/
H A DSkArithmeticImageFilter.cpp128 SkIRect sect; local
129 if (!sect.intersect(dstR, srcR)) {
132 *dst = SkPixmap(dst->info().makeWH(sect.width(), sect.height()),
133 dst->addr(sect.fLeft, sect.fTop),
135 *src = SkPixmap(src->info().makeWH(sect.width(), sect.height()),
/external/llvm/include/llvm/Support/
H A DMachO.h1046 inline void swapStruct(section_64 &sect) { argument
1047 sys::swapByteOrder(sect.addr);
1048 sys::swapByteOrder(sect.size);
1049 sys::swapByteOrder(sect.offset);
1050 sys::swapByteOrder(sect.align);
1051 sys::swapByteOrder(sect.reloff);
1052 sys::swapByteOrder(sect.nreloc);
1053 sys::swapByteOrder(sect.flags);
1054 sys::swapByteOrder(sect.reserved1);
1055 sys::swapByteOrder(sect
1058 swapStruct(section &sect) argument
[all...]
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h1054 inline void swapStruct(section_64 &sect) { argument
1055 sys::swapByteOrder(sect.addr);
1056 sys::swapByteOrder(sect.size);
1057 sys::swapByteOrder(sect.offset);
1058 sys::swapByteOrder(sect.align);
1059 sys::swapByteOrder(sect.reloff);
1060 sys::swapByteOrder(sect.nreloc);
1061 sys::swapByteOrder(sect.flags);
1062 sys::swapByteOrder(sect.reserved1);
1063 sys::swapByteOrder(sect
1066 swapStruct(section &sect) argument
[all...]
/external/boringssl/src/crypto/x509/
H A Dasn1_gen.c473 STACK_OF(CONF_VALUE) *sect = NULL;
483 sect = X509V3_get_section(cnf, (char *)section);
484 if (!sect)
486 for (i = 0; i < sk_CONF_VALUE_num(sect); i++) {
488 generate_v3(sk_CONF_VALUE_value(sect, i)->value, cnf,
529 if (sect)
530 X509V3_section_free(cnf, sect);
/external/openssh/regress/unittests/sshkey/
H A Dtest_sshkey.c42 struct sshbuf *sect; local
44 sect = sshbuf_new();
45 ASSERT_PTR_NE(sect, NULL);
48 ASSERT_INT_EQ(sshbuf_put_cstring(sect, value), 0);
49 ASSERT_INT_EQ(sshbuf_put_stringb(b, sect), 0);
50 sshbuf_free(sect);
/external/aac/libAACenc/src/
H A Dqc_main.cpp1490 INT sect, statBitsNew ; local
1500 for (sect = 0; sect < qcChannel[ch]->sectionData.noOfSections; sect++)
1503 INT codeBook = qcChannel[ch]->sectionData.huffsection[sect].codeBook ;
1505 for (sfb = qcChannel[ch]->sectionData.huffsection[sect].sfbStart;
1506 sfb < qcChannel[ch]->sectionData.huffsection[sect].sfbStart +
1507 qcChannel[ch]->sectionData.huffsection[sect].sfbCnt;
1518 sectionToScf[ch][sfb] = sect ;
1533 int sect local
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DHTMLEntities.properties40 sect=167
/external/valgrind/coregrind/m_debuginfo/
H A Dreadmacho.c617 struct SECTION sect; local
618 ML_(cur_step_get)(&sect, &sects_cur, sizeof(sect));
619 if (0 == VG_(strncmp)(sect.sectname, sectname,
620 sizeof(sect.sectname))) {
622 res.ioff = sect.offset;
623 res.szB = sect.size;
624 if (svma) *svma = (Addr)sect.addr;
/external/kernel-headers/original/uapi/linux/
H A Dfd.h15 sect, /* sectors per track */ member in struct:floppy_struct
/external/valgrind/coregrind/
H A Dm_addrinfo.c91 VgSectKind sect; local
207 sect = VG_(DebugInfo_sect_kind)( &name, a);
208 if (sect != Vg_SectUnknown) {
211 ai->Addr.SectKind.kind = sect;
/external/aac/libSYS/include/
H A DgenericStds.h216 #define C_ALLOC_MEM_OVERLAY(name,type,num,sect,tag) C_AALLOC_MEM_L(name,type,num,sect)
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp665 static void DumpCstringSection(MachOObjectFile *O, const char *sect, argument
675 for (; i < sect_size && sect[i] != '\0'; i++)
676 DumpCstringChar(sect[i]);
677 if (i < sect_size && sect[i] == '\0')
698 static void DumpLiteral4Section(MachOObjectFile *O, const char *sect, argument
709 memcpy(&f, sect + i, sizeof(float));
713 memcpy(&l, sect + i, sizeof(uint32_t));
742 static void DumpLiteral8Section(MachOObjectFile *O, const char *sect, argument
753 memcpy(&d, sect + i, sizeof(double));
757 memcpy(&l0, sect
774 DumpLiteral16Section(MachOObjectFile *O, const char *sect, uint32_t sect_size, uint64_t sect_addr, bool print_addresses) argument
799 DumpLiteralPointerSection(MachOObjectFile *O, const SectionRef &Section, const char *sect, uint32_t sect_size, uint64_t sect_addr, bool print_addresses) argument
971 DumpInitTermPointerSection(MachOObjectFile *O, const char *sect, uint32_t sect_size, uint64_t sect_addr, SymbolAddressMap *AddrMap, bool verbose) argument
1004 DumpRawSectionContents(MachOObjectFile *O, const char *sect, uint32_t size, uint64_t addr) argument
1097 const char *sect = reinterpret_cast<const char *>(BytesStr.data()); local
1181 const char *sect = reinterpret_cast<const char *>(BytesStr.data()); local
5646 DumpProtocolSection(MachOObjectFile *O, const char *sect, uint32_t size, uint32_t addr) argument
5858 DumpBitcodeSection(MachOObjectFile *O, const char *sect, uint32_t size, bool verbose, bool PrintXarHeader, bool PrintXarFileHeaders, std::string XarMemberName) argument
[all...]
/external/skia/src/core/
H A DSkRegion.cpp457 SkIRect sect; local
458 if (!sect.intersect(fBounds, r)) {
466 const RunType* scanline = fRunHead->findScanline(sect.fTop);
468 if (scanline_intersects(scanline, sect.fLeft, sect.fRight)) {
471 if (sect.fBottom <= scanline_bottom(scanline)) {
/external/valgrind/helgrind/
H A Dhg_errors.c485 VgSectKind sect = VG_(DebugInfo_sect_kind)( NULL, data_addr ); local
487 data_addr, VG_(pp_SectKind)(sect));
489 if (sect == Vg_SectGOTPLT) return;
491 if (sect == Vg_SectPLT) return;
493 if (sect == Vg_SectGOT) return;

Completed in 790 milliseconds

12