t_win.pas 57 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693
  1. {
  2. Copyright (c) 1998-2002 by Peter Vreman
  3. This unit implements support import,export,link routines
  4. for the (i386) Win32 target
  5. This program is free software; you can redistribute it and/or modify
  6. it under the terms of the GNU General Public License as published by
  7. the Free Software Foundation; either version 2 of the License, or
  8. (at your option) any later version.
  9. This program is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. GNU General Public License for more details.
  13. You should have received a copy of the GNU General Public License
  14. along with this program; if not, write to the Free Software
  15. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  16. ****************************************************************************
  17. }
  18. unit t_win;
  19. {$i fpcdefs.inc}
  20. interface
  21. uses
  22. dos,
  23. cutils,cclasses,
  24. aasmbase,aasmtai,aasmcpu,fmodule,globtype,globals,systems,verbose,
  25. symconst,symdef,symsym,
  26. script,gendef,
  27. cpubase,
  28. import,export,link,cgobj,i_win,ogcoff;
  29. const
  30. MAX_DEFAULT_EXTENSIONS = 3;
  31. type
  32. tStr4=array[1..MAX_DEFAULT_EXTENSIONS] of string[4];
  33. pStr4=^tStr4;
  34. twin32imported_item = class(timported_item)
  35. procdef : tprocdef;
  36. end;
  37. timportlibwin32=class(timportlib)
  38. private
  39. procedure win32importproc(aprocdef:tprocdef;const func,module : string;index : longint;const name : string);
  40. procedure importvariable_str(const s:string;const name,module:string);
  41. procedure importprocedure_str(const func,module:string;index:longint;const name:string);
  42. public
  43. procedure preparelib(const s:string);override;
  44. procedure importprocedure(aprocdef:tprocdef;const module:string;index:longint;const name:string);override;
  45. procedure importvariable(vs:tglobalvarsym;const name,module:string);override;
  46. procedure generatelib;override;
  47. procedure generatenasmlib;virtual;
  48. procedure generatesmartlib;override;
  49. end;
  50. texportlibwin32=class(texportlib)
  51. st : string;
  52. EList_indexed:tList;
  53. EList_nonindexed:tList;
  54. procedure preparelib(const s:string);override;
  55. procedure exportprocedure(hp : texported_item);override;
  56. procedure exportvar(hp : texported_item);override;
  57. procedure exportfromlist(hp : texported_item);
  58. procedure generatelib;override;
  59. procedure generatenasmlib;virtual;
  60. end;
  61. tlinkerwin32=class(texternallinker)
  62. private
  63. Function WriteResponseFile(isdll:boolean) : Boolean;
  64. Function PostProcessExecutable(const fn:string;isdll:boolean) : Boolean;
  65. public
  66. Constructor Create;override;
  67. Procedure SetDefaultInfo;override;
  68. function MakeExecutable:boolean;override;
  69. function MakeSharedLibrary:boolean;override;
  70. end;
  71. tDLLScannerWin32=class(tDLLScanner)
  72. private
  73. cstring : array[0..127]of char;
  74. function DOSstubOK(var x:cardinal):boolean;
  75. function ExtractDllName(Const Name : string) : string;
  76. public
  77. function isSuitableFileType(x:cardinal):longbool;override;
  78. function GetEdata(HeaderEntry:cardinal):longbool;override;
  79. function Scan(const binname:string):longbool;override;
  80. end;
  81. implementation
  82. uses
  83. cpuinfo,cgutils,dbgbase;
  84. const
  85. res_gnu_windres_info : tresinfo =
  86. (
  87. id : res_gnu_windres;
  88. resbin : 'windres';
  89. rescmd : '--include $INC -O coff -o $OBJ $RES'
  90. );
  91. res_gnu_wince_windres_info : tresinfo =
  92. (
  93. id : res_gnu_wince_windres;
  94. resbin : 'windres';
  95. rescmd : '--include $INC -O coff -o $OBJ $RES'
  96. );
  97. {*****************************************************************************
  98. TIMPORTLIBWIN32
  99. *****************************************************************************}
  100. procedure timportlibwin32.preparelib(const s : string);
  101. begin
  102. if asmlist[al_imports]=nil then
  103. asmlist[al_imports]:=TAAsmoutput.create;
  104. end;
  105. procedure timportlibwin32.win32importproc(aprocdef:tprocdef;const func,module : string;index : longint;const name : string);
  106. var
  107. hp1 : timportlist;
  108. hp2 : twin32imported_item;
  109. hs : string;
  110. begin
  111. { If we don't generate imports then we need to only the dll for
  112. the linker }
  113. if not GenerateImportSection then
  114. begin
  115. hs:=AddExtension(module,target_info.sharedlibext);
  116. current_module.linkdlls.add(hs,link_always);
  117. exit;
  118. end;
  119. { procdef or funcname must be give, not both }
  120. if assigned(aprocdef) and (func<>'') then
  121. internalerror(200411161);
  122. { append extension if required }
  123. hs:=AddExtension(module,target_info.sharedlibext);
  124. { search for the module }
  125. hp1:=timportlist(current_module.imports.first);
  126. while assigned(hp1) do
  127. begin
  128. if hs=hp1.dllname^ then
  129. break;
  130. hp1:=timportlist(hp1.next);
  131. end;
  132. { generate a new item ? }
  133. if not(assigned(hp1)) then
  134. begin
  135. hp1:=timportlist.create(hs);
  136. current_module.imports.concat(hp1);
  137. end;
  138. { search for reuse of old import item }
  139. if assigned(aprocdef) then
  140. begin
  141. hp2:=twin32imported_item(hp1.imported_items.first);
  142. while assigned(hp2) do
  143. begin
  144. if (hp2.procdef=aprocdef) then
  145. break;
  146. hp2:=twin32imported_item(hp2.next);
  147. end;
  148. end
  149. else
  150. begin
  151. hp2:=twin32imported_item(hp1.imported_items.first);
  152. while assigned(hp2) do
  153. begin
  154. if (hp2.func^=func) then
  155. break;
  156. hp2:=twin32imported_item(hp2.next);
  157. end;
  158. end;
  159. if not assigned(hp2) then
  160. begin
  161. hp2:=twin32imported_item.create(func,name,index);
  162. hp2.procdef:=aprocdef;
  163. hp1.imported_items.concat(hp2);
  164. end;
  165. end;
  166. procedure timportlibwin32.importprocedure(aprocdef:tprocdef;const module : string;index : longint;const name : string);
  167. begin
  168. win32importproc(aprocdef,'',module,index,name);
  169. end;
  170. procedure timportlibwin32.importprocedure_str(const func,module : string;index : longint;const name : string);
  171. begin
  172. win32importproc(nil,func,module,index,name);
  173. end;
  174. procedure timportlibwin32.importvariable(vs:tglobalvarsym;const name,module:string);
  175. begin
  176. importvariable_str(vs.mangledname,name,module);
  177. end;
  178. procedure timportlibwin32.importvariable_str(const s:string;const name,module:string);
  179. var
  180. hp1 : timportlist;
  181. hp2 : twin32imported_item;
  182. hs : string;
  183. begin
  184. { If we don't generate imports then we need to only the dll for
  185. the linker }
  186. if not GenerateImportSection then
  187. begin
  188. hs:=AddExtension(module,target_info.sharedlibext);
  189. current_module.linkdlls.add(hs,link_always);
  190. exit;
  191. end;
  192. hs:=AddExtension(module,target_info.sharedlibext);
  193. { search for the module }
  194. hp1:=timportlist(current_module.imports.first);
  195. while assigned(hp1) do
  196. begin
  197. if hs=hp1.dllname^ then
  198. break;
  199. hp1:=timportlist(hp1.next);
  200. end;
  201. { generate a new item ? }
  202. if not(assigned(hp1)) then
  203. begin
  204. hp1:=timportlist.create(hs);
  205. current_module.imports.concat(hp1);
  206. end;
  207. hp2:=twin32imported_item.create_var(s,name);
  208. hp2.procdef:=nil;
  209. hp1.imported_items.concat(hp2);
  210. end;
  211. procedure timportlibwin32.generatenasmlib;
  212. var
  213. hp1 : timportlist;
  214. hp2 : twin32imported_item;
  215. begin
  216. new_section(asmlist[al_imports],sec_code,'',0);
  217. hp1:=timportlist(current_module.imports.first);
  218. while assigned(hp1) do
  219. begin
  220. hp2:=twin32imported_item(hp1.imported_items.first);
  221. while assigned(hp2) do
  222. begin
  223. asmlist[al_imports].concat(tai_directive.create(asd_extern,hp2.func^));
  224. asmlist[al_imports].concat(tai_directive.create(asd_nasm_import,hp2.func^+' '+hp1.dllname^+' '+hp2.name^));
  225. hp2:=twin32imported_item(hp2.next);
  226. end;
  227. hp1:=timportlist(hp1.next);
  228. end;
  229. end;
  230. procedure timportlibwin32.generatesmartlib;
  231. var
  232. hp1 : timportlist;
  233. mangledstring : string;
  234. importname : string;
  235. suffix : integer;
  236. hp2 : twin32imported_item;
  237. lhead,lname,lcode, {$ifdef ARM} lpcode, {$endif ARM}
  238. lidata4,lidata5 : tasmlabel;
  239. href : treference;
  240. begin
  241. if (target_asm.id in [as_i386_masm,as_i386_tasm,as_i386_nasmwin32]) then
  242. begin
  243. generatenasmlib;
  244. exit;
  245. end;
  246. hp1:=timportlist(current_module.imports.first);
  247. while assigned(hp1) do
  248. begin
  249. { Get labels for the sections }
  250. objectlibrary.getdatalabel(lhead);
  251. objectlibrary.getdatalabel(lname);
  252. objectlibrary.getaddrlabel(lidata4);
  253. objectlibrary.getaddrlabel(lidata5);
  254. { create header for this importmodule }
  255. asmlist[al_imports].concat(Tai_cutobject.Create_begin);
  256. new_section(asmlist[al_imports],sec_idata2,'',0);
  257. asmlist[al_imports].concat(Tai_label.Create(lhead));
  258. { pointer to procedure names }
  259. asmlist[al_imports].concat(Tai_const.Create_rva_sym(lidata4));
  260. { two empty entries follow }
  261. asmlist[al_imports].concat(Tai_const.Create_32bit(0));
  262. asmlist[al_imports].concat(Tai_const.Create_32bit(0));
  263. { pointer to dll name }
  264. asmlist[al_imports].concat(Tai_const.Create_rva_sym(lname));
  265. { pointer to fixups }
  266. asmlist[al_imports].concat(Tai_const.Create_rva_sym(lidata5));
  267. { first write the name references }
  268. new_section(asmlist[al_imports],sec_idata4,'',0);
  269. asmlist[al_imports].concat(Tai_const.Create_32bit(0));
  270. asmlist[al_imports].concat(Tai_label.Create(lidata4));
  271. { then the addresses and create also the indirect jump }
  272. new_section(asmlist[al_imports],sec_idata5,'',0);
  273. asmlist[al_imports].concat(Tai_const.Create_32bit(0));
  274. asmlist[al_imports].concat(Tai_label.Create(lidata5));
  275. { create procedures }
  276. hp2:=twin32imported_item(hp1.imported_items.first);
  277. while assigned(hp2) do
  278. begin
  279. { insert cuts }
  280. asmlist[al_imports].concat(Tai_cutobject.Create);
  281. { create indirect jump }
  282. if not hp2.is_var then
  283. begin
  284. objectlibrary.getjumplabel(lcode);
  285. {$ifdef ARM}
  286. objectlibrary.getjumplabel(lpcode);
  287. {$endif ARM}
  288. { place jump in al_procedures, insert a code section in the
  289. al_imports to reduce the amount of .s files (PFV) }
  290. new_section(asmlist[al_imports],sec_code,'',0);
  291. if assigned(hp2.procdef) then
  292. mangledstring:=hp2.procdef.mangledname
  293. else
  294. mangledstring:=hp2.func^;
  295. asmlist[al_imports].concat(Tai_symbol.Createname_global(mangledstring,AT_FUNCTION,0));
  296. asmlist[al_imports].concat(Tai_function_name.Create(''));
  297. {$ifdef ARM}
  298. reference_reset_symbol(href,lpcode,0);
  299. asmlist[al_imports].concat(Taicpu.op_reg_ref(A_LDR,NR_R12,href));
  300. reference_reset_base(href,NR_R12,0);
  301. asmlist[al_imports].concat(Taicpu.op_reg_ref(A_LDR,NR_R15,href));
  302. asmlist[al_imports].concat(Tai_label.Create(lpcode));
  303. reference_reset_symbol(href,lcode,0);
  304. asmlist[al_imports].concat(tai_const.create_sym_offset(href.symbol,href.offset));
  305. {$else ARM}
  306. reference_reset_symbol(href,lcode,0);
  307. asmlist[al_imports].concat(Taicpu.Op_ref(A_JMP,S_NO,href));
  308. asmlist[al_imports].concat(Tai_align.Create_op(4,$90));
  309. {$endif ARM}
  310. end;
  311. { create head link }
  312. new_section(asmlist[al_imports],sec_idata7,'',0);
  313. asmlist[al_imports].concat(Tai_const.Create_rva_sym(lhead));
  314. { fixup }
  315. objectlibrary.getjumplabel(tasmlabel(hp2.lab));
  316. new_section(asmlist[al_imports],sec_idata4,'',0);
  317. asmlist[al_imports].concat(Tai_const.Create_rva_sym(hp2.lab));
  318. { add jump field to al_imports }
  319. new_section(asmlist[al_imports],sec_idata5,'',0);
  320. if hp2.is_var then
  321. asmlist[al_imports].concat(Tai_symbol.Createname_global(hp2.func^,AT_FUNCTION,0))
  322. else
  323. asmlist[al_imports].concat(Tai_label.Create(lcode));
  324. if (cs_debuginfo in aktmoduleswitches) then
  325. begin
  326. if assigned(hp2.name) then
  327. begin
  328. importname:='__imp_'+hp2.name^;
  329. suffix:=0;
  330. while assigned(objectlibrary.getasmsymbol(importname)) do
  331. begin
  332. inc(suffix);
  333. importname:='__imp_'+hp2.name^+'_'+tostr(suffix);
  334. end;
  335. asmlist[al_imports].concat(tai_symbol.createname(importname,AT_FUNCTION,4));
  336. end
  337. else
  338. begin
  339. importname:='__imp_by_ordinal'+tostr(hp2.ordnr);
  340. suffix:=0;
  341. while assigned(objectlibrary.getasmsymbol(importname)) do
  342. begin
  343. inc(suffix);
  344. importname:='__imp_by_ordinal'+tostr(hp2.ordnr)+'_'+tostr(suffix);
  345. end;
  346. asmlist[al_imports].concat(tai_symbol.createname(importname,AT_FUNCTION,4));
  347. end;
  348. end;
  349. if hp2.name^<>'' then
  350. asmlist[al_imports].concat(Tai_const.Create_rva_sym(hp2.lab))
  351. else
  352. asmlist[al_imports].concat(Tai_const.Create_32bit(longint($80000000) or longint(hp2.ordnr)));
  353. { finally the import information }
  354. new_section(asmlist[al_imports],sec_idata6,'',0);
  355. asmlist[al_imports].concat(Tai_label.Create(hp2.lab));
  356. asmlist[al_imports].concat(Tai_const.Create_16bit(hp2.ordnr));
  357. asmlist[al_imports].concat(Tai_string.Create(hp2.name^+#0));
  358. asmlist[al_imports].concat(Tai_align.Create_op(2,0));
  359. hp2:=twin32imported_item(hp2.next);
  360. end;
  361. { write final section }
  362. asmlist[al_imports].concat(Tai_cutobject.Create_end);
  363. { end of name references }
  364. new_section(asmlist[al_imports],sec_idata4,'',0);
  365. asmlist[al_imports].concat(Tai_const.Create_32bit(0));
  366. { end if addresses }
  367. new_section(asmlist[al_imports],sec_idata5,'',0);
  368. asmlist[al_imports].concat(Tai_const.Create_32bit(0));
  369. { dllname }
  370. new_section(asmlist[al_imports],sec_idata7,'',0);
  371. asmlist[al_imports].concat(Tai_label.Create(lname));
  372. asmlist[al_imports].concat(Tai_string.Create(hp1.dllname^+#0));
  373. hp1:=timportlist(hp1.next);
  374. end;
  375. end;
  376. procedure timportlibwin32.generatelib;
  377. var
  378. hp1 : timportlist;
  379. hp2 : twin32imported_item;
  380. l1,l2,l3,l4 {$ifdef ARM} ,l5 {$endif ARM} : tasmlabel;
  381. mangledstring : string;
  382. importname : string;
  383. suffix : integer;
  384. href : treference;
  385. begin
  386. if (target_asm.id in [as_i386_masm,as_i386_tasm,as_i386_nasmwin32]) then
  387. begin
  388. generatenasmlib;
  389. exit;
  390. end;
  391. hp1:=timportlist(current_module.imports.first);
  392. while assigned(hp1) do
  393. begin
  394. { align al_procedures for the jumps }
  395. new_section(asmlist[al_imports],sec_code,'',sizeof(aint));
  396. { Get labels for the sections }
  397. objectlibrary.getjumplabel(l1);
  398. objectlibrary.getjumplabel(l2);
  399. objectlibrary.getjumplabel(l3);
  400. new_section(asmlist[al_imports],sec_idata2,'',0);
  401. { pointer to procedure names }
  402. asmlist[al_imports].concat(Tai_const.Create_rva_sym(l2));
  403. { two empty entries follow }
  404. asmlist[al_imports].concat(Tai_const.Create_32bit(0));
  405. asmlist[al_imports].concat(Tai_const.Create_32bit(0));
  406. { pointer to dll name }
  407. asmlist[al_imports].concat(Tai_const.Create_rva_sym(l1));
  408. { pointer to fixups }
  409. asmlist[al_imports].concat(Tai_const.Create_rva_sym(l3));
  410. { only create one section for each else it will
  411. create a lot of idata* }
  412. { first write the name references }
  413. new_section(asmlist[al_imports],sec_idata4,'',0);
  414. asmlist[al_imports].concat(Tai_label.Create(l2));
  415. hp2:=twin32imported_item(hp1.imported_items.first);
  416. while assigned(hp2) do
  417. begin
  418. objectlibrary.getjumplabel(tasmlabel(hp2.lab));
  419. if hp2.name^<>'' then
  420. asmlist[al_imports].concat(Tai_const.Create_rva_sym(hp2.lab))
  421. else
  422. asmlist[al_imports].concat(Tai_const.Create_32bit(longint($80000000) or hp2.ordnr));
  423. hp2:=twin32imported_item(hp2.next);
  424. end;
  425. { finalize the names ... }
  426. asmlist[al_imports].concat(Tai_const.Create_32bit(0));
  427. { then the addresses and create also the indirect jump }
  428. new_section(asmlist[al_imports],sec_idata5,'',0);
  429. asmlist[al_imports].concat(Tai_label.Create(l3));
  430. hp2:=twin32imported_item(hp1.imported_items.first);
  431. while assigned(hp2) do
  432. begin
  433. if not hp2.is_var then
  434. begin
  435. objectlibrary.getjumplabel(l4);
  436. {$ifdef ARM}
  437. objectlibrary.getjumplabel(l5);
  438. {$endif ARM}
  439. { create indirect jump and }
  440. { place jump in al_procedures }
  441. new_section(asmlist[al_imports],sec_code,'',0);
  442. if assigned(hp2.procdef) then
  443. mangledstring:=hp2.procdef.mangledname
  444. else
  445. mangledstring:=hp2.func^;
  446. asmlist[al_imports].concat(Tai_symbol.Createname_global(mangledstring,AT_FUNCTION,0));
  447. asmlist[al_imports].concat(tai_function_name.create(''));
  448. {$ifdef ARM}
  449. reference_reset_symbol(href,l5,0);
  450. asmlist[al_imports].concat(Taicpu.op_reg_ref(A_LDR,NR_R12,href));
  451. reference_reset_base(href,NR_R12,0);
  452. asmlist[al_imports].concat(Taicpu.op_reg_ref(A_LDR,NR_R15,href));
  453. asmlist[al_imports].concat(Tai_label.Create(l5));
  454. reference_reset_symbol(href,l4,0);
  455. asmlist[al_imports].concat(tai_const.create_sym_offset(href.symbol,href.offset));
  456. {$else ARM}
  457. reference_reset_symbol(href,l4,0);
  458. asmlist[al_imports].concat(Taicpu.Op_ref(A_JMP,S_NO,href));
  459. asmlist[al_imports].concat(Tai_align.Create_op(4,$90));
  460. {$endif ARM}
  461. { add jump field to al_imports }
  462. new_section(asmlist[al_imports],sec_idata5,'',0);
  463. if (cs_debuginfo in aktmoduleswitches) then
  464. begin
  465. if assigned(hp2.name) then
  466. begin
  467. importname:='__imp_'+hp2.name^;
  468. suffix:=0;
  469. while assigned(objectlibrary.getasmsymbol(importname)) do
  470. begin
  471. inc(suffix);
  472. importname:='__imp_'+hp2.name^+'_'+tostr(suffix);
  473. end;
  474. asmlist[al_imports].concat(tai_symbol.createname(importname,AT_FUNCTION,4));
  475. end
  476. else
  477. begin
  478. importname:='__imp_by_ordinal'+tostr(hp2.ordnr);
  479. suffix:=0;
  480. while assigned(objectlibrary.getasmsymbol(importname)) do
  481. begin
  482. inc(suffix);
  483. importname:='__imp_by_ordinal'+tostr(hp2.ordnr)+'_'+tostr(suffix);
  484. end;
  485. asmlist[al_imports].concat(tai_symbol.createname(importname,AT_FUNCTION,4));
  486. end;
  487. end;
  488. asmlist[al_imports].concat(Tai_label.Create(l4));
  489. end
  490. else
  491. begin
  492. asmlist[al_imports].concat(Tai_symbol.Createname_global(hp2.func^,AT_DATA,0));
  493. end;
  494. asmlist[al_imports].concat(Tai_const.Create_rva_sym(hp2.lab));
  495. hp2:=twin32imported_item(hp2.next);
  496. end;
  497. { finalize the addresses }
  498. asmlist[al_imports].concat(Tai_const.Create_32bit(0));
  499. { finally the import information }
  500. new_section(asmlist[al_imports],sec_idata6,'',0);
  501. hp2:=twin32imported_item(hp1.imported_items.first);
  502. while assigned(hp2) do
  503. begin
  504. asmlist[al_imports].concat(Tai_label.Create(hp2.lab));
  505. { the ordinal number }
  506. asmlist[al_imports].concat(Tai_const.Create_16bit(hp2.ordnr));
  507. asmlist[al_imports].concat(Tai_string.Create(hp2.name^+#0));
  508. asmlist[al_imports].concat(Tai_align.Create_op(2,0));
  509. hp2:=twin32imported_item(hp2.next);
  510. end;
  511. { create import dll name }
  512. new_section(asmlist[al_imports],sec_idata7,'',0);
  513. asmlist[al_imports].concat(Tai_label.Create(l1));
  514. asmlist[al_imports].concat(Tai_string.Create(hp1.dllname^+#0));
  515. hp1:=timportlist(hp1.next);
  516. end;
  517. end;
  518. {*****************************************************************************
  519. TEXPORTLIBWIN32
  520. *****************************************************************************}
  521. procedure texportlibwin32.preparelib(const s:string);
  522. begin
  523. if asmlist[al_exports]=nil then
  524. asmlist[al_exports]:=TAAsmoutput.create;
  525. EList_indexed:=tList.Create;
  526. EList_nonindexed:=tList.Create;
  527. objectlibrary.getdatalabel(edatalabel);
  528. end;
  529. procedure texportlibwin32.exportvar(hp : texported_item);
  530. begin
  531. { same code used !! PM }
  532. exportprocedure(hp);
  533. end;
  534. var
  535. Gl_DoubleIndex:boolean;
  536. Gl_DoubleIndexValue:longint;
  537. function IdxCompare(Item1, Item2: Pointer): Integer;
  538. var
  539. I1:texported_item absolute Item1;
  540. I2:texported_item absolute Item2;
  541. begin
  542. Result:=I1.index-I2.index;
  543. if(Result=0)and(Item1<>Item2)then
  544. begin
  545. Gl_DoubleIndex:=true;
  546. Gl_DoubleIndexValue:=I1.index;
  547. end;
  548. end;
  549. procedure texportlibwin32.exportprocedure(hp : texported_item);
  550. begin
  551. if ((hp.options and eo_index)<>0)and((hp.index<=0) or (hp.index>$ffff)) then
  552. begin
  553. message1(parser_e_export_invalid_index,tostr(hp.index));
  554. exit;
  555. end;
  556. if hp.options and eo_index=eo_index then
  557. EList_indexed.Add(hp)
  558. else
  559. EList_nonindexed.Add(hp);
  560. end;
  561. procedure texportlibwin32.exportfromlist(hp : texported_item);
  562. //formerly texportlibwin32.exportprocedure
  563. { must be ordered at least for win32 !! }
  564. var
  565. hp2 : texported_item;
  566. begin
  567. hp2:=texported_item(current_module._exports.first);
  568. while assigned(hp2) and
  569. (hp.name^>hp2.name^) do
  570. hp2:=texported_item(hp2.next);
  571. { insert hp there !! }
  572. if hp2=nil then
  573. current_module._exports.concat(hp)
  574. else
  575. begin
  576. if hp2.name^=hp.name^ then
  577. begin
  578. { this is not allowed !! }
  579. message1(parser_e_export_name_double,hp.name^);
  580. exit;
  581. end;
  582. current_module._exports.insertbefore(hp,hp2);
  583. end;
  584. end;
  585. procedure texportlibwin32.generatelib;
  586. var
  587. ordinal_base,ordinal_max,ordinal_min : longint;
  588. current_index : longint;
  589. entries,named_entries : longint;
  590. name_label,dll_name_label,export_address_table : tasmlabel;
  591. export_name_table_pointers,export_ordinal_table : tasmlabel;
  592. hp,hp2 : texported_item;
  593. temtexport : TLinkedList;
  594. address_table,name_table_pointers,
  595. name_table,ordinal_table : TAAsmoutput;
  596. i,autoindex,ni_high : longint;
  597. hole : boolean;
  598. begin
  599. Gl_DoubleIndex:=false;
  600. ELIst_indexed.Sort(@IdxCompare);
  601. if Gl_DoubleIndex then
  602. begin
  603. message1(parser_e_export_ordinal_double,tostr(Gl_DoubleIndexValue));
  604. EList_indexed.Free;
  605. EList_nonindexed.Free;
  606. exit;
  607. end;
  608. autoindex:=1;
  609. while EList_nonindexed.Count>0 do
  610. begin
  611. hole:=(EList_indexed.Count>0)and(texported_item(EList_indexed.Items[0]).index>1);
  612. if not hole then
  613. for i:=autoindex to pred(EList_indexed.Count)do
  614. if texported_item(EList_indexed.Items[i]).index-texported_item(EList_indexed.Items[pred(i)]).index>1 then
  615. begin
  616. autoindex:=succ(texported_item(EList_indexed.Items[pred(i)]).index);
  617. hole:=true;
  618. break;
  619. end;
  620. ni_high:=pred(EList_nonindexed.Count);
  621. if not hole then
  622. begin
  623. autoindex:=succ(EList_indexed.Count);
  624. EList_indexed.Add(EList_nonindexed.Items[ni_high]);
  625. end
  626. else
  627. EList_indexed.Insert(pred(AutoIndex),EList_nonindexed.Items[ni_high]);
  628. EList_nonindexed.Delete(ni_high);
  629. texported_item(EList_indexed.Items[pred(AutoIndex)]).index:=autoindex;
  630. end;
  631. EList_nonindexed.Free;
  632. for i:=0 to pred(EList_indexed.Count)do
  633. exportfromlist(texported_item(EList_indexed.Items[i]));
  634. EList_indexed.Free;
  635. if (target_asm.id in [as_i386_masm,as_i386_tasm,as_i386_nasmwin32]) then
  636. begin
  637. generatenasmlib;
  638. exit;
  639. end;
  640. hp:=texported_item(current_module._exports.first);
  641. if not assigned(hp) then
  642. exit;
  643. ordinal_max:=0;
  644. ordinal_min:=$7FFFFFFF;
  645. entries:=0;
  646. named_entries:=0;
  647. objectlibrary.getjumplabel(dll_name_label);
  648. objectlibrary.getjumplabel(export_address_table);
  649. objectlibrary.getjumplabel(export_name_table_pointers);
  650. objectlibrary.getjumplabel(export_ordinal_table);
  651. { count entries }
  652. while assigned(hp) do
  653. begin
  654. inc(entries);
  655. if (hp.index>ordinal_max) then
  656. ordinal_max:=hp.index;
  657. if (hp.index>0) and (hp.index<ordinal_min) then
  658. ordinal_min:=hp.index;
  659. if assigned(hp.name) then
  660. inc(named_entries);
  661. hp:=texported_item(hp.next);
  662. end;
  663. { no support for higher ordinal base yet !! }
  664. ordinal_base:=1;
  665. current_index:=ordinal_base;
  666. { we must also count the holes !! }
  667. entries:=ordinal_max-ordinal_base+1;
  668. new_section(asmlist[al_exports],sec_edata,'',0);
  669. { create label to reference from main so smartlink will include
  670. the .edata section }
  671. asmlist[al_exports].concat(Tai_symbol.Create_global(edatalabel,0));
  672. { export flags }
  673. asmlist[al_exports].concat(Tai_const.Create_32bit(0));
  674. { date/time stamp }
  675. asmlist[al_exports].concat(Tai_const.Create_32bit(0));
  676. { major version }
  677. asmlist[al_exports].concat(Tai_const.Create_16bit(0));
  678. { minor version }
  679. asmlist[al_exports].concat(Tai_const.Create_16bit(0));
  680. { pointer to dll name }
  681. asmlist[al_exports].concat(Tai_const.Create_rva_sym(dll_name_label));
  682. { ordinal base normally set to 1 }
  683. asmlist[al_exports].concat(Tai_const.Create_32bit(ordinal_base));
  684. { number of entries }
  685. asmlist[al_exports].concat(Tai_const.Create_32bit(entries));
  686. { number of named entries }
  687. asmlist[al_exports].concat(Tai_const.Create_32bit(named_entries));
  688. { address of export address table }
  689. asmlist[al_exports].concat(Tai_const.Create_rva_sym(export_address_table));
  690. { address of name pointer pointers }
  691. asmlist[al_exports].concat(Tai_const.Create_rva_sym(export_name_table_pointers));
  692. { address of ordinal number pointers }
  693. asmlist[al_exports].concat(Tai_const.Create_rva_sym(export_ordinal_table));
  694. { the name }
  695. asmlist[al_exports].concat(Tai_label.Create(dll_name_label));
  696. if st='' then
  697. asmlist[al_exports].concat(Tai_string.Create(current_module.modulename^+target_info.sharedlibext+#0))
  698. else
  699. asmlist[al_exports].concat(Tai_string.Create(st+target_info.sharedlibext+#0));
  700. { export address table }
  701. address_table:=TAAsmoutput.create;
  702. address_table.concat(Tai_align.Create_op(4,0));
  703. address_table.concat(Tai_label.Create(export_address_table));
  704. name_table_pointers:=TAAsmoutput.create;
  705. name_table_pointers.concat(Tai_align.Create_op(4,0));
  706. name_table_pointers.concat(Tai_label.Create(export_name_table_pointers));
  707. ordinal_table:=TAAsmoutput.create;
  708. ordinal_table.concat(Tai_align.Create_op(4,0));
  709. ordinal_table.concat(Tai_label.Create(export_ordinal_table));
  710. name_table:=TAAsmoutput.Create;
  711. name_table.concat(Tai_align.Create_op(4,0));
  712. { write each address }
  713. hp:=texported_item(current_module._exports.first);
  714. while assigned(hp) do
  715. begin
  716. if (hp.options and eo_name)<>0 then
  717. begin
  718. objectlibrary.getjumplabel(name_label);
  719. name_table_pointers.concat(Tai_const.Create_rva_sym(name_label));
  720. ordinal_table.concat(Tai_const.Create_16bit(hp.index-ordinal_base));
  721. name_table.concat(Tai_align.Create_op(2,0));
  722. name_table.concat(Tai_label.Create(name_label));
  723. name_table.concat(Tai_string.Create(hp.name^+#0));
  724. end;
  725. hp:=texported_item(hp.next);
  726. end;
  727. { order in increasing ordinal values }
  728. { into temtexport list }
  729. temtexport:=TLinkedList.Create;
  730. hp:=texported_item(current_module._exports.first);
  731. while assigned(hp) do
  732. begin
  733. current_module._exports.remove(hp);
  734. hp2:=texported_item(temtexport.first);
  735. while assigned(hp2) and (hp.index>hp2.index) do
  736. hp2:=texported_item(hp2.next);
  737. if hp2=nil then
  738. temtexport.concat(hp)
  739. else
  740. temtexport.insertbefore(hp,hp2);
  741. hp:=texported_item(current_module._exports.first);;
  742. end;
  743. { write the export adress table }
  744. current_index:=ordinal_base;
  745. hp:=texported_item(temtexport.first);
  746. while assigned(hp) do
  747. begin
  748. { fill missing values }
  749. while current_index<hp.index do
  750. begin
  751. address_table.concat(Tai_const.Create_32bit(0));
  752. inc(current_index);
  753. end;
  754. case hp.sym.typ of
  755. globalvarsym :
  756. address_table.concat(Tai_const.Createname_rva(tglobalvarsym(hp.sym).mangledname));
  757. typedconstsym :
  758. address_table.concat(Tai_const.Createname_rva(ttypedconstsym(hp.sym).mangledname));
  759. procsym :
  760. address_table.concat(Tai_const.Createname_rva(tprocsym(hp.sym).first_procdef.mangledname));
  761. end;
  762. inc(current_index);
  763. hp:=texported_item(hp.next);
  764. end;
  765. asmlist[al_exports].concatlist(address_table);
  766. asmlist[al_exports].concatlist(name_table_pointers);
  767. asmlist[al_exports].concatlist(ordinal_table);
  768. asmlist[al_exports].concatlist(name_table);
  769. address_table.Free;
  770. name_table_pointers.free;
  771. ordinal_table.free;
  772. name_table.free;
  773. temtexport.free;
  774. end;
  775. procedure texportlibwin32.generatenasmlib;
  776. var
  777. hp : texported_item;
  778. p : pchar;
  779. s : string;
  780. begin
  781. new_section(asmlist[al_exports],sec_code,'',0);
  782. hp:=texported_item(current_module._exports.first);
  783. while assigned(hp) do
  784. begin
  785. case hp.sym.typ of
  786. globalvarsym :
  787. s:=tglobalvarsym(hp.sym).mangledname;
  788. typedconstsym :
  789. s:=ttypedconstsym(hp.sym).mangledname;
  790. procsym :
  791. s:=tprocsym(hp.sym).first_procdef.mangledname;
  792. else
  793. s:='';
  794. end;
  795. p:=strpnew(#9+'export '+s+' '+hp.name^+' '+tostr(hp.index));
  796. {asmlist[al_exports].concat(tai_direct.create(p));}
  797. hp:=texported_item(hp.next);
  798. end;
  799. end;
  800. {****************************************************************************
  801. TLINKERWIN32
  802. ****************************************************************************}
  803. Constructor TLinkerWin32.Create;
  804. begin
  805. Inherited Create;
  806. { allow duplicated libs (PM) }
  807. SharedLibFiles.doubles:=true;
  808. StaticLibFiles.doubles:=true; if not Dontlinkstdlibpath Then
  809. end;
  810. Procedure TLinkerWin32.SetDefaultInfo;
  811. var
  812. targetopts: string;
  813. begin
  814. with Info do
  815. begin
  816. {$ifdef ARM}
  817. targetopts:='-m armpe';
  818. {$else ARM}
  819. targetopts:='-b pe-i386 -m i386pe';
  820. {$endif ARM}
  821. ExeCmd[1]:='ld '+targetopts+' $OPT $GCSECTIONS $STRIP $APPTYPE $ENTRY $IMAGEBASE $RELOC -o $EXE $RES';
  822. DllCmd[1]:='ld '+targetopts+' $OPT $GCSECTIONS $STRIP --dll $APPTYPE $ENTRY $IMAGEBASE $RELOC -o $EXE $RES';
  823. { ExeCmd[2]:='dlltool --as $ASBIN --dllname $EXE --output-exp exp.$$$ $RELOC $DEF';
  824. use short forms to avoid 128 char limitation problem }
  825. ExeCmd[2]:='dlltool -S $ASBIN -D $EXE -e exp.$$$ $RELOC $DEF';
  826. ExeCmd[3]:='ld '+targetopts+' $OPT $STRIP $APPTYPE $ENTRY $IMAGEBASE -o $EXE $RES exp.$$$';
  827. { DllCmd[2]:='dlltool --as $ASBIN --dllname $EXE --output-exp exp.$$$ $RELOC $DEF'; }
  828. DllCmd[2]:='dlltool -S $ASBIN -D $EXE -e exp.$$$ $RELOC $DEF';
  829. DllCmd[3]:='ld '+targetopts+' $OPT $STRIP --dll $APPTYPE $ENTRY $IMAGEBASE -o $EXE $RES exp.$$$';
  830. end;
  831. end;
  832. Function TLinkerWin32.WriteResponseFile(isdll:boolean) : Boolean;
  833. Var
  834. linkres : TLinkRes;
  835. HPath : TStringListItem;
  836. s,s2 : string;
  837. i : integer;
  838. linklibcygwin : boolean;
  839. begin
  840. WriteResponseFile:=False;
  841. linklibcygwin:=(SharedLibFiles.Find('cygwin')<>nil);
  842. if (cs_profile in aktmoduleswitches) then
  843. begin
  844. SharedLibFiles.Concat('gmon');
  845. SharedLibFiles.Concat('c');
  846. SharedLibFiles.Concat('gcc');
  847. SharedLibFiles.Concat('kernel32');
  848. end;
  849. { Open link.res file }
  850. LinkRes:=TLinkRes.Create(outputexedir+Info.ResName);
  851. { Write path to search libraries }
  852. HPath:=TStringListItem(current_module.locallibrarysearchpath.First);
  853. while assigned(HPath) do
  854. begin
  855. LinkRes.Add('SEARCH_DIR('+MaybeQuoted(HPath.Str)+')');
  856. HPath:=TStringListItem(HPath.Next);
  857. end;
  858. HPath:=TStringListItem(LibrarySearchPath.First);
  859. while assigned(HPath) do
  860. begin
  861. LinkRes.Add('SEARCH_DIR('+MaybeQuoted(HPath.Str)+')');
  862. HPath:=TStringListItem(HPath.Next);
  863. end;
  864. { add objectfiles, start with prt0 always }
  865. { profiling of shared libraries is currently not supported }
  866. if not ObjectFiles.Empty then
  867. begin
  868. LinkRes.Add('INPUT(');
  869. while not ObjectFiles.Empty do
  870. begin
  871. s:=ObjectFiles.GetFirst;
  872. if s<>'' then
  873. LinkRes.AddFileName(MaybeQuoted(s));
  874. end;
  875. LinkRes.Add(')');
  876. end;
  877. { Write staticlibraries }
  878. if (not StaticLibFiles.Empty) then
  879. begin
  880. LinkRes.Add('GROUP(');
  881. While not StaticLibFiles.Empty do
  882. begin
  883. S:=StaticLibFiles.GetFirst;
  884. LinkRes.AddFileName(MaybeQuoted(s));
  885. end;
  886. LinkRes.Add(')');
  887. end;
  888. { Write sharedlibraries (=import libraries) }
  889. if not SharedLibFiles.Empty then
  890. begin
  891. LinkRes.Add('INPUT(') ;
  892. While not SharedLibFiles.Empty do
  893. begin
  894. S:=SharedLibFiles.GetFirst;
  895. if FindLibraryFile(s,target_info.staticClibprefix,target_info.staticClibext,s2) then
  896. begin
  897. LinkRes.Add(MaybeQuoted(s2));
  898. continue;
  899. end;
  900. if pos(target_info.sharedlibprefix,s)=1 then
  901. s:=copy(s,length(target_info.sharedlibprefix)+1,255);
  902. i:=Pos(target_info.sharedlibext,S);
  903. if i>0 then
  904. Delete(S,i,255);
  905. LinkRes.Add('-l'+s);
  906. end;
  907. LinkRes.Add(')');
  908. end;
  909. { Write DLLs (=direct DLL linking) }
  910. if not DLLFiles.Empty then
  911. begin
  912. LinkRes.Add('INPUT(') ;
  913. While not DLLFiles.Empty do
  914. begin
  915. s:=DLLFiles.GetFirst;
  916. if FindDLL(s,s2) then
  917. LinkRes.Add(MaybeQuoted(s2))
  918. else
  919. LinkRes.Add('-l'+s);
  920. end;
  921. LinkRes.Add(')');
  922. end;
  923. { Write and Close response }
  924. linkres.writetodisk;
  925. LinkRes.Free;
  926. WriteResponseFile:=True;
  927. end;
  928. function TLinkerWin32.MakeExecutable:boolean;
  929. var
  930. binstr : String;
  931. cmdstr : TCmdStr;
  932. success : boolean;
  933. cmds,i : longint;
  934. AsBinStr : string[80];
  935. GCSectionsStr,
  936. StripStr,
  937. RelocStr,
  938. AppTypeStr,
  939. EntryStr,
  940. ImageBaseStr : string[40];
  941. begin
  942. if not(cs_link_extern in aktglobalswitches) then
  943. Message1(exec_i_linking,current_module.exefilename^);
  944. { Create some replacements }
  945. RelocStr:='';
  946. AppTypeStr:='';
  947. EntryStr:='';
  948. ImageBaseStr:='';
  949. StripStr:='';
  950. GCSectionsStr:='';
  951. AsBinStr:=FindUtil(utilsprefix+'as');
  952. if RelocSection then
  953. RelocStr:='--base-file base.$$$';
  954. if use_smartlink_section then
  955. GCSectionsStr:='--gc-sections';
  956. if target_info.system in [system_arm_wince,system_i386_wince] then
  957. AppTypeStr:='--subsystem wince'
  958. else
  959. begin
  960. if apptype=app_gui then
  961. AppTypeStr:='--subsystem windows';
  962. end;
  963. if apptype=app_gui then
  964. EntryStr:='--entry=_WinMainCRTStartup'
  965. else
  966. EntryStr:='--entry=_mainCRTStartup';
  967. if assigned(DLLImageBase) then
  968. ImageBaseStr:='--image-base=0x'+DLLImageBase^;
  969. if (cs_link_strip in aktglobalswitches) then
  970. StripStr:='-s';
  971. { Write used files and libraries }
  972. WriteResponseFile(false);
  973. { Call linker }
  974. success:=false;
  975. if RelocSection or (not Deffile.empty) then
  976. cmds:=3
  977. else
  978. cmds:=1;
  979. for i:=1 to cmds do
  980. begin
  981. SplitBinCmd(Info.ExeCmd[i],binstr,cmdstr);
  982. if binstr<>'' then
  983. begin
  984. Replace(cmdstr,'$EXE',maybequoted(current_module.exefilename^));
  985. Replace(cmdstr,'$OPT',Info.ExtraOptions);
  986. Replace(cmdstr,'$RES',maybequoted(outputexedir+Info.ResName));
  987. Replace(cmdstr,'$APPTYPE',AppTypeStr);
  988. Replace(cmdstr,'$ENTRY',EntryStr);
  989. Replace(cmdstr,'$ASBIN',AsbinStr);
  990. Replace(cmdstr,'$RELOC',RelocStr);
  991. Replace(cmdstr,'$IMAGEBASE',ImageBaseStr);
  992. Replace(cmdstr,'$GCSECTIONS',GCSectionsStr);
  993. Replace(cmdstr,'$STRIP',StripStr);
  994. if not DefFile.Empty then
  995. begin
  996. DefFile.WriteFile;
  997. Replace(cmdstr,'$DEF','-d '+maybequoted(deffile.fname));
  998. end
  999. else
  1000. Replace(cmdstr,'$DEF','');
  1001. success:=DoExec(FindUtil(utilsprefix+binstr),cmdstr,(i=1),false);
  1002. if not success then
  1003. break;
  1004. end;
  1005. end;
  1006. { Post process }
  1007. if success then
  1008. success:=PostProcessExecutable(current_module.exefilename^,false);
  1009. { Remove ReponseFile }
  1010. if (success) and not(cs_link_extern in aktglobalswitches) then
  1011. begin
  1012. RemoveFile(outputexedir+Info.ResName);
  1013. RemoveFile('base.$$$');
  1014. RemoveFile('exp.$$$');
  1015. RemoveFile('deffile.$$$');
  1016. end;
  1017. MakeExecutable:=success; { otherwise a recursive call to link method }
  1018. end;
  1019. Function TLinkerWin32.MakeSharedLibrary:boolean;
  1020. var
  1021. binstr : String;
  1022. cmdstr : TCmdStr;
  1023. success : boolean;
  1024. cmds,
  1025. i : longint;
  1026. AsBinStr : string[80];
  1027. StripStr,
  1028. GCSectionsStr,
  1029. RelocStr,
  1030. AppTypeStr,
  1031. EntryStr,
  1032. ImageBaseStr : string[40];
  1033. begin
  1034. MakeSharedLibrary:=false;
  1035. if not(cs_link_extern in aktglobalswitches) then
  1036. Message1(exec_i_linking,current_module.sharedlibfilename^);
  1037. { Create some replacements }
  1038. RelocStr:='';
  1039. AppTypeStr:='';
  1040. EntryStr:='';
  1041. ImageBaseStr:='';
  1042. StripStr:='';
  1043. GCSectionsStr:='';
  1044. AsBinStr:=FindUtil(utilsprefix+'as');
  1045. if RelocSection then
  1046. RelocStr:='--base-file base.$$$';
  1047. if use_smartlink_section then
  1048. GCSectionsStr:='--gc-sections';
  1049. if apptype=app_gui then
  1050. begin
  1051. AppTypeStr:='--subsystem windows';
  1052. EntryStr:='--entry _DLLWinMainCRTStartup'
  1053. end
  1054. else
  1055. EntryStr:='--entry _DLLMainCRTStartup';
  1056. if assigned(DLLImageBase) then
  1057. ImageBaseStr:='--image-base=0x'+DLLImageBase^;
  1058. if (cs_link_strip in aktglobalswitches) then
  1059. StripStr:='-s';
  1060. { Write used files and libraries }
  1061. WriteResponseFile(true);
  1062. { Call linker }
  1063. success:=false;
  1064. if RelocSection or (not Deffile.empty) then
  1065. cmds:=3
  1066. else
  1067. cmds:=1;
  1068. for i:=1 to cmds do
  1069. begin
  1070. SplitBinCmd(Info.DllCmd[i],binstr,cmdstr);
  1071. if binstr<>'' then
  1072. begin
  1073. Replace(cmdstr,'$EXE',maybequoted(current_module.sharedlibfilename^));
  1074. Replace(cmdstr,'$OPT',Info.ExtraOptions);
  1075. Replace(cmdstr,'$RES',maybequoted(outputexedir+Info.ResName));
  1076. Replace(cmdstr,'$APPTYPE',AppTypeStr);
  1077. Replace(cmdstr,'$ENTRY',EntryStr);
  1078. Replace(cmdstr,'$ASBIN',AsbinStr);
  1079. Replace(cmdstr,'$RELOC',RelocStr);
  1080. Replace(cmdstr,'$IMAGEBASE',ImageBaseStr);
  1081. Replace(cmdstr,'$STRIP',StripStr);
  1082. Replace(cmdstr,'$GCSECTIONS',GCSectionsStr);
  1083. if not DefFile.Empty then
  1084. begin
  1085. DefFile.WriteFile;
  1086. Replace(cmdstr,'$DEF','-d '+maybequoted(deffile.fname));
  1087. end
  1088. else
  1089. Replace(cmdstr,'$DEF','');
  1090. success:=DoExec(FindUtil(utilsprefix+binstr),cmdstr,(i=1),false);
  1091. if not success then
  1092. break;
  1093. end;
  1094. end;
  1095. { Post process }
  1096. if success then
  1097. success:=PostProcessExecutable(current_module.sharedlibfilename^,true);
  1098. { Remove ReponseFile }
  1099. if (success) and not(cs_link_extern in aktglobalswitches) then
  1100. begin
  1101. RemoveFile(outputexedir+Info.ResName);
  1102. RemoveFile('base.$$$');
  1103. RemoveFile('exp.$$$');
  1104. RemoveFile('deffile.$$$');
  1105. end;
  1106. MakeSharedLibrary:=success; { otherwise a recursive call to link method }
  1107. end;
  1108. function tlinkerwin32.postprocessexecutable(const fn : string;isdll:boolean):boolean;
  1109. type
  1110. tdosheader = packed record
  1111. e_magic : word;
  1112. e_cblp : word;
  1113. e_cp : word;
  1114. e_crlc : word;
  1115. e_cparhdr : word;
  1116. e_minalloc : word;
  1117. e_maxalloc : word;
  1118. e_ss : word;
  1119. e_sp : word;
  1120. e_csum : word;
  1121. e_ip : word;
  1122. e_cs : word;
  1123. e_lfarlc : word;
  1124. e_ovno : word;
  1125. e_res : array[0..3] of word;
  1126. e_oemid : word;
  1127. e_oeminfo : word;
  1128. e_res2 : array[0..9] of word;
  1129. e_lfanew : longint;
  1130. end;
  1131. tpeheader = packed record
  1132. PEMagic : array[0..3] of char;
  1133. Machine : word;
  1134. NumberOfSections : word;
  1135. TimeDateStamp : longint;
  1136. PointerToSymbolTable : longint;
  1137. NumberOfSymbols : longint;
  1138. SizeOfOptionalHeader : word;
  1139. Characteristics : word;
  1140. Magic : word;
  1141. MajorLinkerVersion : byte;
  1142. MinorLinkerVersion : byte;
  1143. SizeOfCode : longint;
  1144. SizeOfInitializedData : longint;
  1145. SizeOfUninitializedData : longint;
  1146. AddressOfEntryPoint : longint;
  1147. BaseOfCode : longint;
  1148. BaseOfData : longint;
  1149. ImageBase : longint;
  1150. SectionAlignment : longint;
  1151. FileAlignment : longint;
  1152. MajorOperatingSystemVersion : word;
  1153. MinorOperatingSystemVersion : word;
  1154. MajorImageVersion : word;
  1155. MinorImageVersion : word;
  1156. MajorSubsystemVersion : word;
  1157. MinorSubsystemVersion : word;
  1158. Reserved1 : longint;
  1159. SizeOfImage : longint;
  1160. SizeOfHeaders : longint;
  1161. CheckSum : longint;
  1162. Subsystem : word;
  1163. DllCharacteristics : word;
  1164. SizeOfStackReserve : longint;
  1165. SizeOfStackCommit : longint;
  1166. SizeOfHeapReserve : longint;
  1167. SizeOfHeapCommit : longint;
  1168. LoaderFlags : longint;
  1169. NumberOfRvaAndSizes : longint;
  1170. DataDirectory : array[1..$80] of byte;
  1171. end;
  1172. tcoffsechdr=packed record
  1173. name : array[0..7] of char;
  1174. vsize : longint;
  1175. rvaofs : longint;
  1176. datalen : longint;
  1177. datapos : longint;
  1178. relocpos : longint;
  1179. lineno1 : longint;
  1180. nrelocs : word;
  1181. lineno2 : word;
  1182. flags : longint;
  1183. end;
  1184. psecfill=^TSecfill;
  1185. TSecfill=record
  1186. fillpos,
  1187. fillsize : longint;
  1188. next : psecfill;
  1189. end;
  1190. var
  1191. f : file;
  1192. cmdstr : string;
  1193. dosheader : tdosheader;
  1194. peheader : tpeheader;
  1195. firstsecpos,
  1196. maxfillsize,
  1197. l,peheaderpos : longint;
  1198. coffsec : tcoffsechdr;
  1199. secroot,hsecroot : psecfill;
  1200. zerobuf : pointer;
  1201. begin
  1202. postprocessexecutable:=false;
  1203. { when -s is used or it's a dll then quit }
  1204. if (cs_link_extern in aktglobalswitches) then
  1205. begin
  1206. case apptype of
  1207. app_native :
  1208. cmdstr:='--subsystem native';
  1209. app_gui :
  1210. cmdstr:='--subsystem gui';
  1211. app_cui :
  1212. cmdstr:='--subsystem console';
  1213. end;
  1214. if dllversion<>'' then
  1215. cmdstr:=cmdstr+' --version '+dllversion;
  1216. cmdstr:=cmdstr+' --input '+maybequoted(fn);
  1217. cmdstr:=cmdstr+' --stack '+tostr(stacksize);
  1218. DoExec(FindUtil(utilsprefix+'postw32'),cmdstr,false,false);
  1219. postprocessexecutable:=true;
  1220. exit;
  1221. end;
  1222. { open file }
  1223. assign(f,fn);
  1224. {$I-}
  1225. reset(f,1);
  1226. if ioresult<>0 then
  1227. Message1(execinfo_f_cant_open_executable,fn);
  1228. { read headers }
  1229. blockread(f,dosheader,sizeof(tdosheader));
  1230. peheaderpos:=dosheader.e_lfanew;
  1231. seek(f,peheaderpos);
  1232. blockread(f,peheader,sizeof(tpeheader));
  1233. { write info }
  1234. Message1(execinfo_x_codesize,tostr(peheader.SizeOfCode));
  1235. Message1(execinfo_x_initdatasize,tostr(peheader.SizeOfInitializedData));
  1236. Message1(execinfo_x_uninitdatasize,tostr(peheader.SizeOfUninitializedData));
  1237. { change stack size (PM) }
  1238. { I am not sure that the default value is adequate !! }
  1239. peheader.SizeOfStackReserve:=stacksize;
  1240. { change the header }
  1241. { sub system }
  1242. { gui=2 }
  1243. { cui=3 }
  1244. { wincegui=9 }
  1245. if target_info.system in [system_arm_wince,system_i386_wince] then
  1246. peheader.Subsystem:=9
  1247. else
  1248. case apptype of
  1249. app_native :
  1250. peheader.Subsystem:=1;
  1251. app_gui :
  1252. peheader.Subsystem:=2;
  1253. app_cui :
  1254. peheader.Subsystem:=3;
  1255. end;
  1256. if dllversion<>'' then
  1257. begin
  1258. peheader.MajorImageVersion:=dllmajor;
  1259. peheader.MinorImageVersion:=dllminor;
  1260. end;
  1261. { reset timestamp }
  1262. peheader.TimeDateStamp:=0;
  1263. { write header back }
  1264. seek(f,peheaderpos);
  1265. blockwrite(f,peheader,sizeof(tpeheader));
  1266. if ioresult<>0 then
  1267. Message1(execinfo_f_cant_process_executable,fn);
  1268. seek(f,peheaderpos);
  1269. blockread(f,peheader,sizeof(tpeheader));
  1270. { write the value after the change }
  1271. Message1(execinfo_x_stackreserve,tostr(peheader.SizeOfStackReserve));
  1272. Message1(execinfo_x_stackcommit,tostr(peheader.SizeOfStackCommit));
  1273. { read section info }
  1274. maxfillsize:=0;
  1275. firstsecpos:=0;
  1276. secroot:=nil;
  1277. for l:=1 to peheader.NumberOfSections do
  1278. begin
  1279. blockread(f,coffsec,sizeof(tcoffsechdr));
  1280. if coffsec.datapos>0 then
  1281. begin
  1282. if secroot=nil then
  1283. firstsecpos:=coffsec.datapos;
  1284. new(hsecroot);
  1285. hsecroot^.fillpos:=coffsec.datapos+coffsec.vsize;
  1286. hsecroot^.fillsize:=coffsec.datalen-coffsec.vsize;
  1287. hsecroot^.next:=secroot;
  1288. secroot:=hsecroot;
  1289. if secroot^.fillsize>maxfillsize then
  1290. maxfillsize:=secroot^.fillsize;
  1291. end;
  1292. end;
  1293. if firstsecpos>0 then
  1294. begin
  1295. l:=firstsecpos-filepos(f);
  1296. if l>maxfillsize then
  1297. maxfillsize:=l;
  1298. end
  1299. else
  1300. l:=0;
  1301. { get zero buffer }
  1302. getmem(zerobuf,maxfillsize);
  1303. fillchar(zerobuf^,maxfillsize,0);
  1304. { zero from sectioninfo until first section }
  1305. blockwrite(f,zerobuf^,l);
  1306. { zero section alignments }
  1307. while assigned(secroot) do
  1308. begin
  1309. seek(f,secroot^.fillpos);
  1310. blockwrite(f,zerobuf^,secroot^.fillsize);
  1311. hsecroot:=secroot;
  1312. secroot:=secroot^.next;
  1313. dispose(hsecroot);
  1314. end;
  1315. freemem(zerobuf,maxfillsize);
  1316. close(f);
  1317. {$I+}
  1318. if ioresult<>0 then;
  1319. postprocessexecutable:=true;
  1320. end;
  1321. {****************************************************************************
  1322. TDLLScannerWin32
  1323. ****************************************************************************}
  1324. function tDLLScannerWin32.DOSstubOK(var x:cardinal):boolean;
  1325. begin
  1326. blockread(f,TheWord,2,loaded);
  1327. if loaded<>2 then
  1328. DOSstubOK:=false
  1329. else
  1330. begin
  1331. DOSstubOK:=(TheWord='MZ');
  1332. seek(f,$3C);
  1333. blockread(f,x,4,loaded);
  1334. if(loaded<>4)or(longint(x)>filesize(f))then
  1335. DOSstubOK:=false;
  1336. end;
  1337. end;
  1338. function tDLLScannerWin32.ExtractDllName(Const Name : string) : string;
  1339. var n : string;
  1340. begin
  1341. n:=Upper(SplitExtension(Name));
  1342. if (n='.DLL') or (n='.DRV') or (n='.EXE') then
  1343. ExtractDllName:=Name
  1344. else
  1345. ExtractDllName:=Name+target_info.sharedlibext;
  1346. end;
  1347. function tDLLScannerWin32.isSuitableFileType(x:cardinal):longbool;
  1348. begin
  1349. seek(f,x);
  1350. blockread(f,TheWord,2,loaded);
  1351. isSuitableFileType:=(loaded=2)and(TheWord='PE');
  1352. end;
  1353. function tDLLScannerWin32.GetEdata(HeaderEntry:cardinal):longbool;
  1354. type
  1355. TObjInfo=packed record
  1356. ObjName:array[0..7]of char;
  1357. VirtSize,
  1358. VirtAddr,
  1359. RawSize,
  1360. RawOffset,
  1361. Reloc,
  1362. LineNum:cardinal;
  1363. RelCount,
  1364. LineCount:word;
  1365. flags:cardinal;
  1366. end;
  1367. var
  1368. i:cardinal;
  1369. ObjOfs:cardinal;
  1370. Obj:TObjInfo;
  1371. APE_obj,APE_Optsize:word;
  1372. ExportRVA:cardinal;
  1373. delta:cardinal;
  1374. const
  1375. IMAGE_SCN_CNT_CODE=$00000020;
  1376. var
  1377. _d:dirstr;
  1378. _n:namestr;
  1379. _e:extstr;
  1380. function isUsedFunction(name:pchar):longbool;
  1381. var
  1382. hp:tExternalsItem;
  1383. begin
  1384. isUsedFunction:=false;
  1385. hp:=tExternalsItem(current_module.Externals.first);
  1386. while assigned(hp)do
  1387. begin
  1388. if(assigned(hp.data))and(not hp.found)then
  1389. if hp.data^=StrPas(name)then
  1390. begin
  1391. isUsedFunction:=true;
  1392. hp.found:=true;
  1393. exit;
  1394. end;
  1395. hp:=tExternalsItem(hp.next);
  1396. end;
  1397. end;
  1398. procedure Store(index:cardinal;name:pchar;isData:longbool);
  1399. begin
  1400. if not isUsedFunction(name)then
  1401. exit;
  1402. if not(current_module.uses_imports) then
  1403. begin
  1404. current_module.uses_imports:=true;
  1405. importlib.preparelib(current_module.modulename^);
  1406. end;
  1407. if IsData then
  1408. timportlibwin32(importlib).importvariable_str(name,_n,name)
  1409. else
  1410. timportlibwin32(importlib).importprocedure_str(name,_n,index,name);
  1411. end;
  1412. procedure ProcessEdata;
  1413. type
  1414. a8=array[0..7]of char;
  1415. function GetSectionName(rva:cardinal;var Flags:cardinal):a8;
  1416. var
  1417. i:cardinal;
  1418. LocObjOfs:cardinal;
  1419. LocObj:TObjInfo;
  1420. begin
  1421. GetSectionName:='';
  1422. Flags:=0;
  1423. LocObjOfs:=APE_OptSize+HeaderOffset+24;
  1424. for i:=1 to APE_obj do
  1425. begin
  1426. seek(f,LocObjOfs);
  1427. blockread(f,LocObj,sizeof(LocObj));
  1428. if(rva>=LocObj.VirtAddr)and(rva<=LocObj.VirtAddr+LocObj.RawSize)then
  1429. begin
  1430. GetSectionName:=a8(LocObj.ObjName);
  1431. Flags:=LocObj.flags;
  1432. end;
  1433. end;
  1434. end;
  1435. var
  1436. j,Fl:cardinal;
  1437. ulongval,procEntry:cardinal;
  1438. Ordinal:word;
  1439. isData:longbool;
  1440. ExpDir:packed record
  1441. flag,
  1442. stamp:cardinal;
  1443. Major,
  1444. Minor:word;
  1445. Name,
  1446. Base,
  1447. NumFuncs,
  1448. NumNames,
  1449. AddrFuncs,
  1450. AddrNames,
  1451. AddrOrds:cardinal;
  1452. end;
  1453. begin
  1454. with Obj do
  1455. begin
  1456. seek(f,RawOffset+delta);
  1457. blockread(f,ExpDir,sizeof(ExpDir));
  1458. fsplit(impname,_d,_n,_e);
  1459. for j:=0 to pred(ExpDir.NumNames)do
  1460. begin
  1461. { Don't know why but this gives serious problems with overflow checking on }
  1462. {$IFOPT Q+}
  1463. {$DEFINE OVERFLOW_CHECK_WAS_ON}
  1464. {$ENDIF}
  1465. {$Q-}
  1466. seek(f,RawOffset-VirtAddr+ExpDir.AddrOrds+j*2);
  1467. blockread(f,Ordinal,2);
  1468. seek(f,RawOffset-VirtAddr+ExpDir.AddrFuncs+cardinal(Ordinal)*4);
  1469. blockread(f,ProcEntry,4);
  1470. seek(f,RawOffset-VirtAddr+ExpDir.AddrNames+j*4);
  1471. blockread(f,ulongval,4);
  1472. seek(f,RawOffset-VirtAddr+ulongval);
  1473. blockread(f,cstring,sizeof(cstring));
  1474. isData:=GetSectionName(procentry,Fl)='';
  1475. {$IFDEF OVERFLOW_CHECK_WAS_ON}
  1476. {$Q+}
  1477. {$ENDIF}
  1478. if not isData then
  1479. isData:=Fl and IMAGE_SCN_CNT_CODE<>IMAGE_SCN_CNT_CODE;
  1480. Store(succ(Ordinal),cstring,isData);
  1481. end;
  1482. end;
  1483. end;
  1484. begin
  1485. GetEdata:=false;
  1486. seek(f,HeaderEntry+120);
  1487. blockread(f,ExportRVA,4);
  1488. seek(f,HeaderEntry+6);
  1489. blockread(f,APE_Obj,2);
  1490. seek(f,HeaderEntry+20);
  1491. blockread(f,APE_OptSize,2);
  1492. ObjOfs:=APE_OptSize+HeaderOffset+24;
  1493. for i:=1 to APE_obj do
  1494. begin
  1495. seek(f,ObjOfs);
  1496. blockread(f,Obj,sizeof(Obj));
  1497. inc(ObjOfs,sizeof(Obj));
  1498. with Obj do
  1499. if(VirtAddr<=ExportRva)and(ExportRva<VirtAddr+VirtSize)then
  1500. begin
  1501. delta:=ExportRva-VirtAddr;
  1502. ProcessEdata;
  1503. GetEdata:=true;
  1504. end;
  1505. end;
  1506. end;
  1507. function tDLLScannerWin32.scan(const binname:string):longbool;
  1508. var
  1509. OldFileMode:byte;
  1510. hs,
  1511. foundimp : string;
  1512. begin
  1513. Scan:=false;
  1514. { is there already an import library the we will use that one }
  1515. if FindLibraryFile(binname,target_info.staticClibprefix,target_info.staticClibext,foundimp) then
  1516. exit;
  1517. { check if we can find the dll }
  1518. hs:=AddExtension(binname,target_info.sharedlibext);
  1519. if not FindDll(hs,impname) then
  1520. exit;
  1521. { read the dll file }
  1522. assign(f,impname);
  1523. OldFileMode:=filemode;
  1524. filemode:=0;
  1525. reset(f,1);
  1526. filemode:=OldFileMode;
  1527. if not DOSstubOK(HeaderOffset)then
  1528. scan:=false
  1529. else if not isSuitableFileType(HeaderOffset)then
  1530. scan:=false
  1531. else
  1532. scan:=GetEdata(HeaderOffset);
  1533. close(f);
  1534. end;
  1535. {*****************************************************************************
  1536. Initialize
  1537. *****************************************************************************}
  1538. initialization
  1539. {$ifdef i386}
  1540. RegisterExternalLinker(system_i386_win32_info,TLinkerWin32);
  1541. RegisterInternalLinker(system_i386_win32_info,TPECoffLinker);
  1542. RegisterImport(system_i386_win32,TImportLibWin32);
  1543. RegisterExport(system_i386_win32,TExportLibWin32);
  1544. RegisterDLLScanner(system_i386_win32,TDLLScannerWin32);
  1545. RegisterRes(res_gnu_windres_info);
  1546. RegisterTarget(system_i386_win32_info);
  1547. RegisterExternalLinker(system_i386_wince_info,TLinkerWin32);
  1548. RegisterImport(system_i386_wince,TImportLibWin32);
  1549. RegisterExport(system_i386_wince,TExportLibWin32);
  1550. RegisterDLLScanner(system_i386_wince,TDLLScannerWin32);
  1551. RegisterTarget(system_i386_wince_info);
  1552. {$endif i386}
  1553. {$ifdef x86_64}
  1554. RegisterExternalLinker(system_x64_win64_info,TLinkerWin32);
  1555. RegisterImport(system_x86_64_win64,TImportLibWin32);
  1556. RegisterExport(system_x86_64_win64,TExportLibWin32);
  1557. RegisterDLLScanner(system_x86_64_win64,TDLLScannerWin32);
  1558. RegisterRes(res_gnu_windres_info);
  1559. RegisterTarget(system_x64_win64_info);
  1560. {$endif x86_64}
  1561. {$ifdef arm}
  1562. RegisterExternalLinker(system_arm_wince_info,TLinkerWin32);
  1563. RegisterImport(system_arm_wince,TImportLibWin32);
  1564. RegisterExport(system_arm_wince,TExportLibWin32);
  1565. RegisterRes(res_gnu_wince_windres_info);
  1566. RegisterTarget(system_arm_wince_info);
  1567. {$endif arm}
  1568. end.