Searched refs:PGETBYTES (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_elfload.c42 #define PGETBYTES(offset) ((void *)(elf_file + (offset))) macro
50 ident = PGETBYTES(0);
59 hdr = PGETBYTES(0);
61 hdr = PGETBYTES(0);
101 allphdrs = PGETBYTES(eh->e_phoff);
109 sechdrs = PGETBYTES(eh->e_shoff);
162 src = (uintptr_t)PGETBYTES(phdr->p_offset);

Completed in 56 milliseconds