OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:regdwarfnum_table
(Results
1 - 2
of
2
) sorted by null
/external/linux-tools-perf/arch/arm/util/
dwarf-regs.c
36
static const struct pt_regs_dwarfnum
regdwarfnum_table
[] = {
variable in typeref:struct:pt_regs_dwarfnum
61
*
regdwarfnum_table
from it's DWARF register number. If the register is not
67
for (roff =
regdwarfnum_table
; roff->name != NULL; roff++)
/external/linux-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 832 milliseconds