Home
last modified time | relevance | path

Searched refs:elf_memory (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dbegin.c195 elf_memory(char *image, size_t sz) in elf_memory() function
326 return (elf_memory(image, imagesz)); in elf_begin()
H A Dmapfile-vers119 elf_memory;
/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/pkg/manifests/
H A Dsystem-library.man3elf.inc62 link path=usr/share/man/man3elf/elf_memory.3elf target=elf_begin.3elf
/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab_machelf32.c721 if ((elf = elf_memory(elfdata, size)) == NULL) { in fake_elf64()
H A DPcore.c1570 fp->file_symtab.sym_elf = elf_memory((char *)b, size); in fake_up_symtab()
1634 fp->file_symtab.sym_elf = elf_memory((char *)b, size); in fake_up_symtab()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dfiles.c3501 if ((elf = elf_memory(addr, size)) == NULL) { in ld_process_mem()
H A Dlibld.msg662 @ MSG_ELF_MEMORY "file %s: elf_memory"