Home | History | Annotate | Download | only in libelf

Lines Matching refs:state

70       if (elf->state.ar.ar_sym != (Elf_Arsym *) -1l)
71 free (elf->state.ar.ar_sym);
72 elf->state.ar.ar_sym = NULL;
74 if (elf->state.ar.children != NULL)
85 state of REF_COUNT==0 is handled all over the library, so
91 if (parent->state.ar.children == elf)
92 parent->state.ar.children = elf->next;
95 struct Elf *child = parent->state.ar.children;
110 if (elf->state.ar.long_names != NULL)
111 free (elf->state.ar.long_names);
118 || (offsetof (struct Elf, state.elf32.rawchunks)
119 == offsetof (struct Elf, state.elf64.rawchunks))
120 ? elf->state.elf32.rawchunks
121 : elf->state.elf64.rawchunks);
132 || (offsetof (struct Elf, state.elf32.scns)
133 == offsetof (struct Elf, state.elf64.scns))
134 ? &elf->state.elf32.scns
135 : &elf->state.elf64.scns);
190 || (offsetof (struct Elf, state.elf32.scns)
191 == offsetof (struct Elf, state.elf64.scns))
192 ? &elf->state.elf32.scns
193 : &elf->state.elf64.scns))
200 if (elf->state.elf.shdr_malloced != 0)
202 || (offsetof (struct Elf, state.elf32.shdr)
203 == offsetof (struct Elf, state.elf64.shdr))
204 ? (void *) elf->state.elf32.shdr
205 : (void *) elf->state.elf64.shdr);
208 if ((elf->state.elf.phdr_flags & ELF_F_MALLOCED) != 0)
210 || (offsetof (struct Elf, state.elf32.phdr)
211 == offsetof (struct Elf, state.elf64.phdr))
212 ? (void *) elf->state.elf32.phdr
213 : (void *) elf->state.elf64.phdr);