Searched refs:abi_version (Results 1 - 4 of 4) sorted by relevance

/haiku/src/system/runtime_loader/
H A Dexport.cpp97 gRuntimeLoader.abi_version field and the minimum API version found to the
101 set_abi_api_version(int abi_version, int api_version) argument
103 if (gRuntimeLoader.abi_version == 0
104 || gRuntimeLoader.abi_version > abi_version) {
105 gRuntimeLoader.abi_version = abi_version;
H A Druntime_loader_private.h102 void set_abi_api_version(int abi_version, int api_version);
/haiku/src/system/libroot/
H A Dlibroot_init.c54 __gABIVersion = __gRuntimeLoader->abi_version;
/haiku/headers/private/runtime_loader/
H A Druntime_loader.h60 int abi_version; member in struct:rld_export

Completed in 274 milliseconds