Searched refs:machine (Results 1 – 14 of 14) sorted by relevance
/system/core/libunwindstack/tests/ |
D | GenGnuDebugdata.cpp | 34 void InitEhdr(Ehdr* ehdr, uint32_t elf_class, uint32_t machine) { in InitEhdr() argument 42 ehdr->e_machine = machine; in InitEhdr()
|
D | ElfTestUtils.cpp | 60 void TestInitGnuDebugdata(uint32_t elf_class, uint32_t machine, bool init_gnu_debugdata, in TestInitGnuDebugdata() argument 64 TestInitEhdr(&ehdr, elf_class, machine); in TestInitGnuDebugdata()
|
/system/core/init/ |
D | bootchart.cpp | 86 fprintf(&*fp, "system.uname = %s %s %s %s\n", uts.sysname, uts.release, uts.version, uts.machine); in log_header() 89 fprintf(&*fp, "system.cpu = %s\n", uts.machine); in log_header()
|
D | README.md | 741 If two such barballs are preserved on the host machine under different
|
/system/core/adb/ |
D | OVERVIEW.TXT | 8 connected to or running on a given host developer machine 18 This is a background process that runs on the host machine. Its purpose 49 or a script. It first tries to locate the ADB server on the host machine, 130 running on another machine. This hasn't been done yet though.
|
D | SERVICES.TXT | 49 to the host machine. This will fail if there are more than one such 184 Tries to connect to tcp port <port> on machine <server-name> from
|
/system/extras/simpleperf/ |
D | read_elf.cpp | 383 auto machine = elf->getELFFile()->getHeader()->e_machine; in ParseSymbolsFromELFFile() local 384 bool is_arm = (machine == llvm::ELF::EM_ARM || machine == llvm::ELF::EM_AARCH64); in ParseSymbolsFromELFFile() 486 auto machine = elf->getELFFile()->getHeader()->e_machine; in ParseDynamicSymbolsFromELFFile() local 487 bool is_arm = (machine == llvm::ELF::EM_ARM || machine == llvm::ELF::EM_AARCH64); in ParseDynamicSymbolsFromELFFile()
|
D | environment.cpp | 527 ArchType arch = GetArchType(uname_buf.machine); in GetMachineArch()
|
D | cmd_record.cpp | 1560 uname_buf.machine)) { in DumpAdditionalFeatures()
|
/system/libvintf/ |
D | RuntimeInfo-target.cpp | 123 mRuntimeInfo->mHardwareId = buf.machine; in fetchVersion()
|
/system/update_engine/ |
D | omaha_request_params.cc | 183 ret = buf.machine; in GetMachineType()
|
/system/core/logcat/ |
D | event.logtags | 85 # Logged on every state change in the hierarchical state machine
|
/system/bt/doc/ |
D | power_management.md | 5 Power management (PM) is an event-driven state machine, tickled by various 13 The events fired to drive the state machine at the time of this writing are:
|
/system/sepolicy/tools/fc_sort/ |
D | NOTICE | 138 a) Accompany it with the complete corresponding machine-readable 145 machine-readable copy of the corresponding source code, to be
|