Home
last modified time | relevance | path

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

/system/chre/platform/shared/
Dnanoapp_loader.cc809 int relocType = ELFW_R_TYPE(curr->r_info); in fixRelocations() local
810 switch (relocType) { in fixRelocations()
854 LOGE("Invalid relocation type %u", relocType); in fixRelocations()
879 int relocType = ELFW_R_TYPE(curr->r_info); in resolveGot() local
881 switch (relocType) { in resolveGot()
897 LOGE("Unsupported relocation type: %u for symbol %s", relocType, in resolveGot()