t_win.pas 56 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679
  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;
  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_allways);
  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_allways);
  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 $STRIP $APPTYPE $IMAGEBASE $RELOC -o $EXE $RES';
  822. DllCmd[1]:='ld '+targetopts+' $OPT $STRIP --dll $APPTYPE $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 $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 $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('c');
  845. SharedLibFiles.Concat('gcc');
  846. SharedLibFiles.Concat('gmon');
  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. LinkRes.Add('INPUT(');
  867. if isdll then
  868. LinkRes.AddFileName(MaybeQuoted(FindObjectFile('wdllprt0','',false)))
  869. else
  870. if (cs_profile in aktmoduleswitches) then
  871. LinkRes.AddFileName(MaybeQuoted(FindObjectFile('gprt0','',false)))
  872. else
  873. begin
  874. if linklibcygwin then
  875. LinkRes.AddFileName(MaybeQuoted(FindObjectFile('wcygprt0','',false)))
  876. else
  877. LinkRes.AddFileName(MaybeQuoted(FindObjectFile('wprt0','',false)));
  878. end;
  879. while not ObjectFiles.Empty do
  880. begin
  881. s:=ObjectFiles.GetFirst;
  882. if s<>'' then
  883. LinkRes.AddFileName(MaybeQuoted(s));
  884. end;
  885. LinkRes.Add(')');
  886. { Write staticlibraries }
  887. if (not StaticLibFiles.Empty) then
  888. begin
  889. LinkRes.Add('GROUP(');
  890. While not StaticLibFiles.Empty do
  891. begin
  892. S:=StaticLibFiles.GetFirst;
  893. LinkRes.AddFileName(MaybeQuoted(s));
  894. end;
  895. LinkRes.Add(')');
  896. end;
  897. { Write sharedlibraries (=import libraries) }
  898. if not SharedLibFiles.Empty then
  899. begin
  900. LinkRes.Add('INPUT(') ;
  901. While not SharedLibFiles.Empty do
  902. begin
  903. S:=SharedLibFiles.GetFirst;
  904. if FindLibraryFile(s,target_info.staticClibprefix,target_info.staticClibext,s2) then
  905. begin
  906. LinkRes.Add(MaybeQuoted(s2));
  907. continue;
  908. end;
  909. if pos(target_info.sharedlibprefix,s)=1 then
  910. s:=copy(s,length(target_info.sharedlibprefix)+1,255);
  911. i:=Pos(target_info.sharedlibext,S);
  912. if i>0 then
  913. Delete(S,i,255);
  914. LinkRes.Add('-l'+s);
  915. end;
  916. LinkRes.Add(')');
  917. end;
  918. { Write DLLs (=direct DLL linking) }
  919. if not DLLFiles.Empty then
  920. begin
  921. LinkRes.Add('INPUT(') ;
  922. While not DLLFiles.Empty do
  923. begin
  924. s:=DLLFiles.GetFirst;
  925. if FindDLL(s,s2) then
  926. LinkRes.Add(MaybeQuoted(s2))
  927. else
  928. LinkRes.Add('-l'+s);
  929. end;
  930. LinkRes.Add(')');
  931. end;
  932. { Write and Close response }
  933. linkres.writetodisk;
  934. LinkRes.Free;
  935. WriteResponseFile:=True;
  936. end;
  937. function TLinkerWin32.MakeExecutable:boolean;
  938. var
  939. binstr : String;
  940. cmdstr : TCmdStr;
  941. success : boolean;
  942. cmds,i : longint;
  943. AsBinStr : string[80];
  944. StripStr,
  945. RelocStr,
  946. AppTypeStr,
  947. ImageBaseStr : string[40];
  948. begin
  949. if not(cs_link_extern in aktglobalswitches) then
  950. Message1(exec_i_linking,current_module.exefilename^);
  951. { Create some replacements }
  952. RelocStr:='';
  953. AppTypeStr:='';
  954. ImageBaseStr:='';
  955. StripStr:='';
  956. AsBinStr:=FindUtil(utilsprefix+'as');
  957. if RelocSection then
  958. RelocStr:='--base-file base.$$$';
  959. if target_info.system in [system_arm_wince,system_i386_wince] then
  960. begin
  961. AppTypeStr:='--subsystem wince';
  962. if apptype <> app_gui then
  963. AppTypeStr:=AppTypeStr + ' --entry=mainCRTStartup';
  964. end
  965. else
  966. if apptype=app_gui then
  967. AppTypeStr:='--subsystem windows';
  968. if assigned(DLLImageBase) then
  969. ImageBaseStr:='--image-base=0x'+DLLImageBase^;
  970. if (cs_link_strip in aktglobalswitches) then
  971. StripStr:='-s';
  972. { Write used files and libraries }
  973. WriteResponseFile(false);
  974. { Call linker }
  975. success:=false;
  976. if RelocSection or (not Deffile.empty) then
  977. cmds:=3
  978. else
  979. cmds:=1;
  980. for i:=1 to cmds do
  981. begin
  982. SplitBinCmd(Info.ExeCmd[i],binstr,cmdstr);
  983. if binstr<>'' then
  984. begin
  985. Replace(cmdstr,'$EXE',maybequoted(current_module.exefilename^));
  986. Replace(cmdstr,'$OPT',Info.ExtraOptions);
  987. Replace(cmdstr,'$RES',maybequoted(outputexedir+Info.ResName));
  988. Replace(cmdstr,'$APPTYPE',AppTypeStr);
  989. Replace(cmdstr,'$ASBIN',AsbinStr);
  990. Replace(cmdstr,'$RELOC',RelocStr);
  991. Replace(cmdstr,'$IMAGEBASE',ImageBaseStr);
  992. Replace(cmdstr,'$STRIP',StripStr);
  993. if not DefFile.Empty then
  994. begin
  995. DefFile.WriteFile;
  996. Replace(cmdstr,'$DEF','-d '+maybequoted(deffile.fname));
  997. end
  998. else
  999. Replace(cmdstr,'$DEF','');
  1000. success:=DoExec(FindUtil(utilsprefix+binstr),cmdstr,(i=1),false);
  1001. if not success then
  1002. break;
  1003. end;
  1004. end;
  1005. { Post process }
  1006. if success then
  1007. success:=PostProcessExecutable(current_module.exefilename^,false);
  1008. { Remove ReponseFile }
  1009. if (success) and not(cs_link_extern in aktglobalswitches) then
  1010. begin
  1011. RemoveFile(outputexedir+Info.ResName);
  1012. RemoveFile('base.$$$');
  1013. RemoveFile('exp.$$$');
  1014. RemoveFile('deffile.$$$');
  1015. end;
  1016. MakeExecutable:=success; { otherwise a recursive call to link method }
  1017. end;
  1018. Function TLinkerWin32.MakeSharedLibrary:boolean;
  1019. var
  1020. binstr : String;
  1021. cmdstr : TCmdStr;
  1022. success : boolean;
  1023. cmds,
  1024. i : longint;
  1025. AsBinStr : string[80];
  1026. StripStr,
  1027. RelocStr,
  1028. AppTypeStr,
  1029. ImageBaseStr : string[40];
  1030. begin
  1031. MakeSharedLibrary:=false;
  1032. if not(cs_link_extern in aktglobalswitches) then
  1033. Message1(exec_i_linking,current_module.sharedlibfilename^);
  1034. { Create some replacements }
  1035. RelocStr:='';
  1036. AppTypeStr:='';
  1037. ImageBaseStr:='';
  1038. StripStr:='';
  1039. AsBinStr:=FindUtil(utilsprefix+'as');
  1040. if RelocSection then
  1041. RelocStr:='--base-file base.$$$';
  1042. if apptype=app_gui then
  1043. AppTypeStr:='--subsystem windows';
  1044. if assigned(DLLImageBase) then
  1045. ImageBaseStr:='--image-base=0x'+DLLImageBase^;
  1046. if (cs_link_strip in aktglobalswitches) then
  1047. StripStr:='-s';
  1048. { Write used files and libraries }
  1049. WriteResponseFile(true);
  1050. { Call linker }
  1051. success:=false;
  1052. if RelocSection or (not Deffile.empty) then
  1053. cmds:=3
  1054. else
  1055. cmds:=1;
  1056. for i:=1 to cmds do
  1057. begin
  1058. SplitBinCmd(Info.DllCmd[i],binstr,cmdstr);
  1059. if binstr<>'' then
  1060. begin
  1061. Replace(cmdstr,'$EXE',maybequoted(current_module.sharedlibfilename^));
  1062. Replace(cmdstr,'$OPT',Info.ExtraOptions);
  1063. Replace(cmdstr,'$RES',maybequoted(outputexedir+Info.ResName));
  1064. Replace(cmdstr,'$APPTYPE',AppTypeStr);
  1065. Replace(cmdstr,'$ASBIN',AsbinStr);
  1066. Replace(cmdstr,'$RELOC',RelocStr);
  1067. Replace(cmdstr,'$IMAGEBASE',ImageBaseStr);
  1068. Replace(cmdstr,'$STRIP',StripStr);
  1069. if not DefFile.Empty then
  1070. begin
  1071. DefFile.WriteFile;
  1072. Replace(cmdstr,'$DEF','-d '+maybequoted(deffile.fname));
  1073. end
  1074. else
  1075. Replace(cmdstr,'$DEF','');
  1076. success:=DoExec(FindUtil(utilsprefix+binstr),cmdstr,(i=1),false);
  1077. if not success then
  1078. break;
  1079. end;
  1080. end;
  1081. { Post process }
  1082. if success then
  1083. success:=PostProcessExecutable(current_module.sharedlibfilename^,true);
  1084. { Remove ReponseFile }
  1085. if (success) and not(cs_link_extern in aktglobalswitches) then
  1086. begin
  1087. RemoveFile(outputexedir+Info.ResName);
  1088. RemoveFile('base.$$$');
  1089. RemoveFile('exp.$$$');
  1090. RemoveFile('deffile.$$$');
  1091. end;
  1092. MakeSharedLibrary:=success; { otherwise a recursive call to link method }
  1093. end;
  1094. function tlinkerwin32.postprocessexecutable(const fn : string;isdll:boolean):boolean;
  1095. type
  1096. tdosheader = packed record
  1097. e_magic : word;
  1098. e_cblp : word;
  1099. e_cp : word;
  1100. e_crlc : word;
  1101. e_cparhdr : word;
  1102. e_minalloc : word;
  1103. e_maxalloc : word;
  1104. e_ss : word;
  1105. e_sp : word;
  1106. e_csum : word;
  1107. e_ip : word;
  1108. e_cs : word;
  1109. e_lfarlc : word;
  1110. e_ovno : word;
  1111. e_res : array[0..3] of word;
  1112. e_oemid : word;
  1113. e_oeminfo : word;
  1114. e_res2 : array[0..9] of word;
  1115. e_lfanew : longint;
  1116. end;
  1117. tpeheader = packed record
  1118. PEMagic : array[0..3] of char;
  1119. Machine : word;
  1120. NumberOfSections : word;
  1121. TimeDateStamp : longint;
  1122. PointerToSymbolTable : longint;
  1123. NumberOfSymbols : longint;
  1124. SizeOfOptionalHeader : word;
  1125. Characteristics : word;
  1126. Magic : word;
  1127. MajorLinkerVersion : byte;
  1128. MinorLinkerVersion : byte;
  1129. SizeOfCode : longint;
  1130. SizeOfInitializedData : longint;
  1131. SizeOfUninitializedData : longint;
  1132. AddressOfEntryPoint : longint;
  1133. BaseOfCode : longint;
  1134. BaseOfData : longint;
  1135. ImageBase : longint;
  1136. SectionAlignment : longint;
  1137. FileAlignment : longint;
  1138. MajorOperatingSystemVersion : word;
  1139. MinorOperatingSystemVersion : word;
  1140. MajorImageVersion : word;
  1141. MinorImageVersion : word;
  1142. MajorSubsystemVersion : word;
  1143. MinorSubsystemVersion : word;
  1144. Reserved1 : longint;
  1145. SizeOfImage : longint;
  1146. SizeOfHeaders : longint;
  1147. CheckSum : longint;
  1148. Subsystem : word;
  1149. DllCharacteristics : word;
  1150. SizeOfStackReserve : longint;
  1151. SizeOfStackCommit : longint;
  1152. SizeOfHeapReserve : longint;
  1153. SizeOfHeapCommit : longint;
  1154. LoaderFlags : longint;
  1155. NumberOfRvaAndSizes : longint;
  1156. DataDirectory : array[1..$80] of byte;
  1157. end;
  1158. tcoffsechdr=packed record
  1159. name : array[0..7] of char;
  1160. vsize : longint;
  1161. rvaofs : longint;
  1162. datalen : longint;
  1163. datapos : longint;
  1164. relocpos : longint;
  1165. lineno1 : longint;
  1166. nrelocs : word;
  1167. lineno2 : word;
  1168. flags : longint;
  1169. end;
  1170. psecfill=^TSecfill;
  1171. TSecfill=record
  1172. fillpos,
  1173. fillsize : longint;
  1174. next : psecfill;
  1175. end;
  1176. var
  1177. f : file;
  1178. cmdstr : string;
  1179. dosheader : tdosheader;
  1180. peheader : tpeheader;
  1181. firstsecpos,
  1182. maxfillsize,
  1183. l,peheaderpos : longint;
  1184. coffsec : tcoffsechdr;
  1185. secroot,hsecroot : psecfill;
  1186. zerobuf : pointer;
  1187. begin
  1188. postprocessexecutable:=false;
  1189. { when -s is used or it's a dll then quit }
  1190. if (cs_link_extern in aktglobalswitches) then
  1191. begin
  1192. case apptype of
  1193. app_native :
  1194. cmdstr:='--subsystem native';
  1195. app_gui :
  1196. cmdstr:='--subsystem gui';
  1197. app_cui :
  1198. cmdstr:='--subsystem console';
  1199. end;
  1200. if dllversion<>'' then
  1201. cmdstr:=cmdstr+' --version '+dllversion;
  1202. cmdstr:=cmdstr+' --input '+maybequoted(fn);
  1203. cmdstr:=cmdstr+' --stack '+tostr(stacksize);
  1204. DoExec(FindUtil(utilsprefix+'postw32'),cmdstr,false,false);
  1205. postprocessexecutable:=true;
  1206. exit;
  1207. end;
  1208. { open file }
  1209. assign(f,fn);
  1210. {$I-}
  1211. reset(f,1);
  1212. if ioresult<>0 then
  1213. Message1(execinfo_f_cant_open_executable,fn);
  1214. { read headers }
  1215. blockread(f,dosheader,sizeof(tdosheader));
  1216. peheaderpos:=dosheader.e_lfanew;
  1217. seek(f,peheaderpos);
  1218. blockread(f,peheader,sizeof(tpeheader));
  1219. { write info }
  1220. Message1(execinfo_x_codesize,tostr(peheader.SizeOfCode));
  1221. Message1(execinfo_x_initdatasize,tostr(peheader.SizeOfInitializedData));
  1222. Message1(execinfo_x_uninitdatasize,tostr(peheader.SizeOfUninitializedData));
  1223. { change stack size (PM) }
  1224. { I am not sure that the default value is adequate !! }
  1225. peheader.SizeOfStackReserve:=stacksize;
  1226. { change the header }
  1227. { sub system }
  1228. { gui=2 }
  1229. { cui=3 }
  1230. { wincegui=9 }
  1231. if target_info.system in [system_arm_wince,system_i386_wince] then
  1232. peheader.Subsystem:=9
  1233. else
  1234. case apptype of
  1235. app_native :
  1236. peheader.Subsystem:=1;
  1237. app_gui :
  1238. peheader.Subsystem:=2;
  1239. app_cui :
  1240. peheader.Subsystem:=3;
  1241. end;
  1242. if dllversion<>'' then
  1243. begin
  1244. peheader.MajorImageVersion:=dllmajor;
  1245. peheader.MinorImageVersion:=dllminor;
  1246. end;
  1247. { reset timestamp }
  1248. peheader.TimeDateStamp:=0;
  1249. { write header back }
  1250. seek(f,peheaderpos);
  1251. blockwrite(f,peheader,sizeof(tpeheader));
  1252. if ioresult<>0 then
  1253. Message1(execinfo_f_cant_process_executable,fn);
  1254. seek(f,peheaderpos);
  1255. blockread(f,peheader,sizeof(tpeheader));
  1256. { write the value after the change }
  1257. Message1(execinfo_x_stackreserve,tostr(peheader.SizeOfStackReserve));
  1258. Message1(execinfo_x_stackcommit,tostr(peheader.SizeOfStackCommit));
  1259. { read section info }
  1260. maxfillsize:=0;
  1261. firstsecpos:=0;
  1262. secroot:=nil;
  1263. for l:=1 to peheader.NumberOfSections do
  1264. begin
  1265. blockread(f,coffsec,sizeof(tcoffsechdr));
  1266. if coffsec.datapos>0 then
  1267. begin
  1268. if secroot=nil then
  1269. firstsecpos:=coffsec.datapos;
  1270. new(hsecroot);
  1271. hsecroot^.fillpos:=coffsec.datapos+coffsec.vsize;
  1272. hsecroot^.fillsize:=coffsec.datalen-coffsec.vsize;
  1273. hsecroot^.next:=secroot;
  1274. secroot:=hsecroot;
  1275. if secroot^.fillsize>maxfillsize then
  1276. maxfillsize:=secroot^.fillsize;
  1277. end;
  1278. end;
  1279. if firstsecpos>0 then
  1280. begin
  1281. l:=firstsecpos-filepos(f);
  1282. if l>maxfillsize then
  1283. maxfillsize:=l;
  1284. end
  1285. else
  1286. l:=0;
  1287. { get zero buffer }
  1288. getmem(zerobuf,maxfillsize);
  1289. fillchar(zerobuf^,maxfillsize,0);
  1290. { zero from sectioninfo until first section }
  1291. blockwrite(f,zerobuf^,l);
  1292. { zero section alignments }
  1293. while assigned(secroot) do
  1294. begin
  1295. seek(f,secroot^.fillpos);
  1296. blockwrite(f,zerobuf^,secroot^.fillsize);
  1297. hsecroot:=secroot;
  1298. secroot:=secroot^.next;
  1299. dispose(hsecroot);
  1300. end;
  1301. freemem(zerobuf,maxfillsize);
  1302. close(f);
  1303. {$I+}
  1304. if ioresult<>0 then;
  1305. postprocessexecutable:=true;
  1306. end;
  1307. {****************************************************************************
  1308. TDLLScannerWin32
  1309. ****************************************************************************}
  1310. function tDLLScannerWin32.DOSstubOK(var x:cardinal):boolean;
  1311. begin
  1312. blockread(f,TheWord,2,loaded);
  1313. if loaded<>2 then
  1314. DOSstubOK:=false
  1315. else
  1316. begin
  1317. DOSstubOK:=(TheWord='MZ');
  1318. seek(f,$3C);
  1319. blockread(f,x,4,loaded);
  1320. if(loaded<>4)or(longint(x)>filesize(f))then
  1321. DOSstubOK:=false;
  1322. end;
  1323. end;
  1324. function tDLLScannerWin32.ExtractDllName(Const Name : string) : string;
  1325. var n : string;
  1326. begin
  1327. n:=Upper(SplitExtension(Name));
  1328. if (n='.DLL') or (n='.DRV') or (n='.EXE') then
  1329. ExtractDllName:=Name
  1330. else
  1331. ExtractDllName:=Name+target_info.sharedlibext;
  1332. end;
  1333. function tDLLScannerWin32.isSuitableFileType(x:cardinal):longbool;
  1334. begin
  1335. seek(f,x);
  1336. blockread(f,TheWord,2,loaded);
  1337. isSuitableFileType:=(loaded=2)and(TheWord='PE');
  1338. end;
  1339. function tDLLScannerWin32.GetEdata(HeaderEntry:cardinal):longbool;
  1340. type
  1341. TObjInfo=packed record
  1342. ObjName:array[0..7]of char;
  1343. VirtSize,
  1344. VirtAddr,
  1345. RawSize,
  1346. RawOffset,
  1347. Reloc,
  1348. LineNum:cardinal;
  1349. RelCount,
  1350. LineCount:word;
  1351. flags:cardinal;
  1352. end;
  1353. var
  1354. i:cardinal;
  1355. ObjOfs:cardinal;
  1356. Obj:TObjInfo;
  1357. APE_obj,APE_Optsize:word;
  1358. ExportRVA:cardinal;
  1359. delta:cardinal;
  1360. const
  1361. IMAGE_SCN_CNT_CODE=$00000020;
  1362. var
  1363. _d:dirstr;
  1364. _n:namestr;
  1365. _e:extstr;
  1366. function isUsedFunction(name:pchar):longbool;
  1367. var
  1368. hp:tExternalsItem;
  1369. begin
  1370. isUsedFunction:=false;
  1371. hp:=tExternalsItem(current_module.Externals.first);
  1372. while assigned(hp)do
  1373. begin
  1374. if(assigned(hp.data))and(not hp.found)then
  1375. if hp.data^=StrPas(name)then
  1376. begin
  1377. isUsedFunction:=true;
  1378. hp.found:=true;
  1379. exit;
  1380. end;
  1381. hp:=tExternalsItem(hp.next);
  1382. end;
  1383. end;
  1384. procedure Store(index:cardinal;name:pchar;isData:longbool);
  1385. begin
  1386. if not isUsedFunction(name)then
  1387. exit;
  1388. if not(current_module.uses_imports) then
  1389. begin
  1390. current_module.uses_imports:=true;
  1391. importlib.preparelib(current_module.modulename^);
  1392. end;
  1393. if IsData then
  1394. timportlibwin32(importlib).importvariable_str(name,_n,name)
  1395. else
  1396. timportlibwin32(importlib).importprocedure_str(name,_n,index,name);
  1397. end;
  1398. procedure ProcessEdata;
  1399. type
  1400. a8=array[0..7]of char;
  1401. function GetSectionName(rva:cardinal;var Flags:cardinal):a8;
  1402. var
  1403. i:cardinal;
  1404. LocObjOfs:cardinal;
  1405. LocObj:TObjInfo;
  1406. begin
  1407. GetSectionName:='';
  1408. Flags:=0;
  1409. LocObjOfs:=APE_OptSize+HeaderOffset+24;
  1410. for i:=1 to APE_obj do
  1411. begin
  1412. seek(f,LocObjOfs);
  1413. blockread(f,LocObj,sizeof(LocObj));
  1414. if(rva>=LocObj.VirtAddr)and(rva<=LocObj.VirtAddr+LocObj.RawSize)then
  1415. begin
  1416. GetSectionName:=a8(LocObj.ObjName);
  1417. Flags:=LocObj.flags;
  1418. end;
  1419. end;
  1420. end;
  1421. var
  1422. j,Fl:cardinal;
  1423. ulongval,procEntry:cardinal;
  1424. Ordinal:word;
  1425. isData:longbool;
  1426. ExpDir:packed record
  1427. flag,
  1428. stamp:cardinal;
  1429. Major,
  1430. Minor:word;
  1431. Name,
  1432. Base,
  1433. NumFuncs,
  1434. NumNames,
  1435. AddrFuncs,
  1436. AddrNames,
  1437. AddrOrds:cardinal;
  1438. end;
  1439. begin
  1440. with Obj do
  1441. begin
  1442. seek(f,RawOffset+delta);
  1443. blockread(f,ExpDir,sizeof(ExpDir));
  1444. fsplit(impname,_d,_n,_e);
  1445. for j:=0 to pred(ExpDir.NumNames)do
  1446. begin
  1447. { Don't know why but this gives serious problems with overflow checking on }
  1448. {$IFOPT Q+}
  1449. {$DEFINE OVERFLOW_CHECK_WAS_ON}
  1450. {$ENDIF}
  1451. {$Q-}
  1452. seek(f,RawOffset-VirtAddr+ExpDir.AddrOrds+j*2);
  1453. blockread(f,Ordinal,2);
  1454. seek(f,RawOffset-VirtAddr+ExpDir.AddrFuncs+cardinal(Ordinal)*4);
  1455. blockread(f,ProcEntry,4);
  1456. seek(f,RawOffset-VirtAddr+ExpDir.AddrNames+j*4);
  1457. blockread(f,ulongval,4);
  1458. seek(f,RawOffset-VirtAddr+ulongval);
  1459. blockread(f,cstring,sizeof(cstring));
  1460. isData:=GetSectionName(procentry,Fl)='';
  1461. {$IFDEF OVERFLOW_CHECK_WAS_ON}
  1462. {$Q+}
  1463. {$ENDIF}
  1464. if not isData then
  1465. isData:=Fl and IMAGE_SCN_CNT_CODE<>IMAGE_SCN_CNT_CODE;
  1466. Store(succ(Ordinal),cstring,isData);
  1467. end;
  1468. end;
  1469. end;
  1470. begin
  1471. GetEdata:=false;
  1472. seek(f,HeaderEntry+120);
  1473. blockread(f,ExportRVA,4);
  1474. seek(f,HeaderEntry+6);
  1475. blockread(f,APE_Obj,2);
  1476. seek(f,HeaderEntry+20);
  1477. blockread(f,APE_OptSize,2);
  1478. ObjOfs:=APE_OptSize+HeaderOffset+24;
  1479. for i:=1 to APE_obj do
  1480. begin
  1481. seek(f,ObjOfs);
  1482. blockread(f,Obj,sizeof(Obj));
  1483. inc(ObjOfs,sizeof(Obj));
  1484. with Obj do
  1485. if(VirtAddr<=ExportRva)and(ExportRva<VirtAddr+VirtSize)then
  1486. begin
  1487. delta:=ExportRva-VirtAddr;
  1488. ProcessEdata;
  1489. GetEdata:=true;
  1490. end;
  1491. end;
  1492. end;
  1493. function tDLLScannerWin32.scan(const binname:string):longbool;
  1494. var
  1495. OldFileMode:longint;
  1496. hs,
  1497. foundimp : string;
  1498. begin
  1499. Scan:=false;
  1500. { is there already an import library the we will use that one }
  1501. if FindLibraryFile(binname,target_info.staticClibprefix,target_info.staticClibext,foundimp) then
  1502. exit;
  1503. { check if we can find the dll }
  1504. hs:=AddExtension(binname,target_info.sharedlibext);
  1505. if not FindDll(hs,impname) then
  1506. exit;
  1507. { read the dll file }
  1508. assign(f,impname);
  1509. OldFileMode:=filemode;
  1510. filemode:=0;
  1511. reset(f,1);
  1512. filemode:=OldFileMode;
  1513. if not DOSstubOK(HeaderOffset)then
  1514. scan:=false
  1515. else if not isSuitableFileType(HeaderOffset)then
  1516. scan:=false
  1517. else
  1518. scan:=GetEdata(HeaderOffset);
  1519. close(f);
  1520. end;
  1521. {*****************************************************************************
  1522. Initialize
  1523. *****************************************************************************}
  1524. initialization
  1525. {$ifdef i386}
  1526. RegisterExternalLinker(system_i386_win32_info,TLinkerWin32);
  1527. RegisterImport(system_i386_win32,TImportLibWin32);
  1528. RegisterExport(system_i386_win32,TExportLibWin32);
  1529. RegisterDLLScanner(system_i386_win32,TDLLScannerWin32);
  1530. RegisterRes(res_gnu_windres_info);
  1531. RegisterTarget(system_i386_win32_info);
  1532. RegisterExternalLinker(system_i386_wince_info,TLinkerWin32);
  1533. RegisterImport(system_i386_wince,TImportLibWin32);
  1534. RegisterExport(system_i386_wince,TExportLibWin32);
  1535. RegisterDLLScanner(system_i386_wince,TDLLScannerWin32);
  1536. RegisterTarget(system_i386_wince_info);
  1537. {$endif i386}
  1538. {$ifdef x86_64}
  1539. RegisterExternalLinker(system_x64_win64_info,TLinkerWin32);
  1540. RegisterImport(system_x86_64_win64,TImportLibWin32);
  1541. RegisterExport(system_x86_64_win64,TExportLibWin32);
  1542. RegisterDLLScanner(system_x86_64_win64,TDLLScannerWin32);
  1543. RegisterRes(res_gnu_windres_info);
  1544. RegisterTarget(system_x64_win64_info);
  1545. {$endif x86_64}
  1546. {$ifdef arm}
  1547. RegisterExternalLinker(system_arm_wince_info,TLinkerWin32);
  1548. RegisterImport(system_arm_wince,TImportLibWin32);
  1549. RegisterExport(system_arm_wince,TExportLibWin32);
  1550. RegisterRes(res_gnu_wince_windres_info);
  1551. RegisterTarget(system_arm_wince_info);
  1552. {$endif arm}
  1553. end.