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

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp113 uint64_t SectAddr = 0, SectSize = 0; local
114 Sections[i].getAddress(SectAddr);
116 uint64_t addr = SectAddr;
117 if (SectAddr <= Address &&
118 SectAddr + SectSize > Address) {

Completed in 48 milliseconds