mirror of
https://github.com/Noratrieb/blog.git
synced 2026-01-14 12:35:00 +01:00
link lonk
This commit is contained in:
parent
d370bf2b2e
commit
a3db9d1b07
21 changed files with 325 additions and 0 deletions
17
helpers/elf-linkage/animation/3.txt
Normal file
17
helpers/elf-linkage/animation/3.txt
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
│
|
||||
▼
|
||||
┌───┐ ┌───┐
|
||||
ld │a.o│ │b.o│
|
||||
└───┘ └───┘
|
||||
|
||||
┌───────────┐ ┌───────────┐
|
||||
│a.o │ │b.o │
|
||||
│defined: │ │defined: │
|
||||
│ myfunc │ │ dependency│
|
||||
│undefined: │ │ │
|
||||
│ dependency│ │ │
|
||||
└───────────┘ └───────────┘
|
||||
|
||||
symbols:
|
||||
myfunc defined in a.o
|
||||
dependency undefined
|
||||
Loading…
Add table
Add a link
Reference in a new issue