Searched refs:extract (Results 1 - 25 of 156) sorted by relevance

1234567

/freebsd-current/usr.bin/clang/llvm-extract/
H A DMakefile2 PROG_CXX= llvm-extract
4 SRCDIR= llvm/tools/llvm-extract
5 SRCS+= llvm-extract.cpp
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_extract.c40 struct archive_read_extract *extract; local
43 extract = __archive_read_get_extract(a);
44 if (extract == NULL)
48 if (extract->ad == NULL) {
49 extract->ad = archive_write_disk_new();
50 if (extract->ad == NULL) {
51 archive_set_error(&a->archive, ENOMEM, "Can't extract");
54 archive_write_disk_set_standard_lookup(extract->ad);
57 archive_write_disk_set_options(extract->ad, flags);
58 return (archive_read_extract2(&a->archive, entry, extract
[all...]
H A Darchive_read_extract2.c47 /* Retrieve an extract object without initialising the associated
53 if (a->extract == NULL) {
54 a->extract = (struct archive_read_extract *)calloc(1, sizeof(*a->extract));
55 if (a->extract == NULL) {
56 archive_set_error(&a->archive, ENOMEM, "Can't extract");
61 return (a->extract);
72 if (a->extract->ad != NULL) {
73 ret = archive_write_free(a->extract->ad);
75 free(a->extract);
117 struct archive_read_extract *extract = __archive_read_get_extract(a); local
129 struct archive_read_extract *extract; local
[all...]
/freebsd-current/contrib/bmake/unit-tests/
H A Ddir.exp13 Expanding "{fetch,extract}{,-post}"... Expanding "fetch{,-post}"... fetch fetch-post
14 Expanding "extract{,-post}"... fetch fetch-post extract extract-post
15 fetch fetch-post extract extract-post
41 : extract
42 : extract-post
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDXILUpgrade.cpp26 auto X = mdconst::extract<ConstantInt>(N->getOperand(0))->getZExtValue();
27 auto Y = mdconst::extract<ConstantInt>(N->getOperand(1))->getZExtValue();
/freebsd-current/usr.bin/clang/llvm-xray/
H A DMakefile11 SRCS+= xray-extract.cpp
/freebsd-current/contrib/one-true-awk/
H A DREGRESS21 echo $0: No testdir directory and no awktest.tar to extract it from! >&2
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFListTable.h48 Error extract(DWARFDataExtractor Data, uint64_t HeaderOffset,
134 Error extract(DWARFDataExtractor Data, uint64_t *OffsetPtr);
168 return Header.extract(Data, OffsetPtr);
171 Error extract(DWARFDataExtractor Data, uint64_t *OffsetPtr);
204 Error DWARFListTableBase<DWARFListType>::extract(DWARFDataExtractor Data, function in class:llvm::DWARFListTableBase
215 if (Error E = CurrentList.extract(Data, getHeaderOffset(), OffsetPtr,
229 Error DWARFListType<ListEntryType>::extract(DWARFDataExtractor Data, function in class:llvm::DWARFListType
241 if (Error E = Entry.extract(Data, OffsetPtr))
289 List.extract(Data, Header.length() ? getHeaderOffset() : 0, &Offset,
H A DDWARFDebugPubTable.h77 void extract(DWARFDataExtractor Data, bool GnuStyle,
H A DDWARFDebugRangeList.h68 Error extract(const DWARFDataExtractor &data, uint64_t *offset_ptr);
H A DDWARFDebugArangeSet.h64 Error extract(DWARFDataExtractor data, uint64_t *offset_ptr,
H A DDWARFDebugAranges.h30 void extract(DWARFDataExtractor DebugArangesData,
H A DDWARFDebugAddr.h52 Error extract(const DWARFDataExtractor &Data, uint64_t *OffsetPtr,
H A DDWARFDebugRnglists.h38 Error extract(DWARFDataExtractor Data, uint64_t *OffsetPtr);
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp23 void DWARFDebugAranges::extract( function in class:DWARFDebugAranges
33 if (Error E = Set.extract(DebugArangesData, &Offset, WarningHandler)) {
55 extract(ArangesData, CTX->getRecoverableErrorHandler(),
H A DDWARFDebugAbbrev.cpp28 Error DWARFAbbreviationDeclarationSet::extract(DataExtractor Data, function in class:DWARFAbbreviationDeclarationSet
37 AbbrDecl.extract(Data, OffsetPtr);
118 if (Error Err = AbbrDecls.extract(*Data, &Offset)) {
163 if (Error Err = AbbrDecls.extract(*Data, &Offset))
/freebsd-current/contrib/ntp/sntp/libevent/build-aux/
H A Dar-lib154 extract=
165 x*) extract=yes ;;
181 case $delete$extract$list$quick$replace,$index in
209 elif test -n "$extract"; then
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.h30 void extract(const DWARFDataExtractor &debug_aranges_data);
H A DDWARFDebugAranges.cpp36 void DWARFDebugAranges::extract(const DWARFDataExtractor &debug_aranges_data) { function in class:DWARFDebugAranges
43 if (llvm::Error error = set.extract(debug_aranges_data, &offset)) {
46 "DWARFDebugAranges::extract failed to extract "
/freebsd-current/contrib/elftoolchain/ar/
H A Dacplex.l62 EXTRACT|extract { return (EXTRACT); }
/freebsd-current/contrib/openpam/freebsd/
H A DMakefile.in22 do-extract:
/freebsd-current/usr.bin/ar/
H A Dacplex.l60 EXTRACT|extract { return (EXTRACT); }
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUUnifyMetadata.cpp63 auto CMajor = mdconst::extract<ConstantInt>(VersionMD->getOperand(0));
65 auto CMinor = mdconst::extract<ConstantInt>(VersionMD->getOperand(1));
/freebsd-current/contrib/expat/
H A DMakefile.am153 .PHONY: extract-xmlts-zip
154 extract-xmlts-zip: tests/xmlts.zip
159 $(MAKE) extract-xmlts-zip
164 [ -d $(builddir)/tests/xmlconf ] || $(MAKE) extract-xmlts-zip # vpath workaround
/freebsd-current/sys/contrib/device-tree/Bindings/
H A DMakefile3 DT_EXTRACT_EX ?= dt-extract-example
83 $(Q)$(srctree)/scripts/dtc/dt-extract-compatibles $(srctree) | xargs dt-check-compatible -v -s $<

Completed in 185 milliseconds

1234567