Home
last modified time | relevance | path

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

/system/chre/platform/shared/
Dnanoapp_loader.cc823 size_t posInSymbolTable = ELFW_R_SYM(curr->r_info); in fixRelocations()
836 size_t posInSymbolTable = ELFW_R_SYM(curr->r_info); in fixRelocations()
885 size_t posInSymbolTable = ELFW_R_SYM(curr->r_info); in resolveGot()
898 getDataName(ELFW_R_SYM(curr->r_info))); in resolveGot()
/system/chre/platform/shared/include/chre/platform/shared/
Dloader_util.h42 #define ELFW_R_SYM(x) ELFW(R_SYM)(x) macro