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

/illumos-gate/usr/src/tools/elfextract/
H A Delfextract.c46 #define ELFSEEK(offset) ((void *)(image + offset)) macro
76 allphdrs = ELFSEEK(eh->e_phoff);
96 bytes = ELFSEEK(phdr->p_offset);
146 allphdrs = ELFSEEK(eh->e_phoff);
166 bytes = ELFSEEK(phdr->p_offset);
243 ident = ELFSEEK(0);
251 hdr = ELFSEEK(0);
254 hdr = ELFSEEK(0);
/illumos-gate/usr/src/tools/mbh_patch/
H A Dmbh_patch.c46 #define ELFSEEK(offset) ((void *)(image + offset)) macro
80 if ((phdrs = ELFSEEK(eh->e_phoff)) == NULL) {
91 mbh = ELFSEEK(mem);
198 ident = ELFSEEK(0);
207 hdr = ELFSEEK(0);

Completed in 44 milliseconds