OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:regdwarfnum_table
(Results
1 - 3
of
3
) sorted by null
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/arm/util/
dwarf-regs.c
29
static const struct pt_regs_dwarfnum
regdwarfnum_table
[] = {
variable in typeref:struct:pt_regs_dwarfnum
54
*
regdwarfnum_table
from it's DWARF register number. If the register is not
60
for (roff =
regdwarfnum_table
; roff->name != NULL; roff++)
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/arm64/util/
dwarf-regs.c
29
static const struct pt_regs_dwarfnum
regdwarfnum_table
[] = {
variable in typeref:struct:pt_regs_dwarfnum
70
*
regdwarfnum_table
from it's DWARF register number. If the register is not
76
for (roff =
regdwarfnum_table
; roff->name != NULL; roff++)
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/powerpc/util/
dwarf-regs.c
31
static const struct pt_regs_dwarfnum
regdwarfnum_table
[] = {
variable in typeref:struct:pt_regs_dwarfnum
78
*
regdwarfnum_table
from it's DWARF register number. If the register is not
84
for (roff =
regdwarfnum_table
; roff->name != NULL; roff++)
Completed in 311 milliseconds