Home
last modified time | relevance | path

Searched full:retrieve (Results 1 – 25 of 1575) sorted by relevance

12345678910>>...63

/freebsd-src/contrib/elftoolchain/libdwarf/
H A Ddwarf.3176 Retrieve abbreviation information at a given offset.
180 Retrieve the abbreviation code for an abbreviation entry descriptor.
182 Retrieve abbreviation information for an abbreviation entry
185 Retrieve the tag for an abbreviation entry.
194 Retrieve the offsets associated with an address range descriptor.
198 Retrieve program address space mappings.
200 Retrieve the offset associated with a compilation unit for an address
203 Retrieve information about non-contiguous address ranges for
209 Retrieve the value of a
213 Retrieve an attribute descriptor.
[all …]
H A Ddwarf_highpc.339 .Nd retrieve the value of a DWARF attribute
95 These convenience functions are used to retrieve DWARF attribute
103 The list of functions and the DWARF attribute that they retrieve are:
107 Retrieve the
111 Retrieve the
115 Retrieve the
119 Retrieve the
123 Retrieve the
127 Retrieve the
131 Retrieve the
[all …]
H A Ddwarf_srclines.331 .Nd retrieve line number information for a debugging information entry
74 API set to retrieve specific information about each source line.
99 descriptors and to retrieve the source file, line number, and virtual address
117 /* Retrieve the file name for this descriptor. */
122 /* Retrieve the line number in the source file. */
126 /* Retrieve the virtual address for this line. */
H A Ddwarf_child.336 .Nd retrieve DWARF Debugging Information Entry descriptors
74 These functions are used to retrieve and traverse DWARF
116 except that it can retrieve the sibling descriptor from either the
155 except that it can retrieve the debugging information entry descriptor at
166 is non-zero, the function will retrieve the debugging information
169 section, otherwise the function will retrieve the debugging
219 To retrieve the first DWARF Debugging Information Entry descriptor for
H A Ddwarf_get_relocation_info.332 .Nd retrieve generated relocation arrays
49 is used to retrieve the relocation arrays generated by a prior call to
54 Application code should call this function repeatly to retrieve all
141 if there were no more relocation arrays to retrieve, or if the flag
151 To generate relocation entries and retrieve them, use:
210 There were no more ELF relocation arrays to retrieve.
H A Ddwarf_get_section_bytes.332 .Nd retrieve ELF section byte streams
100 To generate and retrieve ELF section byte streams, use:
119 /* Retrieve section data. */
147 There were no more ELF sections to retrieve, or the function was
/freebsd-src/sys/contrib/edk2/Include/Library/
H A DPcdLib.h32 @param TokenName The name of the PCD token to retrieve the token number for.
47 @param TokenName The name of the PCD token to retrieve a current value for.
62 @param TokenName The name of the PCD token to retrieve a current value for.
77 @param TokenName The name of the PCD token to retrieve a current value for.
92 @param TokenName The name of the PCD token to retrieve a current value for.
107 @param TokenName The name of the PCD token to retrieve a current value for.
122 @param TokenName The name of the PCD token to retrieve a current value for.
137 @param TokenName The name of the PCD token to retrieve a current value for.
152 @param TokenName The name of the PCD token to retrieve a current value for.
166 @param TokenName The name of the PCD token to retrieve a current value for.
[all …]
/freebsd-src/contrib/elftoolchain/libelf/
H A Delf.3123 that retrieve and store data from the ELF object in a class-agnostic
211 Given an ELF descriptor, the application may retrieve the ELF
433 Retrieve the archive symbol table.
435 Retrieve the archive header for an object.
437 Retrieve the offset of a member inside an archive.
450 Retrieve translated data for an ELF section.
452 Retrieve the section descriptor for a named section.
454 Retrieve the index for a section.
464 Retrieve untranslated data for an ELF section.
468 Retrieve the Executable Header in an ELF object.
[all …]
H A Dgelf.395 An application will retrieve data from an ELF descriptor using a
150 Retrieve an ELF Compression Header from the underlying ELF descriptor.
152 Retrieve an ELF
156 Retrieve an ELF Executable Header from the underlying ELF descriptor.
158 Retrieve an ELF Program Header Table entry from the underlying ELF descriptor.
160 Retrieve an ELF relocation entry.
162 Retrieve an ELF relocation entry with addend.
164 Retrieve an ELF Section Header Table entry from the underlying ELF descriptor.
166 Retrieve an ELF symbol table entry.
/freebsd-src/lib/libifconfig/
H A Dlibifconfig.h184 /** Retrieve the list of groups to which this interface belongs
196 /** Retrieve the interface media information
211 /** Retrieve the name of a media type
217 /** Retrieve a media type by its name
223 /** Retrieve the name of a media subtype
229 /** Retrieve a media subtype by its name
236 /** Retrieve the name of a media mode
242 /** Retrieve a media mode by its name
249 /** Retrieve an array of media options
258 /** Retrieve an array of media options by names
[all …]
/freebsd-src/crypto/openssl/demos/pkey/
H A DEVP_PKEY_RSA_keygen.c131 * Retrieve value of n. This value is not secret and forms part of the in dump_key()
138 fprintf(stderr, "Failed to retrieve n\n"); in dump_key()
143 * Retrieve value of e. This value is not secret and forms part of the in dump_key()
147 fprintf(stderr, "Failed to retrieve e\n"); in dump_key()
152 * Retrieve value of d. This value is secret and forms part of the private in dump_key()
156 fprintf(stderr, "Failed to retrieve d\n"); in dump_key()
161 * Retrieve value of the first prime factor, commonly known as p. This value in dump_key()
165 fprintf(stderr, "Failed to retrieve p\n"); in dump_key()
170 * Retrieve value of the second prime factor, commonly known as q. This value in dump_key()
174 * applications, you can retrieve these primes with in dump_key()
[all …]
/freebsd-src/contrib/llvm-project/clang/include/clang-c/
H A DCXDiagnostic.h82 * Retrieve a diagnostic associated with the given CXDiagnosticSet.
85 * \param Index the zero-based diagnostic number to retrieve.
144 * Retrieve the child diagnostics of a CXDiagnostic.
243 * Retrieve the set of display options most similar to the
258 * Retrieve the source location of the given diagnostic.
266 * Retrieve the text of the given diagnostic.
271 * Retrieve the name of the command-line option that enabled this
286 * Retrieve the category number for this diagnostic.
298 * Retrieve the name of a particular diagnostic category. This
311 * Retrieve the diagnostic category text for a given diagnostic.
[all …]
H A DCXSourceLocation.h52 * Use clang_getRangeStart() and clang_getRangeEnd() to retrieve the
62 * Retrieve a NULL (invalid) source location.
89 * Retrieve a NULL (invalid) source range.
94 * Retrieve a source range given the beginning and ending source
114 * Retrieve the file, line, column, and offset represented by
141 * Retrieve the file, line and column represented by the given source
185 * Legacy API to retrieve the file, line, column, and offset represented
198 * Retrieve the file, line, column, and offset represented by
225 * Retrieve the file, line, column, and offset represented by
252 * Retrieve a source location representing the first character within a
[all …]
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DMangleNumberingContext.h36 /// Retrieve the mangling number of a new lambda expression with the
40 /// Retrieve the mangling number of a new block literal within this
47 /// Retrieve the mangling number of a static local variable within
52 /// Retrieve the mangling number of a static local variable within
57 /// Retrieve the mangling number of a new lambda expression with the
62 // Retrieve the index of the next lambda appearing in this context, which is
H A DNestedNameSpecifier.h174 /// Retrieve the identifier stored in this nested name
183 /// Retrieve the namespace stored in this nested name
187 /// Retrieve the namespace alias stored in this nested name
191 /// Retrieve the record declaration stored in this nested name
195 /// Retrieve the type stored in this nested name specifier.
272 /// Retrieve the nested-name-specifier to which this instance
278 /// Retrieve the opaque pointer that refers to source-location data.
281 /// Retrieve the source range covering the entirety of this
289 /// Retrieve the source range covering just the last part of
297 /// Retrieve th
[all...]
H A DExprCXX.h196 /// Retrieve the implicit object argument for the member call.
201 /// Retrieve the type of the object argument.
206 /// Retrieve the declaration of the called method.
209 /// Retrieve the CXXRecordDecl for the underlying type of
401 /// Retrieve the location of the cast operator keyword, e.g.,
405 /// Retrieve the location of the closing parenthesis.
824 /// Retrieve the source range of the expression.
887 /// Retrieve source information for the type operand.
1102 /// Retrieve source information for the type operand. in getTypeOperandSourceInfo()
1309 // Retrieve th
[all...]
/freebsd-src/contrib/kyua/utils/sqlite/
H A Dstatement.cpp273 /// \param index The column to retrieve.
289 /// \param index The column to retrieve.
302 /// \param index The column to retrieve.
305 /// depending on the platform. Use column_int64 to retrieve the integer without
317 /// \param index The column to retrieve.
330 /// \param index The column to retrieve.
349 /// \param index The column to retrieve the size of.
364 /// \param name The name of the column to retrieve.
368 /// \throw error If the type of the cell to retrieve is invalid.
383 /// \param name The name of the column to retrieve.
[all …]
/freebsd-src/crypto/openssl/doc/man3/
H A DUI_STRING.pod51 UI_get_string_type() is used to retrieve the type of the given
54 UI_get_input_flags() is used to retrieve the flags associated with the
57 UI_get0_output_string() is used to retrieve the actual string to
60 UI_get0_action_string() is used to retrieve the action description
66 retrieve the result of a prompt and its length.
71 UI_get0_test_string() is used to retrieve the string to compare the
77 retrieve the minimum and maximum required size of the result.
/freebsd-src/lib/libc/posix1e/
H A Dacl.347 The library calls include routines to allocate, duplicate, retrieve, set,
141 and may be used to retrieve a designated ACL entry from an ACL.
150 and may be used to retrieve ACLs from file system objects.
154 and may be used to retrieve an ACL type from an ACL entry.
158 and may be used to retrieve a flagset from an ACL entry.
166 and may be used to retrieve a permset from an ACL entry.
170 and may be used to retrieve the qualifier from an ACL entry.
174 and may be used to retrieve the tag type from an ACL entry.
H A Dmac.conf.561 symbol to indicate that a failure to retrieve the label element for
94 In this example, userland applications will attempt to retrieve Biba,
96 additionally attempt to retrieve a Partition identifier.
97 In all cases except the Partition identifier, failure to retrieve a
/freebsd-src/share/man/man4/
H A Dcpuctl.449 It provides functionality to retrieve
87 Retrieve CPUID information.
101 Retrieve CPUID information.
112 field indicates the CPUID level to retrieve,
118 field indicates the CPUID level type to retrieve,
/freebsd-src/sys/dev/qat/qat_api/device/
H A Ddev_info.c47 QAT_UTILS_LOG("Failed to retrieve number of devices!\n"); in cpaGetDeviceInfo()
64 QAT_UTILS_LOG("Failed to retrieve device.\n"); in cpaGetDeviceInfo()
68 /* Device of interest is found, retrieve the information for it */ in cpaGetDeviceInfo()
83 QAT_UTILS_LOG("Failed to retrieve enabled services!\n"); in cpaGetDeviceInfo()
89 QAT_UTILS_LOG("Failed to retrieve accel capabilities mask!\n"); in cpaGetDeviceInfo()
/freebsd-src/sys/contrib/ena-com/
H A Dena_com.h507 /* ena_com_phc_get_timestamp - Retrieve PHC timestamp
514 /* ena_com_phc_get_error_bound - Retrieve cached PHC error bound
615 * Retrieve the state of the admin queue (enable/disable)
670 /* ena_com_aenq_has_keep_alive - Retrieve if there is a keep alive notification in the aenq
708 /* ena_com_get_link_params - Retrieve physical link parameters.
712 * Retrieve the physical link parameters,
720 /* ena_com_get_dma_width - Retrieve physical dma address width the device
724 * Retrieve the maximum physical address bits the device can handle.
793 /* ena_com_get_offload_settings - Retrieve the device offloads capabilities
860 /* ena_com_get_hash_function - Retrieve th
[all...]
/freebsd-src/secure/lib/libcrypto/man/man3/
H A DUI_STRING.3186 \&\fBUI_get_string_type()\fR is used to retrieve the type of the given
189 \&\fBUI_get_input_flags()\fR is used to retrieve the flags associated with the
192 \&\fBUI_get0_output_string()\fR is used to retrieve the actual string to
195 \&\fBUI_get0_action_string()\fR is used to retrieve the action description
201 retrieve the result of a prompt and its length.
206 \&\fBUI_get0_test_string()\fR is used to retrieve the string to compare the
212 retrieve the minimum and maximum required size of the result.
/freebsd-src/lib/libc/gen/
H A Ddlinfo.373 Retrieve the
142 Retrieve the library search paths associated with the given
197 Retrieve the origin of the dynamic object associated with the handle.
215 to retrieve
235 to retrieve the library search paths.

12345678910>>...63