Searched refs:count_relocation (Results 1 - 3 of 3) sorted by relevance

/bionic/linker/
H A Dlinker.h102 void count_relocation(RelocationKind kind);
H A Dlinker_mips.cpp101 count_relocation(kRelocSymbol);
117 count_relocation(s == nullptr ? kRelocAbsolute : kRelocRelative);
H A Dlinker.cpp228 void count_relocation(RelocationKind kind) { function
232 void count_relocation(RelocationKind) { function
2575 count_relocation(kRelocSymbol);
2580 count_relocation(kRelocAbsolute);
2589 count_relocation(kRelocAbsolute);
2597 count_relocation(kRelocRelative);
2605 count_relocation(kRelocRelative);
2640 count_relocation(kRelocAbsolute);
2647 count_relocation(kRelocAbsolute);
2665 count_relocation(kRelocAbsolut
[all...]

Completed in 65 milliseconds