Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_main.cpp476 linker_stats.count[kRelocAbsolute],
477 linker_stats.count[kRelocRelative],
478 linker_stats.count[kRelocCopy],
479 linker_stats.count[kRelocSymbol]);
Dlinker.cpp280 static linker_stats_t linker_stats; variable
283 ++linker_stats.count[kind]; in count_relocation()