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

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dbegin.c199 elf_memory(char *image, size_t sz) function
332 return (elf_memory(image, imagesz));
H A Dllib-lelf125 Elf * elf_memory(char *, size_t);
/illumos-gate/usr/src/man/man3elf/
H A DMakefile73 elf_memory.3elf \
129 elf_memory.3elf := LINKSRC = elf_begin.3elf
/illumos-gate/usr/src/head/
H A Dlibelf.h191 Elf *elf_memory(char *, size_t);
/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab_machelf32.c720 if ((elf = elf_memory(elfdata, size)) == NULL) {
H A DPcore.c1468 fp->file_symtab.sym_elf = elf_memory((char *)b, size);
1532 fp->file_symtab.sym_elf = elf_memory((char *)b, size);
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dfiles.c3444 if ((elf = elf_memory(addr, size)) == NULL) {

Completed in 256 milliseconds