| /src/sys/arch/hpc/stand/hpcboot/ |
| load_elf.h | 39 Elf_Ehdr _eh; member in class:ElfLoader 55 _eh.e_ident[EI_MAG0] == ELFMAG0 && 56 _eh.e_ident[EI_MAG1] == ELFMAG1 && 57 _eh.e_ident[EI_MAG2] == ELFMAG2 && 58 _eh.e_ident[EI_MAG3] == ELFMAG3;
|
| load_elf.cpp | 77 sz = _eh.e_shnum * _eh.e_shentsize; 82 if (_file->read(_sh, sz, _eh.e_shoff) != sz) { 88 sz = _eh.e_phnum * _eh.e_phentsize; 93 if (_file->read(_ph, sz, _eh.e_phoff) != sz) { 110 for (i = 0; i < _eh.e_phnum; i++, ph++) { 145 DPRINTF((TEXT("kernel entry address: 0x%08x\n"), _eh.e_entry)); 146 return _eh.e_entry; 158 for (i = 0, ph = _ph; i < _eh.e_phnum; i++, ph++) [all...] |
| load_coff.cpp | 42 memset(&_eh, 0, sizeof(struct coff_exechdr)); 43 _fh = &_eh.f; 44 _ah = &_eh.a; 124 _file->read(&_eh, sizeof(struct coff_exechdr), 0);
|
| load_coff.h | 47 struct coff_exechdr _eh; member in class:CoffLoader
|
| /src/sys/net/lagg/ |
| if_lagg.c | 885 struct ether_header _eh; member in union:lagg_hashmbuf::__anon651b0d35010a
|