Are the runtime interfaces(such as __objc_exec_class()) for Objective-C programs specified/documented anywhere, or they are (compiler-)implementation defined?
The closest thing to a reference I have found are the GCC headers, but I'd like to know if there is some sort of reference document.