Home
last modified time | relevance | path

Searched defs:Elf (Results 1 – 3 of 3) sorted by last modified time

/illumos-gate/usr/src/lib/libdwarf/common/
H A Dgenerated_libdwarf.h.in66 typedef struct _Elf Elf; typedef
/illumos-gate/usr/src/head/
H A Dlibelf.h115 typedef struct Elf Elf; typedef
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Ddecl.h262 struct Elf struct
265 Elf *ed_parent; /* archive parent */ argument
286 Elf_Kind ed_kind; /* file type */ argument
287 Elf_Void *ed_ehdr; /* Elf{32,64}_Ehdr elf header */ argument
288 Elf_Void *ed_phdr; /* Elf{32,64}_Phdr phdr table */ argument
290 Elf_Void *ed_shdr; /* Elf{32,64}_Shdr shdr table */ argument
291 Elf_Scn *ed_hdscn; /* head scn */ argument
292 Elf_Scn *ed_tlscn; /* tail scn */ argument
296 Elf_Void *ed_arsym; /* archive symbol table */ argument
310 (void) rw_rdlock(&((Elf *)e)->ed_rwlock); argument