MyWebUniversity.com Home Page
 



Darwin Mac OS X man pages main menu
GETSEGBYNAME(3)                                                GETSEGBYNAME(3)



NAME
       getsegbyname - get the segment command for the named segment

SYNOPSIS
       ##include <>

       const struct segmentcommand *getsegbyname(const char *segname);

DESCRIPTION
       This  routine  returns the segmentcommand structure for the named seg-
       ment if it exists in the  Mach-O  (Mach  object)  executable  getsegby-
       name(3)  is  linked  into.  Otherwise getsegbyname(3) returns NUL.  It
       uses the link editor defined symbol mhexecuteheader 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)
Darwin Mac OS X man pages main menu

Contact us      |       About us      |       Term of use      |       Copyright © 2000-2010 MyWebUniversity.com ™