OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:arch_name
(Results
1 - 5
of
5
) sorted by null
/external/lldb/source/Interpreter/
OptionValueArch.cpp
38
const char *
arch_name
= m_current_value.GetArchitectureName();
local
39
if (
arch_name
)
40
strm.PutCString (
arch_name
);
/development/ndk/platforms/android-3/arch-arm/include/asm/
procinfo.h
28
const char *
arch_name
;
member in struct:proc_info_list
/external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunicationClient.cpp
1111
std::string
arch_name
;
local
[
all
...]
/external/lldb/tools/debugserver/source/
debugserver.cpp
839
std::string
arch_name
;
local
[
all
...]
/external/lldb/tools/driver/
Driver.cpp
1442
char
arch_name
[64];
local
[
all
...]
Completed in 74 milliseconds