Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/libelf/common/
H A Ddecl.h307 struct Elf struct
310 Elf *ed_parent; /* archive parent */ argument
331 Elf_Kind ed_kind; /* file type */ argument
332 Elf_Void *ed_ehdr; /* Elf{32,64}_Ehdr elf header */ argument
333 Elf_Void *ed_phdr; /* Elf{32,64}_Phdr phdr table */ argument
335 Elf_Void *ed_shdr; /* Elf{32,64}_Shdr shdr table */ argument
336 Elf_Scn *ed_hdscn; /* head scn */ argument
337 Elf_Scn *ed_tlscn; /* tail scn */ argument
341 Elf_Void *ed_arsym; /* archive symbol table */ argument
353 NOTE(RWLOCK_PROTECTS_DATA(Elf::ed_rwlock, Elf)) argument
/titanic_41/usr/src/head/
H A Dlibelf.h115 typedef struct Elf Elf; typedef