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

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

Completed in 206 milliseconds