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
)char * getsectdatafromFramework(
const scope char * FrameworkName,
const scope char * segname,
const scope char * sectname,
c_ulong * size
)c_ulong get_end()c_ulong get_etext()c_ulong get_edata()ubyte * getsectdatafromheader(
const scope mach_header * mhp,
const scope char * segname,
const scope char * sectname,
c_ulong * size
)const(section) * getsectbynamefromheader(
const scope mach_header * mhp,
const scope char * segname,
const scope char * sectname
)const(section) * getsectbynamefromheaderwithswap(
const scope mach_header * mhp,
const scope char * segname,
const scope char * section,
int fSwap
)ubyte * getsectdatafromheader_64(
const scope mach_header_64 * mhp,
const scope char * segname,
const scope char * sectname,
c_ulong * size
)const(section_64) * getsectbynamefromheader_64(
const scope mach_header_64 * mhp,
const scope char * segname,
const scope char * sectname
)const(section) * getsectbynamefromheaderwithswap_64(
const scope mach_header_64 * mhp,
const scope char * segname,
const scope char * section,
int fSwap
)