1 #ifndef INTERNALLOADSEG_H
2 #define INTERNALLOADSEG_H
4 BPTR
InternalLoadSeg_AOS(BPTR file
,
8 struct MinList
*seginfos
,
9 struct DosLibrary
* DOSBase
);
11 BPTR
InternalLoadSeg_ELF(BPTR file
,
15 struct MinList
*seginfos
,
16 struct DosLibrary
* DOSBase
);
18 BPTR
InternalLoadSeg_ELF64(BPTR file
,
22 struct MinList
*seginfos
,
23 struct DosLibrary
* DOSBase
);
25 BPTR
InternalLoadSeg_ELF_AROS(BPTR file
,
29 struct MinList
*seginfos
,
30 struct DosLibrary
* DOSBase
);
32 BPTR
InternalLoadSeg_AOUT(BPTR file
,
36 struct MinList
*seginfos
,
37 struct DosLibrary
* DOSBase
);