HomeSort by relevance Sort by last modified time
    Searched defs:Elf (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/head/
libelf.h 33 #include <sys/elf.h>
125 typedef struct Elf Elf;
162 unsigned d_version; /* elf version */
169 Elf *elf_begin _((int, Elf_Cmd, Elf *));
170 int elf_cntl _((Elf *, Elf_Cmd));
171 int elf_end _((Elf *));
176 unsigned elf_flagehdr _((Elf *, Elf_Cmd, unsigned));
177 unsigned elf_flagelf _((Elf *, Elf_Cmd, unsigned))
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/libelf/common/
decl.h 54 * An elf file is defined to have its structures aligned on
139 Elf *s_elf; /* parent file */
183 (void) rw_unlock(&((Elf *)e)->ed_rwlock); \
184 (void) rw_wrlock(&((Elf *)e)->ed_rwlock);
189 (void) rw_unlock(&((Elf *)e)->ed_rwlock); \
190 (void) rw_wrlock(&((Elf *)e)->ed_rwlock); \
196 (void) rw_unlock(&((Elf *)e)->ed_rwlock); \
197 (void) rw_rdlock(&((Elf *)e)->ed_rwlock); \
202 (void) rw_unlock(&((Elf *)e)->ed_rwlock); \
203 (void) rw_rdlock(&((Elf *)e)->ed_rwlock);
    [all...]

Completed in 4191 milliseconds