explain-dot-md.md
... ...
@@ -15,3 +15,11 @@
15 15
our smol hacks.
16 16
* [vondehi](/explain/vondehi)
17 17
* **smol**: see dynamic linking
18
+
19
+### Interesting links
20
+
21
+* [ELF stuff](https://www.cs.stevens.edu/~jschauma/631A/elf.html) (more than what's in the official docs)
22
+* [Glibc ld.so internals](http://s.eresi-project.org/inc/articles/elf-rtld.txt)
23
+* [GNU hash sections, in-depth](https://web.archive.org/web/20111022202443/http://blogs.oracle.com/ali/entry/gnu_hash_elf_sections)
24
+* [link-time GNU hash stuff (src)](https://sourceware.org/git/?p=binutils.git;a=blob_plain;f=bfd/elf.c)
25
+* [runtime GNU hash stuff (src)](https://sourceware.org/git/?p=glibc.git;a=blob_plain;f=elf/dl-lookup.c)
... ...
\ No newline at end of file