Searched refs:rawchunks (Results 1 – 4 of 4) sorted by relevance
116 Elf_Data_Chunk *rawchunks in elf_end() local118 || (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()[all …]
180 chunk->next = elf->state.elf.rawchunks; in elf_getdata_rawchunk()181 elf->state.elf.rawchunks = chunk; in elf_getdata_rawchunk()
325 Elf_Data_Chunk *rawchunks; /* List of elf_getdata_rawchunk results. */ member344 Elf_Data_Chunk *rawchunks; /* List of elf_getdata_rawchunk results. */ member369 Elf_Data_Chunk *rawchunks; /* List of elf_getdata_rawchunk results. */ member
792 the new chunk on the elf rawchunks list.970 (struct Elf.elf): New member `rawchunks'.