Query: getsegbyname
OS: opendarwin
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GETSEGBYNAME(3) Library Functions Manual GETSEGBYNAME(3)NAMEgetsegbyname - get the segment command for the named segmentSYNOPSIS#include <mach-o/getsect.h> const struct segment_command *getsegbyname(const char *segname);DESCRIPTIONThis routine returns the segment_command structure for the named segment if it exists in the Mach-O (Mach object) executable getsegby- name(3) is linked into. Otherwise 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 segment they are read-only and thus const by default.SEE ALSOend(3), getsectbyname(3) Apple Computer, Inc. April 10, 1998 GETSEGBYNAME(3)
Related Man Pages |
---|
mach-o(5) - opendarwin |
get_end(3) - opendarwin |
getsectdata(3) - opendarwin |
end(3) - osx |
getsectbyname(3) - osx |
Similar Topics in the Unix Linux Community |
---|
PHP Write Man Pages to MySQL DB |
Denial Of Service Attack Update |