style
This commit is contained in:
parent
09fe9975b9
commit
312b4892b1
@ -421,7 +421,7 @@ if __name__ == '__main__':
|
|||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Symbol Type Table</summary>
|
<summary>Symbol Type Table</summary>
|
||||||
```
|
<pre>
|
||||||
"A" The symbol's value is absolute, and will not be changed by further linking.
|
"A" The symbol's value is absolute, and will not be changed by further linking.
|
||||||
"B" The symbol is in the uninitialized data section (known as BSS).
|
"B" The symbol is in the uninitialized data section (known as BSS).
|
||||||
"C" The symbol is common. Common symbols are uninitialized data.
|
"C" The symbol is common. Common symbols are uninitialized data.
|
||||||
@ -452,7 +452,7 @@ if __name__ == '__main__':
|
|||||||
In this case, the next values printed are the stabs other field, the stabs desc field, and the stab type.
|
In this case, the next values printed are the stabs other field, the stabs desc field, and the stab type.
|
||||||
Stabs symbols are used to hold debugging information.
|
Stabs symbols are used to hold debugging information.
|
||||||
"?" The symbol type is unknown, or object file format specific.
|
"?" The symbol type is unknown, or object file format specific.
|
||||||
```
|
</pre>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<br>[⬆ Back to top](#table-of-contents)
|
<br>[⬆ Back to top](#table-of-contents)
|
||||||
|
Loading…
Reference in New Issue
Block a user