Searched refs:definition (Results 1 - 15 of 15) sorted by relevance

/haiku/src/system/runtime_loader/
H A Delf_versioning.cpp29 elf_verdef* definition = image->version_definitions; local
31 uint32 versionIndex = VER_NDX(definition->vd_ndx);
39 definition = (elf_verdef*)((uint8*)definition + definition->vd_next);
65 elf_verdef* definition = image->version_definitions; local
67 if (definition->vd_version != 1) {
68 FATAL("%s: Unsupported version definition revision: %u\n",
69 image->path, definition->vd_version);
73 uint32 versionIndex = VER_NDX(definition
123 elf_verdef* definition = image->version_definitions; local
[all...]
/haiku/src/system/kernel/slab/
H A DHashedObjectCache.h51 Definition(const Definition& definition) argument
53 parent(definition.parent)
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dparam.h61 #error Need definition of ALIGNED_POINTER for this arch!
74 #error Need definition of CACHE_LINE_SIZE for this arch!
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.h39 const ConnectionHashDefinition& definition)
40 : fManager(definition.fManager)
38 ConnectionHashDefinition( const ConnectionHashDefinition& definition) argument
/haiku/headers/private/kernel/util/
H A DMultiHashTable.h37 MultiHashTable(const Definition& definition) argument
38 : HashTable(definition) {}
H A DOpenHashTable.h107 BOpenHashTable(const Definition& definition) argument
109 fDefinition(definition),
116 BOpenHashTable(const Definition& definition, const Allocator& allocator) argument
118 fDefinition(definition),
H A DAVLTree.h13 To be implemented by the definition:
38 AVLTree(const Definition& definition);
77 // definition shortcuts
203 AVLTree<Definition>::AVLTree(const Definition& definition) argument
206 fDefinition(definition)
/haiku/src/tools/fs_shell/
H A DOpenHashTable.h107 BOpenHashTable(const Definition& definition) argument
109 fDefinition(definition),
116 BOpenHashTable(const Definition& definition, const Allocator& allocator) argument
118 fDefinition(definition),
/haiku/src/system/kernel/
H A Delf.cpp834 BytePointer<elf_verdef> definition(image->version_definitions);
836 uint32 versionIndex = VER_NDX(definition->vd_ndx);
844 definition += definition->vd_next;
867 BytePointer<elf_verdef> definition(image->version_definitions);
869 if (definition->vd_version != 1) {
870 dprintf("Unsupported version definition revision: %u\n",
871 definition->vd_version);
875 uint32 versionIndex = VER_NDX(definition->vd_ndx);
879 definition
[all...]
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DExtentAllocator.h88 const TreeDefinition& definition);
H A DExtentAllocator.cpp72 CachedExtentTree::CachedExtentTree(const TreeDefinition& definition) argument
74 AVLTree<TreeDefinition>(definition)
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DAttributeIndex.cpp128 NodeTree(const TreeDefinition& definition) argument
130 AVLTree<TreeDefinition>(definition)
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_internal.h317 # error Need definition of INTPTR_MAX!
/haiku/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp130 UdpHashDefinition(const UdpHashDefinition& definition) argument
131 : module(definition.module) {}
/haiku/src/apps/bootmanager/
H A Dbootman.S167 ; using a structure in a another structure definition

Completed in 96 milliseconds