Part I : C Language

Introduction

Handling Repetition

Handling a Big Work

Handling Series of Data



  • Applications of Arrays (A.pdf)
  • Applications of Pointers (A.pdf)
  • Applications of Array Pointers (A.pdf)
  • Applications of Array Access Methods (A.pdf)
  • Applications of Structures (A.pdf)


  • Spreadsheet Example Programs
Example 1 (A.pdf, C.pdf)
Example 2 (A.pdf, C.pdf)
Example 3 (A.pdf, C.pdf)
Bubble Sort (A.pdf)

Handling Various Kinds of Data

Handling Low Level Operations

Declarations

  • Type Specifiers and Qualifiers (pdf)
  • Storage Class Specifiers (pdf)
  • Scope


Class Notes



See also https://cprogramex.wordpress.com/


Part II : C Standard Libraries

The C libraries


  • Character Processing (pdf)
  • String Processing (pdf, B.pdf)
  • Memory Allocations (pdf)
  • I/O Functions (pdf, B.pdf)
  • Memory Functions (in String Processing)
  • Mathematical Functions (pdf)


Part III : Compiling & Linking

Compiling

  • Overview (pdf)
  • Preprocessor (pdf)
  • Compiler (pdf)
  • Assembler (pdf)

Linking and Loading

  • static linking (pdf)
  • dynamic linking (pdf)

ELF

  • Overview - ELF (pdf)

Binutil

  • Overview - Binutil (pdf)

Make


Part IV : Workings of the GNU Compiler and Linker

Workings of the GNU Compiler


Workings of the GNU Linker

Overview

  • Static Linking Overview (pdf)
  • Dynamic Linking Overview (pdf)

Linking Process

Example I

Examples II

  • analysis of dynamic linking (A.pdf)


Part V : Workings of the ELF Files


ELF Study

ELF Relocations

Relocation Examples

  • Relocs example introduction (E1.pdf)
  • Relocs in an object for a library (E2.pdf)
  • Relocs in an object for an executable (E3.pdf)
  • Relocs in a library (E4.pdf)
  • Relocs in an executable (E5.pdf)
  • Result Summary (E6.pdf)
  • Symbol Table Listing (E7.pdf)
  • Relocs Listing (E8.pdf)
  • Assembly Listing (E9.pdf)
  • Reloc Experiments (F.pdf)

Executable and Linkable Format

Object Files

  • Introduction
  • ELF Header
  • Sections
  • String Table
  • Symbol Table
  • Relocation (A.pdf)

Program Loading and Dynamic Linking

  • Introduction
  • Program Header
  • Program Loading
  • Dynamic Linking (pdf)

C Library

  • C Library


Part VI : Assembly Programming


GAS (GNU Assembler)

  • Overview (pdf)
  • Command-line (pdf)
  • Syntax (pdf)
  • Sections and Relocations (pdf)
  • Symbols (pdf)
  • Expression (pdf)
  • Directives (1) (pdf)
  • Directives (2) (pdf)
  • Directives (3) (pdf)

GCC Inline Assembly


NASM


ld (Gnu Linker)

Linker Script

  • Basic Script Concepts
  • Script Format
  • Simple Example
  • Simple Commands
  • Assignments
  • SECTIONS
  • MEMORY
  • PHDRS
  • VERSION
  • Expression
  • Implicit Linker Scripts


Part VII : Debugging & Profiling

Background

  • Stack (pdf)
  • strace
  • \proc
  • Optimization

Gnu Debugger

  • Using GDB (pdf)


Profiling





Old Materials

until 201201

  • Intro.Overview.1.A (pdf)
  • Intro.Memory.1.A (pdf)
  • Intro.Number.1.A (pdf)
  • Repeat.Control.1.A (pdf)
  • Repeat.Loop.1.A (pdf)
  • Work.Function.1.A (pdf)
  • Work.Scope.1.A (pdf)
  • Series.Array.1.A (pdf)
  • Series.Pointer.1.A (pdf)
  • Series.Structure.1.A (pdf)
  • Data.Type.1.A (pdf)
  • Data.TypeCast.1.A (pdf)
  • Data.Operators.1.A (pdf)


until 201107

  • Intro.1.A (pdf)
  • Control.1.A (pdf)
  • Iteration.1.A (pdf)
  • Function.1.A (pdf)
  • Variable.1.A (pdf)
  • Operators.1.A (pdf)
  • Pointer.1.A (pdf)
  • Pointer.2.A (pdf)
  • Array.1.A (pdf)
  • Type.1.A (pdf)
  • Structure.1.A (pdf)


go to [ Electrical_&_Computer_Engineering_Studies ]

This article is issued from Wikiversity. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.