Searched refs:dso (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/runtime_loader/
H A Delf_tls.h42 void Unregister(unsigned dso);
44 void SetBaseAddress(unsigned dso, addr_t baseAddress);
46 unsigned GetGeneration(unsigned dso) const;
48 TLSBlock CreateBlock(unsigned dso);
72 void* get_tls_address(unsigned dso, addr_t offset);
H A Delf_tls.cpp23 inline status_t Initialize(unsigned dso);
57 inline TLSBlock& operator[](unsigned dso);
111 unsigned dso; local
114 dso = fFreeDSOs.back();
116 fTemplates[dso] = block;
118 dso = fTemplates.size();
122 fTemplates[dso].SetGeneration(fGeneration);
123 return dso;
128 TLSBlockTemplates::Unregister(unsigned dso) argument
130 if (dso
139 SetBaseAddress(unsigned dso, addr_t baseAddress) argument
156 CreateBlock(unsigned dso) argument
184 Initialize(unsigned dso) argument
234 operator [](unsigned dso) argument
306 get_tls_address(unsigned dso, addr_t offset) argument
[all...]
/haiku/headers/private/runtime_loader/
H A Druntime_loader.h49 void* (*get_tls_address)(unsigned dso, addr_t offset);

Completed in 47 milliseconds