Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/linkloader/include/impl/
DELFObject.hxx154 relinfo_t reltype = rel->getType(); in relocateARM() local
155 switch (reltype) { in relocateARM()
182 if (reltype == R_ARM_CALL || reltype == R_ARM_JUMP24) { in relocateARM()
253 if (reltype == R_ARM_CALL || reltype == R_ARM_JUMP24) { in relocateARM()
310 if (reltype == R_ARM_MOVT_ABS in relocateARM()
311 || reltype == R_ARM_THM_MOVT_ABS) { in relocateARM()
315 if (reltype == R_ARM_MOVT_ABS in relocateARM()
316 || reltype == R_ARM_MOVW_ABS_NC) { in relocateARM()
332 if (reltype == R_ARM_THM_MOVT_ABS) { in relocateARM()
401 relinfo_t reltype = rel->getType(); in relocateAARCH64() local
[all …]