Workings of gcc and ld in plain view

Workings of the GNU Compiler for IA-32

edit

Overview

edit

Data Processing

edit

Control

edit
  • Conditions (pdf)
  • Control (pdf)

Function calls

edit
  • Procedure (pdf)
  • Recursion (pdf)

Pointer and Aggregate Types

edit
  • Arrays (pdf)
  • Structures (pdf)
  • Alignment (pdf)
  • Pointers (pdf)

Integer Arithmetic

edit
  • Overview (pdf)
  • Carry Flag (pdf)
  • Overflow Flag (pdf)
  • Examples (pdf)
  • Borrow (pdf)

Floating point Arithmetic

edit


Workings of the GNU Linker for IA-32

edit

Linking Libraries

edit
  • Static Libraries (pdf)
  • Shared Libraries (pdf)
edit
  • Shared Library Names (pdf)
  • Managing Shared Libraries (pdf)

Dynamic Loading - API Functions

edit

Library Search Path

edit

Linking Process

edit

Example I

edit

Examples II

edit
  • analysis of dynamic linking (A.pdf)



go to [ C programming in plain view ]