Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp126 uint64_t SAddr = SI->getAddress(); in getSectionByAddress() local
128 if ((Addr >= SAddr) && (Addr < SAddr + SSize)) in getSectionByAddress()