typo
This commit is contained in:
parent
abeb902dbe
commit
d3b8ec2e9a
2 changed files with 1 additions and 1 deletions
BIN
复习资料/A.pdf
BIN
复习资料/A.pdf
Binary file not shown.
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue