Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_relocate.cpp141 static linker_stats_t linker_stats; variable
144 ++linker_stats.count[kind]; in count_relocation()
150 linker_stats.count[kRelocAbsolute], in print_linker_stats()
151 linker_stats.count[kRelocRelative], in print_linker_stats()
152 linker_stats.count[kRelocSymbol], in print_linker_stats()
153 linker_stats.count[kRelocSymbolCached]); in print_linker_stats()