HomeSort by: relevance | last modified time | path
    Searched defs:extract (Results 1 - 25 of 103) sorted by relevancy

1 2 3 4 5

  /src/crypto/external/apache2/openssl/lib/libcrypto/
mkinc 7 extract() { function
21 extract $proto > $proto.out
  /src/crypto/external/bsd/openssl/lib/libcrypto/
mkinc 7 extract() { function
21 extract $proto > $proto.out
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDebugRnglists.cpp 20 Error RangeListEntry::extract(DWARFDataExtractor Data, uint64_t *OffsetPtr) { function in class:RangeListEntry
26 "not enough space to extract a rangelist encoding");
DWARFDebugRangeList.cpp 25 Error DWARFDebugRangeList::extract(const DWARFDataExtractor &data, function in class:DWARFDebugRangeList
DWARFListTable.cpp 18 Error DWARFListTableHeader::extract(DWARFDataExtractor Data, function in class:DWARFListTableHeader
DWARFDebugAddr.cpp 123 Error DWARFDebugAddrTable::extract(const DWARFDataExtractor &Data, function in class:DWARFDebugAddrTable
DWARFDebugArangeSet.cpp 37 Error DWARFDebugArangeSet::extract(DWARFDataExtractor data, function in class:DWARFDebugArangeSet
44 // 7.21 Address Range Table (extract)
DWARFDebugAranges.cpp 21 void DWARFDebugAranges::extract( function in class:DWARFDebugAranges
31 Set.extract(DebugArangesData, &Offset, RecoverableErrorHandler)) {
50 // Extract aranges from .debug_aranges section.
53 extract(ArangesData, CTX->getRecoverableErrorHandler());
DWARFDebugPubTable.cpp 22 void DWARFDebugPubTable::extract( function in class:DWARFDebugPubTable
DWARFAbbreviationDeclaration.cpp 40 DWARFAbbreviationDeclaration::extract(DataExtractor Data, function in class:DWARFAbbreviationDeclaration
172 // We have arrived at the attribute to extract, extract if from Offset.
DWARFDebugAbbrev.cpp 28 bool DWARFAbbreviationDeclarationSet::extract(DataExtractor Data, function in class:DWARFAbbreviationDeclarationSet
35 while (AbbrDecl.extract(Data, OffsetPtr)) {
77 void DWARFDebugAbbrev::extract(DataExtractor Data) { function in class:DWARFDebugAbbrev
92 if (!AbbrDecls.extract(*Data, &Offset))
129 if (!AbbrDecls.extract(*Data, &Offset))
DWARFExpression.cpp 120 bool DWARFExpression::Operation::extract(DataExtractor Data, function in class:llvm::DWARFExpression::Operation
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_extract.c 40 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->ad))
    [all...]
archive_read_extract2.c 47 /* Retrieve an extract object without initialising the associated
53 if (a->extract == NULL) {
54 a->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...]
  /src/external/apache2/llvm/dist/libcxx/utils/libcxx/sym_check/
extract.py 10 extract - A set of function that extract symbol lists from shared libraries.
24 NMExtractor - Extract symbol lists from libraries using nm.
36 Initialize the nm executable and flags that will be used to extract
48 def extract(self, lib): member in class:NMExtractor
50 Extract symbols from a library and return the results as a dict of
112 ReadElfExtractor - Extract symbol lists from libraries using readelf.
125 extract symbols from shared libraries.
136 def extract(self, lib): member in class:ReadElfExtractor
138 Extract symbols from a library and return the results as a dict o
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveIntervalUnion.cpp 56 void LiveIntervalUnion::extract(LiveInterval &VirtReg, const LiveRange &Range) { function in class:LiveIntervalUnion
  /src/external/gpl2/gettext/dist/gettext-tools/src/
x-po.c 144 extract (FILE *fp, function
214 extract (fp, real_filename, logical_filename, &input_format_po, mdlp);
224 extract (fp, real_filename, logical_filename, &input_format_properties,
235 extract (fp, real_filename, logical_filename, &input_format_stringtable,
  /src/lib/libskey/
put.c 24 static unsigned int extract(char *s, int start, int length);
2093 p += extract (cp, i, 2);
2097 strncat (engout, &Wp[extract (cp, 0, 11)][0], 4);
2099 strncat (engout, &Wp[extract (cp, 11, 11)][0], 4);
2101 strncat (engout, &Wp[extract (cp, 22, 11)][0], 4);
2103 strncat (engout, &Wp[extract (cp, 33, 11)][0], 4);
2105 strncat (engout, &Wp[extract (cp, 44, 11)][0], 4);
2107 strncat (engout, &Wp[extract (cp, 55, 11)][0], 4);
2163 p += extract (b, i, 2);
2165 if ((p & 3) != extract (b, 64, 2)
2287 static unsigned int extract(char *s, int start, int length) function
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_list.h 73 void extract(Item *prev, Item *x) { function in struct:__sanitizer::IntrusiveList
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_list.h 72 void extract(Item *prev, Item *x) { function in struct:__sanitizer::IntrusiveList
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_list.h 72 void extract(Item *prev, Item *x) { function in struct:__sanitizer::IntrusiveList
  /src/usr.sbin/mdsetimage/
mdsetimage.c 63 int extract; variable
111 extract = 1;
125 if (extract) {
159 if (extract) {
179 (extract ? "from" : "into"), kfile, left_to_copy);
191 if (extract) {
220 if (setsize && !extract) {
  /src/external/apache2/llvm/dist/clang/tools/clang-format/
clang-format.el 72 (defun clang-format--extract (xml-node)
73 "Extract replacements and cursor information from XML-NODE."
194 (clang-format--extract (car (xml-parse-region))))
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Bitfields.h 10 /// This file implements methods to test, set and extract typed bits from packed
178 static IntegerType extract(StorageType Packed) { function in struct:llvm::bitfields_details::Impl
256 return static_cast<typename Bitfield::Type>(I::extract(Packed));
  /src/external/gpl2/groff/dist/src/libs/libgroff/
string.cpp 282 char *string::extract() const function in class:string

Completed in 46 milliseconds

1 2 3 4 5