|
@@ -189,7 +189,7 @@ interface
|
|
{$endif ARM}
|
|
{$endif ARM}
|
|
|
|
|
|
constructor create(AList:TFPHashObjectList;const AName:string);
|
|
constructor create(AList:TFPHashObjectList;const AName:string);
|
|
- function address:aword;
|
|
|
|
|
|
+ function address:qword;
|
|
procedure SetAddress(apass:byte;aobjsec:TObjSection;abind:TAsmsymbind;atyp:Tasmsymtype);
|
|
procedure SetAddress(apass:byte;aobjsec:TObjSection;abind:TAsmsymbind;atyp:Tasmsymtype);
|
|
function ObjData: TObjData;
|
|
function ObjData: TObjData;
|
|
{ string representation for the linker map file }
|
|
{ string representation for the linker map file }
|
|
@@ -701,7 +701,7 @@ implementation
|
|
end;
|
|
end;
|
|
|
|
|
|
|
|
|
|
- function TObjSymbol.address:aword;
|
|
|
|
|
|
+ function TObjSymbol.address:qword;
|
|
begin
|
|
begin
|
|
if assigned(objsection) then
|
|
if assigned(objsection) then
|
|
result:=offset+objsection.mempos
|
|
result:=offset+objsection.mempos
|