MCPcopy Index your code
hub / github.com/encounter/objdiff / index

Method index

objdiff-core/src/arch/ppc/flow_analysis.rs:178–178  ·  view source on GitHub ↗
(&self, gpr: powerpc::GPR)

Source from the content-addressed store, hash-verified

176 type Output = RegisterContent;
177
178 fn index(&self, gpr: powerpc::GPR) -> &Self::Output { &self.gpr[gpr.0 as usize] }
179}
180impl IndexMut<powerpc::GPR> for RegisterState {
181 fn index_mut(&mut self, gpr: powerpc::GPR) -> &mut Self::Output {

Callers 15

asm_col_uiFunction · 0.80
diff_view_uiFunction · 0.80
diff_col_uiFunction · 0.80
newMethod · 0.80
relocation_overrideMethod · 0.80
extra_symbol_flagsMethod · 0.80
extra_symbol_flagsMethod · 0.80
decode_exception_infoFunction · 0.80
make_symbol_refFunction · 0.80
map_symbolFunction · 0.80
map_symbolsFunction · 0.80
map_sectionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected