|
@@ -255,10 +255,10 @@ uses
|
|
|
|
|
|
function AllocMachoWriter(cputarget: cpu_type_t; ARawWriter: TRawWriter; AllowFreeWriter: Boolean): TMachoWriter;
|
|
|
|
|
|
- function sizeMachHeader(cputarget: cpu_type_t): integer; inline;
|
|
|
- function sizeSegment(cputarget: cpu_type_t): integer; inline;
|
|
|
- function sizeSection(cputarget: cpu_type_t): integer; inline;
|
|
|
- function sizeNList(cputarget: cpu_type_t): integer; inline;
|
|
|
+ function sizeMachHeader(cputarget: cpu_type_t): integer;
|
|
|
+ function sizeSegment(cputarget: cpu_type_t): integer;
|
|
|
+ function sizeSection(cputarget: cpu_type_t): integer;
|
|
|
+ function sizeNList(cputarget: cpu_type_t): integer;
|
|
|
|
|
|
function AlignAddr(cputarget: cpu_type_t; addr: qword): qword;
|
|
|
|