Searched refs:relocAddr (Results 1 – 1 of 1) sorted by relevance
581 STATIC INT32 OsDoReloc(const DynSharedObj *dso, INT32 type, UINTPTR relocAddr, UINT32 addend, UINTP… in OsDoReloc() argument588 *(UINTPTR *)relocAddr = symAddr + addend; in OsDoReloc()591 *(UINTPTR *)relocAddr = symAddr + ((addend != 0) ? addend : *(UINTPTR *)relocAddr); in OsDoReloc()594 … *(UINTPTR *)relocAddr = dso->loadBase + ((addend != 0) ? addend : *(UINTPTR *)relocAddr); in OsDoReloc()609 UINTPTR relocAddr, symAddr; in OsDoRelocSyms() local628 relocAddr = dso->loadBase + relTab[0]; in OsDoRelocSyms()630 ret = OsDoReloc(dso, type, relocAddr, addend, symAddr); in OsDoRelocSyms()