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

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachOLayout.hpp197 virtual uint64_t getBaseExecutableAddress() const { return fLowExecutableSegment->address(); }
227 const Segment* fLowExecutableSegment; member in class:MachOLayout
605 fLowExecutableSegment = NULL;
620 if ( (fLowExecutableSegment == NULL) || (seg.address() < fLowExecutableSegment->address()) )
621 fLowExecutableSegment = &seg;

Completed in 88 milliseconds