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

/osnet-11/usr/src/lib/libproc/common/
H A DPsymtab_machelf32.c246 caddr_t elfdata = NULL; local
442 if ((elfdata = calloc(1, size)) == NULL)
446 ep = (Ehdr *)elfdata;
464 sp = (Shdr *)(elfdata + ep->e_shoff);
472 if (Pread(P, &elfdata[ep->e_phoff], phnum * ep->e_phentsize,
497 (void) memcpy(&elfdata[off], shstr, sizeof (shstr));
519 if (Pread(P, &elfdata[off], sp->sh_size,
546 if (Pread(P, &elfdata[off], sp->sh_size,
572 if (Pread(P, &elfdata[off], sp->sh_size,
596 (void) memcpy(&elfdata[of
[all...]

Completed in 15 milliseconds