Searched refs:extract (Results 26 - 50 of 76) sorted by relevance

1234

/freebsd-9.3-release/contrib/llvm/lib/DebugInfo/
H A DDWARFAbbreviationDeclaration.cpp29 DWARFAbbreviationDeclaration::extract(DataExtractor Data, uint32_t* OffsetPtr) { function in class:DWARFAbbreviationDeclaration
H A DDWARFDebugArangeSet.cpp24 DWARFDebugArangeSet::extract(DataExtractor data, uint32_t *offset_ptr) { function in class:DWARFDebugArangeSet
H A DDWARFUnit.h97 bool extract(DataExtractor debug_info, uint32_t* offset_ptr);
H A DDWARFUnit.cpp72 bool DWARFUnit::extract(DataExtractor debug_info, uint32_t *offset_ptr) { function in class:DWARFUnit
94 return RangeList.extract(RangesData, &ActualRangeListOffset);
H A DDWARFContext.cpp94 while (set.extract(arangesData, &offset))
137 while (rangeList.extract(rangesData, &offset))
248 // other tools (libdwarf) and extract this from the container (ObjectFile
289 if (!CU->extract(DIData, &offset)) {
311 if (!TU->extract(DIData, &offset))
329 if (!DWOCU->extract(DIData, &offset)) {
/freebsd-9.3-release/usr.bin/mail/
H A Dtty.c115 extract(readtty("To: ", detract(hp->h_to, 0)), GTO);
130 extract(readtty("Cc: ", detract(hp->h_cc, 0)), GCC);
138 extract(readtty("Bcc: ", detract(hp->h_bcc, 0)), GBCC);
H A Dcollect.c245 hp->h_to = cat(hp->h_to, extract(&linebuf[2], GTO));
269 hp->h_cc = cat(hp->h_cc, extract(&linebuf[2], GCC));
275 hp->h_bcc = cat(hp->h_bcc, extract(&linebuf[2], GBCC));
H A Dextern.h37 struct name *extract(char [], int);
/freebsd-9.3-release/usr.sbin/pkg_install/add/
H A Dperform.c67 char *extract; local
133 extract = extract_contents;
136 extract = NULL;
144 if (unpack(pkg_fullname, extract)) {
146 "unable to extract table of contents file from '%s' - not a package?",
161 if (find_plist_option(&Plist, "extract-in-place")) {
192 if (!extract && !inPlace && min_free(playpen) < sb.st_size * 4) {
201 /* If this is a direct extract and we didn't want it, stop now */
205 /* Finally unpack the whole mess. If extract is null we
207 if (extract
[all...]
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dia64-opc.c252 array, and extract its values into OPVAL and OP. The length of the
328 (*o1->extract) (o1, opcode, &f2);
329 (*o2->extract) (o2, opcode, &f3);
340 (*o1->extract) (o1, opcode, &len);
341 (*o2->extract) (o2, opcode, &count);
H A Dia64-dis.c177 err = (*odesc->extract) (odesc, insn, &value);
/freebsd-9.3-release/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-extractimage.sh73 tar cvf - . 2>/dev/null | tar -xpv -C ${FSMNT} ${TAROPTS} -f - 2>&1 | tee -a ${FSMNT}/.tar-extract.log
78 cat ${FSMNT}/.tar-extract.log | grep "tar:" >>${LOGOUT}
/freebsd-9.3-release/bin/pax/
H A Dextern.h65 void extract(void);
H A Dpax.c274 extract();
/freebsd-9.3-release/contrib/binutils/include/opcode/
H A Darc.h236 extract this operand type from an instruction, check this field.
259 long (*extract) member in struct:arc_operand
H A Dia64.h244 /* encode/extract the note/index for a dependency */
313 /* A macro to extract the major opcode from an instruction. */
342 const char *(*extract) (const struct ia64_operand *self, ia64_insn code, member in struct:ia64_operand
/freebsd-9.3-release/contrib/groff/src/include/
H A Dstringclass.h69 char *extract() const;
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DLiveIntervalUnion.h90 void extract(LiveInterval &VirtReg);
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DLiveIntervalUnion.cpp55 void LiveIntervalUnion::extract(LiveInterval &VirtReg) { function in class:LiveIntervalUnion
H A DLiveRegMatrix.cpp93 Matrix[*Units].extract(VirtReg);
/freebsd-9.3-release/contrib/bmake/mk/
H A Dman.mk33 # we use cmt2doc.pl to extract manpages from source
/freebsd-9.3-release/crypto/openssl/
H A DMakefile.org700 sec=`$(PERL) util/extract-section.pl 1 < $$i`; \
707 $(PERL) util/extract-names.pl < $$i | \
717 sec=`$(PERL) util/extract-section.pl 3 < $$i`; \
724 $(PERL) util/extract-names.pl < $$i | \
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dar.c1 /* ar.c - Archive modify and extract.
125 /* For extract/delete only. If COUNTED_NAME_MODE is TRUE, we only
126 extract the COUNTED_NAME_COUNTER instance of that name. */
234 fprintf (s, _(" x[o] - extract file(s) from the archive\n"));
347 print_files, extract, move, quick_append
516 operation = extract;
618 if (operation != extract && operation != delete)
643 case extract:
344 print_files, extract, move, quick_append enumerator in enum:__anon387
/freebsd-9.3-release/contrib/cvs/src/
H A Dhistory.c229 static short extract; variable
494 extract++;
603 if (extract)
626 else if (extract || extract_all)
1519 * 1. Based on the report type (e.g. extract, checkout, tag, etc.),
1661 /* "extract" and "tag_report" always print selected records. */
/freebsd-9.3-release/release/
H A DMakefile118 etcupdate extract -B -M "TARGET_ARCH=${TARGET_ARCH} TARGET=${TARGET}" \

Completed in 148 milliseconds

1234