HomeSort by relevance Sort by last modified time
    Searched refs:count_relocation (Results 1 - 3 of 3) sorted by null

  /bionic/linker/
linker.h 100 void count_relocation(RelocationKind kind);
linker_mips.cpp 101 count_relocation(kRelocSymbol);
117 count_relocation(s == nullptr ? kRelocAbsolute : kRelocRelative);
linker.cpp 282 void count_relocation(RelocationKind kind) { function
286 void count_relocation(RelocationKind) { function
    [all...]

Completed in 785 milliseconds