struct AutoLoad

elf autoloading and interning More...

Definition#include <elf.hh>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Members


Detailed Description

elf autoloading and interning

The InitElf instance, when created:

char * name

file name of the elf DSO to autoload

Elf::Policy type

what kind of interning Elf::Policy to apply?

char * initFn

mangled name of a function to call after the library's been loaded, interned and initialised.

Underlying function should be of type void fn(Elf *)