Lines Matching refs:state
92 if (elf->state.ar.ar_sym != (Elf_Arsym *) -1l)
93 free (elf->state.ar.ar_sym);
94 elf->state.ar.ar_sym = NULL;
96 if (elf->state.ar.children != NULL)
107 state of REF_COUNT==0 is handled all over the library, so
113 if (parent->state.ar.children == elf)
114 parent->state.ar.children = elf->next;
117 struct Elf *child = parent->state.ar.children;
132 if (elf->state.ar.long_names != NULL)
133 free (elf->state.ar.long_names);
140 || (offsetof (struct Elf, state.elf32.rawchunks)
141 == offsetof (struct Elf, state.elf64.rawchunks))
142 ? elf->state.elf32.rawchunks
143 : elf->state.elf64.rawchunks);
154 || (offsetof (struct Elf, state.elf32.scns)
155 == offsetof (struct Elf, state.elf64.scns))
156 ? &elf->state.elf32.scns
157 : &elf->state.elf64.scns);
205 || (offsetof (struct Elf, state.elf32.scns)
206 == offsetof (struct Elf, state.elf64.scns))
207 ? &elf->state.elf32.scns
208 : &elf->state.elf64.scns))
215 if (elf->state.elf.shdr_malloced != 0)
217 || (offsetof (struct Elf, state.elf32.shdr)
218 == offsetof (struct Elf, state.elf64.shdr))
219 ? (void *) elf->state.elf32.shdr
220 : (void *) elf->state.elf64.shdr);
223 if ((elf->state.elf.phdr_flags & ELF_F_MALLOCED) != 0)
225 || (offsetof (struct Elf, state.elf32.phdr)
226 == offsetof (struct Elf, state.elf64.phdr))
227 ? (void *) elf->state.elf32.phdr
228 : (void *) elf->state.elf64.phdr);