You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
343 B
15 lines
343 B
4 months ago
|
.\" Modified Thu Sep 5 2017 by Ben Woodard <woodard@redhat.com>
|
||
|
.\"
|
||
|
.TH ELF_CLONE 3 2017-09-05 "Libelf" "Libelf Programmer's Manual"
|
||
|
.SH NAME
|
||
|
elf_clone \- Create a clone of an existing ELF descriptor.
|
||
|
.nf
|
||
|
.SH SYNOPSIS
|
||
|
.B #include <libelf.h>
|
||
|
.sp
|
||
|
.BI "Elf *elf_clone (int " filedes ", Elf_Cmd " cmd ");"
|
||
|
.fi
|
||
|
.SH DESCRIPTION
|
||
|
The
|
||
|
.BR elf_clone ()
|