License
Version
Initial created: Mar 16, 2010
Source: core/sys/darwin/mach/_getsect.d
D header file for mach-o/getsect.h.
Source: core/sys/darwin/mach/_getsect.d
char * getsectdata(
const scope char * segname,
const scope char * sectname,
c_ulong * size
) extern(C) nothrow @nogcchar * getsectdatafromFramework(
const scope char * FrameworkName,
const scope char * segname,
const scope char * sectname,
c_ulong * size
) extern(C) nothrow @nogcubyte * getsectdatafromheader(
const scope mach_header * mhp,
const scope char * segname,
const scope char * sectname,
c_ulong * size
) extern(C) nothrow @nogcconst(section) * getsectbynamefromheader(
const scope mach_header * mhp,
const scope char * segname,
const scope char * sectname
) extern(C) nothrow @nogcconst(section) * getsectbynamefromheaderwithswap(
const scope mach_header * mhp,
const scope char * segname,
const scope char * section,
int fSwap
) extern(C) nothrow @nogcubyte * getsectdatafromheader_64(
const scope mach_header_64 * mhp,
const scope char * segname,
const scope char * sectname,
c_ulong * size
) extern(C) nothrow @nogcconst(section_64) * getsectbynamefromheader_64(
const scope mach_header_64 * mhp,
const scope char * segname,
const scope char * sectname
) extern(C) nothrow @nogcconst(section) * getsectbynamefromheaderwithswap_64(
const scope mach_header_64 * mhp,
const scope char * segname,
const scope char * section,
int fSwap
) extern(C) nothrow @nogc