Workings of gcc and ld in plain view
Jump to navigation
Jump to search
Workings of the GNU Compiler[edit | edit source]
- Overview (pdf)
- Access (pdf)
- Operators (pdf)
- Conditions (pdf)
- Control (pdf)
- Procedure (pdf)
- Recursion (pdf)
- Arrays (pdf)
- Structures (pdf)
- Alignment (pdf)
- Pointers (pdf)
Workings of the GNU Linker[edit | edit source]
Overview[edit | edit source]
- Static Linking Overview (pdf)
- Dynamic Linking Overview (pdf)
Linking Process[edit | edit source]
Example I[edit | edit source]
- Vector addition (A.pdf, B.pdf)
- Swapping array elements (A.pdf, B.pdf)
- Nested functions (A.pdf, B.pdf)
Examples II[edit | edit source]
- analysis of dynamic linking (A.pdf)
- analysis of PIC (A.pdf)
go to [ C programming in plain view ]