OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:elf_hwcaps
(Results
1 - 2
of
2
) sorted by null
/external/google-breakpad/src/processor/
minidump_processor.cc
441
uint32_t
elf_hwcaps
= raw_info->cpu.arm_cpu_info.
elf_hwcaps
;
local
442
if (
elf_hwcaps
!= 0) {
446
if (
elf_hwcaps
& features[i].hwcap) {
[
all
...]
/external/google-breakpad/src/google_breakpad/common/
minidump_format.h
558
uint32_t
elf_hwcaps
; /* linux specific, 0 otherwise */
member in struct:__anon12893::__anon12895
565
/* For (MDCPUInformation).arm_cpu_info.
elf_hwcaps
.
[
all
...]
Completed in 1209 milliseconds