Home
last modified time | relevance | path

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

/titanic_44/usr/src/tools/elfextract/
H A Delfextract.c46 #define ELFSEEK(offset) ((void *)(image + offset)) macro
76 allphdrs = ELFSEEK(eh->e_phoff); in extract32()
96 bytes = ELFSEEK(phdr->p_offset); in extract32()
146 allphdrs = ELFSEEK(eh->e_phoff); in extract64()
166 bytes = ELFSEEK(phdr->p_offset); in extract64()
243 ident = ELFSEEK(0); in main()
251 hdr = ELFSEEK(0); in main()
254 hdr = ELFSEEK(0); in main()
/titanic_44/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()