Searched refs:architecture (Results 51 - 70 of 70) sorted by relevance

123

/haiku/src/kits/debugger/debugger_interface/remote/
H A DRemoteDebugRequest.cpp63 RemoteDebugRequest::SetArchitecture(Architecture* architecture) argument
65 fArchitecture = architecture;
H A DRemoteDebugRequest.h63 void SetArchitecture(Architecture* architecture);
/haiku/src/apps/haikudepot/packagemodel/
H A DPackageInfo.cpp99 int32 flags, const char* architecture)
118 fArchitecture(architecture),
96 PackageInfo(const BString& name, const BPackageVersion& version, const PublisherInfo& publisher, const BString& shortDescription, const BString& fullDescription, int32 flags, const char* architecture) argument
/haiku/data/bin/
H A Dinstall-wifi-firmwares.sh282 architecture any
/haiku/src/apps/haikudepot/server/
H A DWebAppInterface.cpp198 const BString& architecture,
214 requestEnvelopeWriter.WriteString(architecture.String());
549 const BString& architecture,
566 requestEnvelopeWriter.WriteString(architecture.String());
196 RetrieveUserRatingForPackageAndVersionByUser( const BString& packageName, const BPackageVersion& version, const BString& architecture, const BString& webAppRepositoryCode, const BString& webAppRepositorySourceCode, const BString& userNickname, BMessage& message) argument
547 CreateUserRating(const BString& packageName, const BPackageVersion& version, const BString& architecture, const BString& webAppRepositoryCode, const BString& webAppRepositorySourceCode, const BString& naturalLanguageCode, const BString& comment, const BString& stability, int rating, BMessage& message) argument
/haiku/src/kits/debugger/debug_info/
H A DTeamDebugInfo.cpp262 Architecture* architecture, FileManager* fileManager)
266 fArchitecture(architecture),
261 TeamDebugInfo(DebuggerInterface* debuggerInterface, Architecture* architecture, FileManager* fileManager) argument
H A DDwarfTypes.cpp136 DwarfTypeContext::DwarfTypeContext(Architecture* architecture, image_id imageID, argument
142 fArchitecture(architecture),
419 // is target architecture and source language specific.
H A DDwarfTypes.h53 DwarfTypeContext(Architecture* architecture,
/haiku/src/apps/haikudepot/ui/
H A DRatePackageWindow.cpp630 BString architecture = fPackage->Architecture(); local
681 architecture, webAppRepositoryCode, webAppRepositorySourceCode,
/haiku/headers/os/kernel/
H A Ddebugger.h14 // include architecture specific definitions
45 #error unsupported architecture
323 // 4); architecture specific alignment
/haiku/headers/os/package/
H A DPackageInfo.h130 BPackageArchitecture architecture);
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.cpp64 Architecture* architecture = team->GetArchitecture(); local
65 fTargetAddressSize = architecture->AddressSize() * 2;
66 fCurrentEndianMode = architecture->IsBigEndian()
/haiku/headers/private/debugger/model/
H A DTeam.h106 Architecture* architecture,
/haiku/src/kits/debugger/model/
H A DTeam.cpp74 Team::Team(team_id teamID, TeamMemory* teamMemory, Architecture* architecture, argument
81 fArchitecture(architecture),
/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp1913 BPackageArchitecture architecture;
1914 return BPackageInfo::GetArchitectureByName(name.String() + 6, architecture)
/haiku/src/tools/restest/
H A DResourceFile.cpp789 // check architecture -- we support PPC only
790 if (memcmp(pefHeader.architecture, kPEFArchitecturePPC, 4))
791 throw Exception("PEF file architecture is not PPC.");
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp1567 Architecture* architecture = fThread->GetTeam() local
1571 architecture->Registers()[piece.reg].Name());
/haiku/src/kits/storage/
H A DResourceFile.cpp689 // check architecture -- we support PPC only
690 if (memcmp(pefHeader.architecture, kPEFArchitecturePPC, 4) != 0)
691 throw Exception(B_IO_ERROR, "PEF file architecture is not PPC.");
/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp1141 # error Unsupported architecture!
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex92 PefOSType architecture;

Completed in 241 milliseconds

123