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

/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWUserPhysicalAddressSpace.h57 IOReturn getSegments(
H A DIOFWPhysicalAddressSpace.h91 IOReturn getSegments( UInt64 * offset, FWSegment * fw_segments, UInt32 * num_segments );
237 /*! @function getSegments
245 inline IOReturn getSegments( UInt64 * offset, FWSegment * fw_segments, UInt32 * num_segments ) function in class:IOFWPhysicalAddressSpace
246 { return ((IOFWPhysicalAddressSpaceAux*)fIOFWAddressSpaceExpansion->fAuxiliary)->getSegments( offset, fw_segments, num_segments ); };
H A DIOFWUserPhysicalAddressSpace.cpp101 IOFWUserPhysicalAddressSpace::getSegments ( function in class:IOFWUserPhysicalAddressSpace
H A DIOFWSimpleContiguousPhysicalAddressSpace.cpp156 status = getSegments( &offset_64, segments, &segment_count );
H A DIOFWPhysicalAddressSpace.cpp762 // getSegments
766 IOReturn IOFWPhysicalAddressSpaceAux::getSegments( UInt64 * offset, FWSegment * fw_segments, UInt32 * num_segments ) function in class:IOFWPhysicalAddressSpaceAux
H A DIOFireWireUserClient.cpp2735 error = addressSpace->getSegments( & segmentCount, segments ) ;
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachORebaser.hpp128 fHeader = (const macho_header<P>*)fLayout.getSegments()[0].mappedAddress();
137 const std::vector<MachOLayoutAbstraction::Segment>& segments = fLayout.getSegments();
181 const std::vector<MachOLayoutAbstraction::Segment>& segments = fLayout.getSegments();
194 return fLayout.getSegments()[0].address();
201 const std::vector<MachOLayoutAbstraction::Segment>& segments = fLayout.getSegments();
323 const std::vector<MachOLayoutAbstraction::Segment>& segments = fLayout.getSegments();
338 const std::vector<MachOLayoutAbstraction::Segment>& segments = fLayout.getSegments();
351 const std::vector<MachOLayoutAbstraction::Segment>& segments = fLayout.getSegments();
364 const std::vector<MachOLayoutAbstraction::Segment>& segments = fLayout.getSegments();
732 const std::vector<MachOLayoutAbstraction::Segment>& segments = fLayout.getSegments();
[all...]
H A Dupdate_dyld_shared_cache.cpp786 return (left.layout->getSegments()[0].newAddress() < right.layout->getSegments()[0].newAddress());
793 left.layout->getSegments();
795 right.layout->getSegments();
1150 if ( cacheEntry->address() != it->layout->getSegments()[0].newAddress() ) {
1152 getpid(), fArchGraph->archName(), it->layout->getID().name, cacheEntry->address(), it->layout->getSegments()[0].newAddress());
1186 std::vector<MachOLayoutAbstraction::Segment>& segs = ((MachOLayoutAbstraction*)(it->layout))->getSegments();
1208 std::vector<MachOLayoutAbstraction::Segment>& segs = ((MachOLayoutAbstraction*)(it->layout))->getSegments();
1229 std::vector<MachOLayoutAbstraction::Segment>& segs = ((MachOLayoutAbstraction*)(it->layout))->getSegments();
1245 std::vector<MachOLayoutAbstraction::Segment>& segs = ((MachOLayoutAbstraction*)(it->layout))->getSegments();
[all...]
H A DMachOLayout.hpp143 virtual std::vector<Segment>& getSegments() = 0;
144 virtual const std::vector<Segment>& getSegments() const = 0;
191 virtual std::vector<Segment>& getSegments() { return fSegments; } function in class:MachOLayout
192 virtual const std::vector<Segment>& getSegments() const { return fSegments; } function in class:MachOLayout
H A DMachOBinder.hpp224 pint_t baseAddress = layout.getSegments()[0].newAddress();
574 const std::vector<MachOLayoutAbstraction::Segment>& segments = this->fLayout.getSegments();
848 const std::vector<MachOLayoutAbstraction::Segment>& segments = this->fLayout.getSegments();

Completed in 148 milliseconds