Searched defs:Elf (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/head/
H A Dlibelf.h115 typedef struct Elf Elf; typedef in typeref:struct:Elf
159 Elf *elf_begin(int, Elf_Cmd, Elf *);
160 int elf_cntl(Elf *, Elf_Cmd);
161 int elf_end(Elf *);
166 unsigned elf_flagehdr(Elf *, Elf_Cmd, unsigned);
167 unsigned elf_flagelf(Elf *, Elf_Cmd, unsigned);
168 unsigned elf_flagphdr(Elf *, Elf_Cmd, unsigned);
172 Elf_Arhdr *elf_getarhdr(Elf *);
[all...]
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Ddecl.h138 Elf *s_elf; /* parent file */
182 (void) rw_unlock(&((Elf *)e)->ed_rwlock); \
183 (void) rw_wrlock(&((Elf *)e)->ed_rwlock);
188 (void) rw_unlock(&((Elf *)e)->ed_rwlock); \
189 (void) rw_wrlock(&((Elf *)e)->ed_rwlock); \
195 (void) rw_unlock(&((Elf *)e)->ed_rwlock); \
196 (void) rw_rdlock(&((Elf *)e)->ed_rwlock); \
201 (void) rw_unlock(&((Elf *)e)->ed_rwlock); \
202 (void) rw_rdlock(&((Elf *)e)->ed_rwlock); \
209 (void) rw_rdlock(&((Elf *)
307 struct Elf struct
[all...]

Completed in 59 milliseconds