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