Searched refs:architecture (Results 1 - 25 of 70) sorted by path

123

/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex92 PefOSType architecture;
/haiku/headers/os/storage/
H A DPathFinder.h49 status_t FindPath(const char* architecture,
61 static status_t FindPaths(const char* architecture,
/haiku/headers/private/debugger/debug_info/
H A DTeamDebugInfo.h43 Architecture* architecture,
/haiku/headers/private/debugger/model/
H A DTeam.h106 Architecture* architecture,
/haiku/headers/private/storage/
H A DPef.h14 PefOSType architecture; member in struct:PEFContainerHeader
/haiku/headers/private/system/
H A Dfind_directory_private.h24 const char* architecture, path_base_directory baseDirectory,
32 const char* architecture, path_base_directory baseDirectory,
38 status_t __find_paths_etc(const char* 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/src/apps/debugger/user_interface/gui/team_window/
H A DRegistersView.h21 RegistersView(Architecture* architecture);
24 static RegistersView* Create(Architecture* architecture);
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DWatchPromptWindow.cpp28 WatchPromptWindow::WatchPromptWindow(Architecture* architecture, argument
37 fArchitecture(architecture),
72 WatchPromptWindow::Create(Architecture* architecture, target_addr_t address, argument
75 WatchPromptWindow* self = new WatchPromptWindow(architecture, address,
H A DWatchPromptWindow.h26 WatchPromptWindow(Architecture* architecture,
33 static WatchPromptWindow* Create(Architecture* architecture,
/haiku/src/bin/
H A Dfindpaths.cpp100 " -a <architecture>\n"
101 " If the path(s) specified by <kind> are architecture specific, use\n"
102 " architecture <architecture>. If not specified, the primary\n"
103 " architecture is used, unless the -p/--path option is specified, in\n"
104 " which case the architecture associated with the given <path> is\n"
146 const char* architecture = NULL; local
156 { "architecture", required_argument, 0, 'a' },
174 architecture = optarg;
263 status_t error = pathFinder.FindPath(architecture, baseDirector
[all...]
H A Dgetarch.cpp24 "Prints the architecture currently set via the PATH environment variable,\n"
25 "when no arguments are given. When <path> is specified, the architecture\n"
27 "primary architecture or the secondary architectures.\n"
33 " Print the primary architecture.\n"
61 // get the system bin directory for each architecture
75 // bin path we encounter implies the architecture.
148 // architecture for given path
151 // primary architecture
161 // current architecture as implied by PATH
162 BString architecture
[all...]
H A Dsetarch.cpp27 " %s [-p] <architecture> [ <command> ... ]\n"
30 "architecture will be preferred, respectively used exclusively in case of\n"
31 "the primary architecture.\n"
53 is_primary_architecture(const char* architecture) argument
55 return strcmp(architecture, get_primary_architecture()) == 0;
60 get_bin_directories(const char* architecture, BStringList& _directories) argument
62 status_t error = BPathFinder::FindPaths(architecture,
65 fprintf(stderr, "Error: Failed to get bin directories for architecture "
66 "%s: %s\n", architecture, strerror(error));
73 compute_new_paths(const char* architecture, BStringLis argument
205 const char* architecture = optind < argc ? argv[optind++] : NULL; local
[all...]
/haiku/src/kits/debugger/debug_info/
H A DDebuggerImageDebugInfo.cpp22 DebuggerInterface* debuggerInterface, Architecture* architecture)
26 fArchitecture(architecture)
21 DebuggerImageDebugInfo(const ImageInfo& imageInfo, DebuggerInterface* debuggerInterface, Architecture* architecture) argument
H A DDebuggerImageDebugInfo.h24 Architecture* architecture);
H A DDebuggerTeamDebugInfo.cpp14 DebuggerInterface* debuggerInterface, Architecture* architecture)
17 fArchitecture(architecture)
13 DebuggerTeamDebugInfo( DebuggerInterface* debuggerInterface, Architecture* architecture) argument
H A DDebuggerTeamDebugInfo.h21 Architecture* architecture);
H A DDwarfImageDebugInfo.h45 Architecture* architecture,
H A DDwarfStackFrameDebugInfo.cpp167 DwarfStackFrameDebugInfo::DwarfStackFrameDebugInfo(Architecture* architecture, argument
175 fTypeContext(new(std::nothrow) DwarfTypeContext(architecture, imageID, file,
H A DDwarfTeamDebugInfo.h25 DwarfTeamDebugInfo(Architecture* architecture,
H A DTeamDebugInfo.cpp262 Architecture* architecture, FileManager* fileManager)
266 fArchitecture(architecture),
261 TeamDebugInfo(DebuggerInterface* debuggerInterface, Architecture* architecture, FileManager* fileManager) argument
/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/kits/debugger/jobs/
H A DGetStackTraceJob.cpp21 JobListener* listener, Architecture* architecture, ::Thread* thread)
26 fArchitecture(architecture),
20 GetStackTraceJob(DebuggerInterface* debuggerInterface, JobListener* listener, Architecture* architecture, ::Thread* thread) argument
H A DJobs.h102 Architecture* architecture,
160 Architecture* architecture, Team* team,
182 Architecture* architecture,
215 Architecture* architecture,

Completed in 117 milliseconds

123