getsegbyname(3) getsegbyname(3)
NAME
getsegbyname - get the segment command for the named segment
SYNOPSIS
#include <mach-o/getsect.h> const struct segment_command *getsegbyname(const char *segname);
DESCRIPTION
This routine returns the segment_command structure for the named seg- ment if it exists in the Mach-O (Mach object) executable getsegby- getsegbyname(3) returns NULL. It uses the link editor defined symbol _mh_execute_header and just looks through the load commands. Since these are mapped into the __TEXT seg- ment they are read-only and thus const by default.
SEE ALSO
end(3), getsectbyname(3) Apple Computer, Inc. April 10, 1998 getsegbyname(3)
Mac OS X 10.7 - Generated Wed Nov 16 07:30:44 CST 2011