Searched refs:MapRegisterIndex (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/apps/debugger/arch/
H A DRegisterMap.h17 virtual int32 MapRegisterIndex(int32 index) const = 0;
H A DArchitecture.cpp69 int32 dwarfReg = toDwarf->MapRegisterIndex(i);
/haiku-fatelf/src/apps/debugger/arch/x86_64/
H A DArchitectureX8664.cpp85 virtual int32 MapRegisterIndex(int32 index) const function in struct:ArchitectureX8664::ToDwarfRegisterMap
104 virtual int32 MapRegisterIndex(int32 index) const function in struct:ArchitectureX8664::FromDwarfRegisterMap
237 context.RegisterRule(fToDwarfRegisterMap->MapRegisterIndex(
/haiku-fatelf/src/apps/debugger/arch/x86/
H A DArchitectureX86.cpp80 virtual int32 MapRegisterIndex(int32 index) const function in struct:ArchitectureX86::ToDwarfRegisterMap
99 virtual int32 MapRegisterIndex(int32 index) const function in struct:ArchitectureX86::FromDwarfRegisterMap
215 context.RegisterRule(fToDwarfRegisterMap->MapRegisterIndex(
/haiku-fatelf/src/apps/debugger/debug_info/
H A DDwarfImageDebugInfo.cpp160 int32 index = fFromDwarfMap->MapRegisterIndex(dwarfIndex);
H A DDwarfTypes.cpp337 int32 reg = typeContext->FromDwarfRegisterMap()->MapRegisterIndex(

Completed in 118 milliseconds