Searched defs:sectAddress (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Object/
H A DMachOObjectFile.cpp704 const uint8_t* sectAddress = 0; local
708 sectAddress += Sect->Address;
712 sectAddress += Sect->Address;
726 Res = reinterpret_cast<uintptr_t>(sectAddress + RelAddr);
879 const uint8_t* sectAddress = base(); local
883 sectAddress += Sect->Offset;
887 sectAddress += Sect->Offset;
889 Res = reinterpret_cast<uintptr_t>(sectAddress);

Completed in 121 milliseconds