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

/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dmacho++.h104 const segment_command *findSegment(const char *segname) const;
H A Dmacho++.cpp315 const segment_command *MachOBase::findSegment(const char *segname) const function in class:Security::MachOBase
337 if (const segment_command *seg = findSegment(segname)) {
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dmacho++.h104 const segment_command *findSegment(const char *segname) const;
H A Dmacho++.cpp315 const segment_command *MachOBase::findSegment(const char *segname) const function in class:Security::MachOBase
337 if (const segment_command *seg = findSegment(segname)) {

Completed in 116 milliseconds