Home
last modified time | relevance | path

Searched refs:linker_stats (Results 1 – 1 of 1) sorted by relevance

/bionic/linker/
Dlinker.cpp286 static linker_stats_t linker_stats; variable
289 ++linker_stats.count[kind]; in count_relocation()
4359 linker_stats.count[kRelocAbsolute],
4360 linker_stats.count[kRelocRelative],
4361 linker_stats.count[kRelocCopy],
4362 linker_stats.count[kRelocSymbol]);