mirror of
https://github.com/Noratrieb/website.git
synced 2026-01-14 08:55:01 +01:00
move submodules in-tree
This commit is contained in:
parent
57c4a239da
commit
830045ee2f
238 changed files with 41955 additions and 187 deletions
17
blog/helpers/elf-linkage/animation/4.txt
Normal file
17
blog/helpers/elf-linkage/animation/4.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