thesis: Add second subsection
This commit is contained in:
@@ -70,7 +70,7 @@ From the [OPTIONS section in the Linux manual page gcc(1)](https://www.man7.org/
|
||||
> For example, `-Wl,-Map,output.map` passes `-Map output.map` to the linker.
|
||||
> When using the GNU linker, you can also get the same effect with `-Wl,-Map=output.map`.
|
||||
|
||||
* Need to re-link(/-comiple)
|
||||
* Need to re-link(/-compile)
|
||||
* Relatively simple code:
|
||||
* Function name: `__wrap_<symbol>`
|
||||
* Call to real function inside wrapper: `__real_<symbol>`
|
||||
|
||||
Reference in New Issue
Block a user