Displaying 1 result from an estimated 1 matches for "_camlexample__code_begin".
2007 Aug 12
0
[LLVMdev] ocaml+llvm
...em is that each ocaml object exports symbols
bracketing its code and data. An ocaml object absent these symbols
cannot be linked into an executable.
prologue from example.s:
.data
.globl _camlExample__data_begin
_camlExample__data_begin:
.text
.globl _camlExample__code_begin
_camlExample__code_begin:
.data
; data follows
.text
; code follows
epilogue from example.s:
.text
.globl _camlExample__code_end
_camlExample__code_end:
.data
.globl _camlExample__data_end
_camlExample__d...