Lines Matching refs:rawchunks
116 Elf_Data_Chunk *rawchunks in elf_end() local
118 || (offsetof (struct Elf, state.elf32.rawchunks) in elf_end()
119 == offsetof (struct Elf, state.elf64.rawchunks)) in elf_end()
120 ? elf->state.elf32.rawchunks in elf_end()
121 : elf->state.elf64.rawchunks); in elf_end()
122 while (rawchunks != NULL) in elf_end()
124 Elf_Data_Chunk *next = rawchunks->next; in elf_end()
125 if (rawchunks->dummy_scn.flags & ELF_F_MALLOCED) in elf_end()
126 free (rawchunks->data.d.d_buf); in elf_end()
127 free (rawchunks); in elf_end()
128 rawchunks = next; in elf_end()