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

Method extra_symbol_flags

objdiff-core/src/arch/mips.rs:341–347  ·  view source on GitHub ↗
(&self, symbol: &object::Symbol)

Source from the content-addressed store, hash-verified

339 }
340
341 fn extra_symbol_flags(&self, symbol: &object::Symbol) -> SymbolFlagSet {
342 let mut flags = SymbolFlagSet::default();
343 if self.ignored_symbols.contains(&symbol.index().0) {
344 flags |= SymbolFlag::Ignored;
345 }
346 flags
347 }
348
349 fn infer_function_size(
350 &self,

Callers

nothing calls this directly

Calls 1

indexMethod · 0.80

Tested by

no test coverage detected