Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/encounter/objdiff
/ data_reloc_size
Method
data_reloc_size
objdiff-core/src/arch/x86.rs:347–349 ·
view source on GitHub ↗
(&self, flags: RelocationFlags)
Source
from the content-addressed store, hash-verified
345
}
346
347
fn data_reloc_size(&self, flags: RelocationFlags) -> usize {
348
self.reloc_size(flags).unwrap_or(1)
349
}
350
351
fn infer_function_size(
352
&self,
Callers
nothing calls this directly
Calls
1
reloc_size
Method · 0.80
Tested by
no test coverage detected