Searched refs:ALO (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocationFactory.cpp162 int32_t ALO = pLoReloc.target(); local
163 int32_t AHL = ((AHI & 0xFFFF) << 16) + (int16_t)(ALO & 0xFFFF) + pLoReloc.addend();
293 // Remember to add the section offset to ALO.
294 int32_t ALO = (pReloc.target() & 0xFFFF) + pReloc.addend(); local
295 res = ALO + S;

Completed in 40 milliseconds