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