Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_main.cpp404 linker_stats.count[kRelocAbsolute],
405 linker_stats.count[kRelocRelative],
406 linker_stats.count[kRelocCopy],
407 linker_stats.count[kRelocSymbol]);
Dlinker.cpp226 static linker_stats_t linker_stats; variable
229 ++linker_stats.count[kind]; in count_relocation()