This commit is contained in:
Kagura 2024-07-01 21:56:15 +08:00
parent abeb902dbe
commit d3b8ec2e9a
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -322,7 +322,7 @@ D 当前所有定义符号的集合\\
\subsection{重定位}
\vspace{-0.5em}
PC相对地址下重定位值计算公式\\
\texttt{ADDR(r.symble)-((ADDR(.text)+r.offset)-r.addend)}\\
\texttt{ADDR(r.symbol)-((ADDR(.text)+r.offset)-r.addend)}\\
在asm中表示为 \texttt{4004de: e8 \underbar{05 00 00 00} \quad callq 4004e8 <sum>}
\newpage