Searched defs:Elf (Results 1 – 2 of 2) sorted by relevance
307 struct Elf struct310 Elf *ed_parent; /* archive parent */ argument331 Elf_Kind ed_kind; /* file type */ argument332 Elf_Void *ed_ehdr; /* Elf{32,64}_Ehdr elf header */ argument333 Elf_Void *ed_phdr; /* Elf{32,64}_Phdr phdr table */ argument335 Elf_Void *ed_shdr; /* Elf{32,64}_Shdr shdr table */ argument336 Elf_Scn *ed_hdscn; /* head scn */ argument337 Elf_Scn *ed_tlscn; /* tail scn */ argument341 Elf_Void *ed_arsym; /* archive symbol table */ argument353 NOTE(RWLOCK_PROTECTS_DATA(Elf::ed_rwlock, Elf)) argument
115 typedef struct Elf Elf; typedef