#include <ubixos/elf.h>Include dependency graph for elf.c:

Go to the source code of this file.
Functions | |
| char * | elfGetPhType (int phType) |
| char * | elfGetRelType (int relType) |
| char * | elfGetShType (int shType) |
Variables | |
| struct { | |
| uInt32 id | |
| char * phTypeName | |
| } | elfPhType [] |
| struct { | |
| uInt32 id | |
| char * relTypeName | |
| } | elfRelType [] |
| struct { | |
| uInt32 id | |
| char * shTypeName | |
| } | elfShType [] |
| struct { | |
| char * elfTypeName | |
| uInt32 id | |
| } | elfType [] |
| char* elfGetPhType | ( | int | phType | ) |
| char* elfGetRelType | ( | int | relType | ) |
Definition at line 104 of file elf.c.
References elfRelType, and relTypeName.
Referenced by kmod_load(), and ldEnable().
| char* elfGetShType | ( | int | shType | ) |
| struct { ... } elfPhType[] |
Referenced by elfGetPhType().
| struct { ... } elfRelType[] |
Referenced by elfGetRelType().
| struct { ... } elfShType[] |
Referenced by elfGetShType().
| struct { ... } elfType[] |
| char* elfTypeName |
| char* phTypeName |
| char* relTypeName |
| char* shTypeName |
1.4.7