Home
last modified time | relevance | path

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

/aosp12/system/chre/platform/shared/
H A Dnanoapp_loader.cc811 int relocType = ELFW_R_TYPE(curr->r_info); in fixRelocations() local
812 switch (relocType) { in fixRelocations()
856 LOGE("Invalid relocation type %u", relocType); in fixRelocations()
881 int relocType = ELFW_R_TYPE(curr->r_info); in resolveGot() local
883 switch (relocType) { in resolveGot()
899 LOGE("Unsupported relocation type: %u for symbol %s", relocType, in resolveGot()