Linux Standard Base Core Specification for S390X 3.1
<<< Previous
Next >>>
II. Executable and Linking Format (ELF)
Table of Contents
7.
Introduction
8.
Low Level System Information
8.1.
Machine Interface
8.1.1.
Processor Architecture
8.1.2.
Data Representation
8.2.
Function Calling Sequence
8.2.1.
Registers
8.2.2.
Stack Frame
8.2.3.
Parameter Passing
8.2.4.
Variable Argument Lists
8.2.5.
Return Values
8.3.
Operating System Interface
8.3.1.
Virtual Address Space
8.3.2.
Page Size
8.3.3.
Virtual Address Assignments
8.3.4.
Managing the Process Stack
8.3.5.
Coding Guidelines
8.3.6.
Processor Execution Mode
8.3.7.
Exception Interface
8.3.8.
Signal Delivery
8.4.
Process Initialization
8.4.1.
Registers
8.4.2.
Process Stack
8.5.
Coding Examples
8.5.1.
Code Model Overview
8.5.2.
Function Prolog and Epilog
8.5.3.
Profiling
8.5.4.
Data Objects
8.5.5.
Function Calls
8.5.6.
Dynamic Stack Space Allocation
8.6.
Debug Information
9.
Object Format
9.1.
Introduction
9.2.
ELF Header
9.2.1.
Machine Information
9.3.
Sections
9.3.1.
Special Sections
9.3.2.
Linux Special Sections
9.4.
Symbol Table
9.5.
Relocation
9.5.1.
Relocation Types
10.
Program Loading and Dynamic Linking
10.1.
Introduction
10.2.
Program Loading
10.3.
Dynamic Linking
10.3.1.
Dynamic Section
10.3.2.
Global Offset Table
10.3.3.
Function Addresses
10.3.4.
Procedure Linkage Table
<<< Previous
Home
Next >>>
Documentation Conventions
Introduction