_LoadFile
status_t _LoadFile(const char* fileName);
error = _LoadFile();
status = _LoadFile(&ref, forceEncoding);
if (_LoadFile(ref) != B_OK) {
status_t _LoadFile(entry_ref* ref,
status_t error = _LoadFile(info.name, &textAddress, &textSize, &dataAddress,
status_t error = _LoadFile(path, &textAddress, &textSize, &dataAddress,
status_t _LoadFile(const char* path,
return _LoadFile<ElfClass64>(fileName);
return _LoadFile<ElfClass32>(fileName);