Lines Matching refs:state
44 if (unlikely (elf->state.elf64.ehdr == NULL))
53 ? elf->state.elf32.ehdr->e_phnum
54 : elf->state.elf64.ehdr->e_phnum);
59 ? &elf->state.elf32.scns
60 : &elf->state.elf64.scns);
69 Elf_Scn *scn = &elf->state.elf32.scns.data[0];
79 Elf_Scn *scn = &elf->state.elf64.scns.data[0];
98 if (elf->state.elf.phdr == NULL)
101 ? elf->state.elf32.ehdr->e_phoff
102 : elf->state.elf64.ehdr->e_phoff);