Searched refs:architecture (Results 26 - 50 of 70) sorted by path

123

/haiku/src/kits/debugger/jobs/
H A DLoadSourceCodeJob.cpp22 DebuggerInterface* debuggerInterface, Architecture* architecture,
27 fArchitecture(architecture),
21 LoadSourceCodeJob( DebuggerInterface* debuggerInterface, Architecture* architecture, Team* team, FunctionInstance* functionInstance, bool loadForFunction) argument
H A DResolveValueNodeJob.cpp26 DebuggerInterface* debuggerInterface, Architecture* architecture,
32 fArchitecture(architecture),
25 ResolveValueNodeValueJob( DebuggerInterface* debuggerInterface, Architecture* architecture, CpuState* cpuState, TeamTypeInformation* typeInformation, ValueNodeContainer* container, ValueNode* valueNode) argument
H A DWriteValueNodeJob.cpp24 DebuggerInterface* debuggerInterface, Architecture* architecture,
30 fArchitecture(architecture),
23 WriteValueNodeValueJob( DebuggerInterface* debuggerInterface, Architecture* architecture, CpuState* cpuState, TeamTypeInformation* typeInformation, ValueNode* valueNode, Value* newValue) argument
/haiku/src/kits/debugger/model/
H A DTeam.cpp74 Team::Team(team_id teamID, TeamMemory* teamMemory, Architecture* architecture, argument
81 fArchitecture(architecture),
/haiku/src/kits/debugger/value/
H A DValueLoader.cpp19 ValueLoader::ValueLoader(Architecture* architecture, TeamMemory* teamMemory, argument
22 fArchitecture(architecture),
H A DValueLoader.h23 ValueLoader(Architecture* architecture,
H A DValueWriter.cpp20 ValueWriter::ValueWriter(Architecture* architecture, argument
23 fArchitecture(architecture),
H A DValueWriter.h24 ValueWriter(Architecture* architecture,
/haiku/src/kits/storage/
H A DPathFinder.cpp64 BPathFinder::FindPath(const char* architecture, argument
80 error = find_path_for_path_etc(fPath, dependency, architecture,
83 error = find_path_etc(fCodePointer, dependency, architecture,
118 BPathFinder::FindPaths(const char* architecture, argument
127 status_t error = find_paths_etc(architecture, baseDirectory, subPath, flags,
/haiku/src/kits/support/
H A DArchitecture.cpp24 BString architecture(architectures[i]);
25 if (architecture.IsEmpty() || !_architectures.Add(architecture)) {
/haiku/src/system/libroot/os/
H A DArchitecture.cpp34 has_secondary_architecture(const char* architecture) argument
36 if (strcmp(architecture, kPrimaryArchitecture) == 0)
41 architecture);
70 // If this is an architecture that could be a primary or secondary
71 // architecture, check for which architectures a libroot.so is present.
74 const char* architecture = kSiblingArchitectures[i]; local
75 if (!has_secondary_architecture(architecture))
79 architectures[index] = architecture;
106 const char* architecture; local
107 if (__gRuntimeLoader->get_executable_architecture(path, &architecture)
[all...]
/haiku/src/tools/opd_to_package_info/
H A Dopd_to_package_info.cpp40 " -a <arch> - Use the given architecture string. Default is to "
170 const char* architecture = NULL; local
191 architecture = optarg;
232 // guess architecture from the input file name, if not given
233 if (architecture == NULL) {
241 architecture = guess_architecture(fileName);
244 if (architecture == NULL && fileName != opdName)
245 architecture = guess_architecture(opdName);
248 if (architecture == NULL)
249 architecture
[all...]
/haiku/src/tools/restest/
H A DPef.h14 PefOSType architecture; member in struct:PEFContainerHeader
/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/data/bin/
H A Dinstall-wifi-firmwares.sh282 architecture any
/haiku/headers/config/
H A DHaikuConfig.h9 /* Determine the architecture and define macros for some fundamental
11 __HAIKU_ARCH - short name of the architecture (used in paths)
12 __HAIKU_ARCH_ABI - name of ABI (as in package architecture)
13 __HAIKU_ARCH_<arch> - defined to 1 for the respective architecture
87 # error Unsupported architecture!
131 /* architecture specific include macros */
/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/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/headers/posix/
H A Dfenv.h21 # error There is no fenv.h for this architecture!
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackage.h79 BPackageArchitecture architecture)
80 { fArchitecture = architecture; }
78 SetArchitecture( BPackageArchitecture architecture) argument
/haiku/src/apps/debugger/user_interface/gui/team_window/
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);
H A DVariablesView.cpp1567 Architecture* architecture = fThread->GetTeam() local
1571 architecture->Registers()[piece.reg].Name());
/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
H A DPackageInfo.h58 const char* architecture);

Completed in 288 milliseconds

123