Home
last modified time | relevance | path

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

/aosp12/system/chre/platform/shared/
H A Dnanoapp_loader.cc825 size_t posInSymbolTable = ELFW_R_SYM(curr->r_info); in fixRelocations()
838 size_t posInSymbolTable = ELFW_R_SYM(curr->r_info); in fixRelocations()
887 size_t posInSymbolTable = ELFW_R_SYM(curr->r_info); in resolveGot()
900 getDataName(ELFW_R_SYM(curr->r_info))); in resolveGot()
/aosp12/system/chre/platform/shared/include/chre/platform/shared/
H A Dloader_util.h42 #define ELFW_R_SYM(x) ELFW(R_SYM)(x) macro