Lines Matching refs:Elf
1 /* Free resources associated with Elf descriptor.
42 elf_end (Elf *elf)
44 Elf *parent;
94 struct Elf *child = parent->state.ar.children;
117 || (offsetof (struct Elf, state.elf32.rawchunks)
118 == offsetof (struct Elf, state.elf64.rawchunks))
131 || (offsetof (struct Elf, state.elf32.scns)
132 == offsetof (struct Elf, state.elf64.scns))
190 || (offsetof (struct Elf, state.elf32.scns)
191 == offsetof (struct Elf, state.elf64.scns))
202 || (offsetof (struct Elf, state.elf32.shdr)
203 == offsetof (struct Elf, state.elf64.shdr))
210 || (offsetof (struct Elf, state.elf32.phdr)
211 == offsetof (struct Elf, state.elf64.phdr))