Searched refs:architecture (Results 1 - 25 of 70) sorted by last modified time

123

/haiku/src/system/libroot/os/
H A Dfind_directory.cpp482 // resolve "$a" placeholder to the architecture subdirectory, if not
488 const char* architecture = __get_architecture(); local
489 if (strcmp(architecture, __get_primary_architecture()) != 0) {
491 pathBuffer.Append(architecture);
671 // resolve "$a" placeholder to the architecture subdirectory, if not
H A Dfind_paths.cpp172 replaced by "" for the primary architecture and by "/<arch>" for a secondary
173 architecture.
435 process_path(const char* installationLocation, const char* architecture, argument
443 // append the relative path, expanding the architecture placeholder
447 if (architecture != NULL) {
449 buffer.Append(architecture);
497 const char* dependency, const char* architecture,
501 if (strcmp(architecture, __get_primary_architecture()) == 0)
502 architecture = NULL;
574 ssize_t pathSize = process_path(installationLocation, architecture,
496 internal_path_for_path(char* referencePath, size_t referencePathSize, const char* dependency, const char* architecture, path_base_directory baseDirectory, const char* subPath, uint32 flags, char* pathBuffer, size_t bufferSize) argument
595 __find_path_etc(const void* codePointer, const char* dependency, const char* architecture, path_base_directory baseDirectory, const char* subPath, uint32 flags, char* pathBuffer, size_t bufferSize) argument
627 __find_path_for_path_etc(const char* path, const char* dependency, const char* architecture, path_base_directory baseDirectory, const char* subPath, uint32 flags, char* pathBuffer, size_t bufferSize) argument
659 __find_paths_etc(const char* architecture, path_base_directory baseDirectory, const char* subPath, uint32 flags, char*** _paths, size_t* _pathCount) argument
790 const char* architecture = secondaryArchitectures[k]; local
[all...]
/haiku/headers/os/storage/
H A DFindDirectory.h180 const char* architecture, path_base_directory baseDirectory,
187 const char* architecture, path_base_directory baseDirectory,
193 status_t find_paths_etc(const char* architecture,
/haiku/src/kits/package/
H A DPackageInfo.cpp38 "architecture",
218 int32 architecture; local
226 && (error = archive->FindInt32("architecture", &architecture)) == B_OK
260 if (architecture >= 0
261 && architecture <= B_PACKAGE_ARCHITECTURE_ENUM_COUNT) {
262 fArchitecture = (BPackageArchitecture)architecture;
722 BPackageInfo::SetArchitecture(BPackageArchitecture architecture) argument
724 fArchitecture = architecture;
1045 || (error = archive->AddInt32("architecture", fArchitectur
[all...]
H A DRepositoryInfo.cpp38 const char* const BRepositoryInfo::kArchitectureField = "architecture";
251 BRepositoryInfo::SetArchitecture(BPackageArchitecture architecture) argument
253 fArchitecture = architecture;
383 "architecture", NULL, NULL);
394 BPackageArchitecture architecture; local
395 if (BPackageInfo::GetArchitectureByName(architectureString, architecture)
396 != B_OK || architecture == B_PACKAGE_ARCHITECTURE_ANY) {
406 fArchitecture = architecture;
/haiku/headers/os/package/
H A DPackageInfo.h130 BPackageArchitecture architecture);
/haiku/src/system/runtime_loader/
H A Druntime_loader.cpp653 // check the architecture
658 const char* architecture = NULL; local
665 architecture = "x86_gcc2";
667 architecture = "x86";
671 architecture = "m68k";
674 architecture = "ppc";
677 architecture = "arm";
680 architecture = "arm64";
683 architecture = "x86_64";
686 architecture
[all...]
/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp1913 BPackageArchitecture architecture;
1914 return BPackageInfo::GetArchitectureByName(name.String() + 6, architecture)
/haiku/src/apps/haikudepot/ui/
H A DRatePackageWindow.cpp630 BString architecture = fPackage->Architecture(); local
681 architecture, webAppRepositoryCode, webAppRepositorySourceCode,
/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
H A DWebAppInterface.h68 const BString& architecture,
77 const BString& architecture,
/haiku/src/apps/haikudepot/packagemodel/
H A DPackageInfo.h58 const char* architecture);
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/src/kits/debugger/debug_info/
H A DDwarfTypes.h53 DwarfTypeContext(Architecture* architecture,
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 DDwarfTeamDebugInfo.cpp24 DwarfTeamDebugInfo::DwarfTeamDebugInfo(Architecture* architecture, argument
29 fArchitecture(architecture),
H A DDwarfImageDebugInfo.cpp88 RegisterMap* fromDwarfMap, Architecture* architecture,
94 fArchitecture(architecture),
180 Architecture* architecture, TeamMemory* teamMemory)
183 architecture, teamMemory),
331 DebuggerInterface* interface, Architecture* architecture,
339 fArchitecture(architecture),
496 // get the DWARF <-> architecture register maps
609 // get the DWARF <-> architecture register maps
1254 // simply default to the architecture's register width.
87 BasicTargetInterface(const Register* registers, int32 registerCount, RegisterMap* fromDwarfMap, Architecture* architecture, TeamMemory* teamMemory) argument
178 UnwindTargetInterface(const Register* registers, int32 registerCount, RegisterMap* fromDwarfMap, RegisterMap* toDwarfMap, CpuState* cpuState, Architecture* architecture, TeamMemory* teamMemory) argument
330 DwarfImageDebugInfo(const ImageInfo& imageInfo, DebuggerInterface* interface, Architecture* architecture, FileManager* fileManager, GlobalTypeLookup* typeLookup, GlobalTypeCache* typeCache, TeamFunctionSourceInformation* sourceInfo, DwarfFile* file) argument
/haiku/
H A Dconfigure33 <arch> specifies the target architecture, either
73 --target-arch <arch> Haiku only: Specify the target architecture to
76 architecture will be used.
79 architecture of the Haiku to build, subsequent
113 HAIKU_CPPFLAGS_<arch> The preprocessor flags for target architecture
115 HAIKU_CCFLAGS_<arch> The C flags for target architecture <arch>.
117 HAIKU_CXXFLAGS_<arch> The C++ flags for target architecture <arch>.
120 target architecture <arch>. Defaults to "".
121 HAIKU_LDFLAGS_<arch> The linker flags for target architecture <arch>.
124 architecture <arc
[all...]
/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp1141 # error Unsupported 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/bin/package/
H A DPackageInfoPrinter.h269 void PrintArchitecture(uint32 architecture) const
272 architecture < B_PACKAGE_ARCHITECTURE_ENUM_COUNT
273 ? BPackageInfo::kArchitectureNames[architecture]
/haiku/headers/os/kernel/
H A Ddebugger.h14 // include architecture specific definitions
45 #error unsupported architecture
323 // 4); architecture specific alignment
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp1567 Architecture* architecture = fThread->GetTeam() local
1571 architecture->Registers()[piece.reg].Name());
H A DRegistersView.cpp119 RegisterTableModel(Architecture* architecture) argument
121 fArchitecture(architecture),
199 RegistersView::RegistersView(Architecture* architecture) argument
202 fArchitecture(architecture),
220 RegistersView::Create(Architecture* architecture) argument
222 RegistersView* self = new RegistersView(architecture);
/haiku/src/kits/package/hpkg/
H A DWriterImplBase.cpp409 // architecture
410 PackageAttribute* architecture = new PackageAttribute( local
413 architecture->unsignedInt = packageInfo.Architecture();
414 attributeList.Add(architecture);

Completed in 143 milliseconds

123