Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.cpp135 static linker_stats_t linker_stats; variable
138 ++linker_stats.count[kind]; in count_relocation()
2475 linker_stats.count[kRelocAbsolute],
2476 linker_stats.count[kRelocRelative],
2477 linker_stats.count[kRelocCopy],
2478 linker_stats.count[kRelocSymbol]);