Searched refs:object (Results 226 - 250 of 882) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp164 // Now sort all of the object name pointers
220 // continue to use this BSD archive since we cache only the object info
283 return "BSD Archive object container reader.";
415 s->Printf("object[%u] = %s\n", i, GetObjectNameAtIndex(i));
425 Object *object = m_archive_sp->FindObject( local
427 if (object) {
428 lldb::offset_t data_offset = object->file_offset;
430 module_sp, file, m_offset + object->file_offset, object->file_size,
477 const Object *object local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h1 //===- ObjectFile.h - File format independent object file -------*- C++ -*-===//
38 namespace object { namespace in namespace:llvm
51 /// of relocations in the object file.
80 /// sections in the object file.
161 /// symbols in the object file.
186 /// Return the value of the symbol depending on the object this can be an
220 /// This class is the base class for all object file types. Concrete instances
221 /// of this object are created by createObjectFile, which figures out which type
235 // entry in the memory mapped object file. SymbolPimpl cannot contain any
269 // A section is 'virtual' if its contents aren't present in the object imag
[all...]
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscic_sds_stp_request.c247 * @param[in] this_request The general IO request object which is to be used
426 * @param[in] this_request This parameter specifies the STP request object
453 * object to construction into an STP/SATA non-data request.
503 * @brief This method constructs the SATA request object.
727 * @param[in] scic_io_request The core request object which is cast to a SATA
728 * PIO request object.
979 SCI_BASE_OBJECT_T *object
982 SCIC_SDS_REQUEST_T *this_request = (SCIC_SDS_REQUEST_T *)object;
997 SCI_BASE_OBJECT_T *object
1000 SCIC_SDS_REQUEST_T *this_request = (SCIC_SDS_REQUEST_T *)object;
[all...]
/freebsd-11-stable/usr.sbin/ppp/
H A Dfsm.c248 (*fp->parent->LayerStart)(fp->parent->object, fp);
263 (*fp->parent->LayerStart)(fp->parent->object, fp);
326 (*fp->parent->LayerFinish)(fp->parent->object, fp);
331 (*fp->parent->LayerStart)(fp->parent->object, fp);
342 (*fp->parent->LayerDown)(fp->parent->object, fp);
354 (*fp->parent->LayerFinish)(fp->parent->object, fp);
368 (*fp->parent->LayerDown)(fp->parent->object, fp);
437 (*fp->parent->LayerFinish)(fp->parent->object, fp);
442 (*fp->parent->LayerFinish)(fp->parent->object, fp);
449 (*fp->parent->LayerFinish)(fp->parent->object, f
[all...]
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dreg.h23 class reg : public object {
H A Drequest.h26 class request_or_macro : public object {
/freebsd-11-stable/crypto/openssl/crypto/pkcs12/
H A Dp12_attr.c128 if (OBJ_obj2nid(attrib->object) == attr_nid) {
/freebsd-11-stable/crypto/openssl/crypto/store/
H A Dstr_mem.c75 * attributes associated with the object (basically, the difference between
81 STORE_OBJECT *object; member in struct:mem_object_data_st
201 STORE_OBJECT *object = mem_list_next(s, context); local
204 return object;
338 return (sk_MEM_OBJECT_DATA_value(store->data, srch))->object;
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3conf.c119 printf("%s", OBJ_nid2ln(OBJ_obj2nid(ext->object)));
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dx509_v3.c100 if (OBJ_cmp(ex->object, obj) == 0)
238 ASN1_OBJECT_free(ex->object);
239 ex->object = OBJ_dup(obj);
267 return (ex->object);
/freebsd-11-stable/sys/netpfil/ipfw/
H A Ddn_heap.h42 * A heap entry contains an uint64_t key and a pointer to object.
50 * To extract an object from the middle of the heap, we the object
51 * must reserve an 'int32_t' to store the position of the object
58 void *object; /* object pointer */ member in struct:dn_heap_entry
64 int ofs; /* offset in the object of heap index */
78 * SET_HEAP_OFS() indicates where, in the object, is stored the index
123 * object during insertions.
135 * is invoked with a pointer to the object, an
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DWriter.h71 llvm::object::coff_section header = {};
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.h64 bool GetObjectDescription(Stream &str, ValueObject &object) override;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAddressRange.h32 uint64_t SectionIndex = object::SectionedAddress::UndefSection)
30 DWARFAddressRange( uint64_t LowPC, uint64_t HighPC, uint64_t SectionIndex = object::SectionedAddress::UndefSection) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DTapiUniversal.cpp21 using namespace object;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRnglists.cpp116 llvm::Optional<object::SectionedAddress> BaseAddr, DWARFUnit &U) const {
123 Optional<object::SectionedAddress> BaseAddr,
124 function_ref<Optional<object::SectionedAddress>(uint32_t)>
185 llvm::function_ref<Optional<object::SectionedAddress>(uint32_t)>
/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
H A DMSP430.cpp26 using namespace llvm::object;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.h19 namespace object { namespace in namespace:llvm
/freebsd-11-stable/sys/sys/
H A Dimgact.h62 struct vm_object *object; /* The vm object for this vp */ member in struct:image_params
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_indirect_mapping.c88 * The length (in bytes) of the mapping object array in memory and
307 uint64_t object; local
315 object = dmu_object_alloc(os,
324 VERIFY0(dmu_bonus_hold(os, object, FTAG, &dbuf));
334 return (object);
368 vdev_indirect_mapping_free(objset_t *os, uint64_t object, dmu_tx_t *tx) argument
370 vdev_indirect_mapping_t *vim = vdev_indirect_mapping_open(os, object);
378 VERIFY0(dmu_object_free(os, object, tx));
383 * mapping object. Also remove the entries from the list and free them.
/freebsd-11-stable/sys/vm/
H A Dvm_glue.c222 * Pin the page contained within the given object at the given offset. If the
223 * page is not resident, allocate and load it using the given object's pager.
227 vm_imgact_hold_page(vm_object_t object, vm_ooffset_t offset) argument
233 VM_OBJECT_WLOCK(object);
235 m = vm_page_grab(object, pindex, VM_ALLOC_NORMAL | VM_ALLOC_NOBUSY);
238 rv = vm_pager_get_pages(object, &m, 1, NULL, NULL);
253 VM_OBJECT_WUNLOCK(object);
259 * given object. The page is pinned before it is mapped.
262 vm_imgact_map_page(vm_object_t object, vm_ooffset_t offset) argument
266 m = vm_imgact_hold_page(object, offse
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp97 using namespace llvm::object;
104 bool WriteSymtab, object::Archive::Kind Kind,
165 static Error executeObjcopyOnBinary(CopyConfig &Config, object::Binary &In,
167 if (auto *ELFBinary = dyn_cast<object::ELFObjectFileBase>(&In)) {
171 } else if (auto *COFFBinary = dyn_cast<object::COFFObjectFile>(&In))
173 else if (auto *MachOBinary = dyn_cast<object::MachOObjectFile>(&In))
177 "unsupported object file format");
254 /// of input (raw binary, archive or single object file) and takes care of the
286 Expected<OwningBinary<llvm::object::Binary>> BinaryOrErr =
/freebsd-11-stable/contrib/gcc/cp/
H A Dexcept.c100 When the destruction of an object during stack unwinding exits
162 copy constructor for the thrown object. */
219 /* Build up a call to __cxa_end_catch, to destroy the exception object
284 /* Thrown object must be a Throwable. */
424 /* Java only passes object via pointer and doesn't require
425 adjusting. The java object is immediately before the
444 /* If the C++ object needs constructing, we need to do that before
528 /* Return a pointer to a buffer for an exception object of type TYPE. */
648 tree object, ptr; local
677 A throw-expression initializes a temporary object, th
[all...]
/freebsd-11-stable/contrib/gcc/
H A Drecog.c166 rtx object;
196 validate_change (rtx object, rtx *loc, rtx new, int in_group)
220 changes[num_changes].object = object;
224 if (object && !MEM_P (object))
228 changes[num_changes].old_code = INSN_CODE (object);
229 INSN_CODE (object) = -1;
315 The changes are valid if we aren't given an object, or if we are
323 rtx object
164 rtx object; member in struct:change_t
194 validate_change(rtx object, rtx *loc, rtx new, int in_group) argument
321 rtx object = changes[i].object; local
455 validate_replace_rtx_1(rtx *loc, rtx from, rtx to, rtx object) argument
515 validate_replace_rtx_1 (&XEXP (x, i), from, to, object); local
518 validate_replace_rtx_1 (&XVECEXP (x, i, j), from, to, object); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp161 ExtraObjects("extra-object",
162 cl::desc("Extra object files to be loaded"),
163 cl::value_desc("input object"));
176 ObjectCacheDir("object-cache-dir",
177 cl::desc("Directory to store cached object files "
233 // This object cache implementation writes cached objects to disk to the
235 // descriptor. The cache tries to load a saved object using that path if the
269 // Load the object from the cache filename
487 Expected<object::OwningBinary<object
[all...]

Completed in 317 milliseconds

1234567891011>>