#include "src/common/shared.hpp"#include "src/common/blist.hpp"#include "src/tty/teletype.hpp"#include "src/memory/heap.hpp"#include "src/memory/memset.hpp"#include "src/module/elf.hpp"Idź do kodu źródłowego tego pliku.
Funkcje | |
| int | create_ehdr (Elf32_ehdr *ehdr, uint32 shnum, Elf32_shdr *shaddr, uint32 shentsize, uint32 shstrndx, uint32 e_type) |
| int create_ehdr | ( | Elf32_ehdr * | ehdr, | |
| uint32 | shnum, | |||
| Elf32_shdr * | shaddr, | |||
| uint32 | shentsize, | |||
| uint32 | shstrndx, | |||
| uint32 | e_type | |||
| ) |
Definicja w linii 542 pliku elf.cpp.
Odwołuje się do Elf32_ehdr::e_shentsize, Elf32_ehdr::e_shnum, Elf32_ehdr::e_shoff, Elf32_ehdr::e_shstrndx, Elf32_ehdr::e_type, EI_CLASS, EI_DATA, EI_VERSION, ELFCLASS32, ELFDATA2LSB, EM_386, ESUCCESS i EV_CURRENT.
Odwołania w Syms::init().
1.5.6