Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/elfextract/
H A Delfextract.c49 #define ELFSEEK(offset) ((void *)(image + offset)) macro
79 allphdrs = ELFSEEK(eh->e_phoff); in extract32()
99 bytes = ELFSEEK(phdr->p_offset); in extract32()
149 allphdrs = ELFSEEK(eh->e_phoff); in extract64()
169 bytes = ELFSEEK(phdr->p_offset); in extract64()
246 ident = ELFSEEK(0); in main()
254 hdr = ELFSEEK(0); in main()
257 hdr = ELFSEEK(0); in main()
/illumos-gate/usr/src/tools/mbh_patch/
H A Dmbh_patch.c46 #define ELFSEEK(offset) ((void *)(image + offset)) macro
131 if ((phdrs = ELFSEEK(eh->e_phoff)) == NULL) { in patch64()
142 mbh = ELFSEEK(mem); in patch64()
162 mbh2 = ELFSEEK(mem2); in patch64()
301 ident = ELFSEEK(0); in main()
310 hdr = ELFSEEK(0); in main()