Home
last modified time | relevance | path

Searched refs:rawchunks (Results 1 – 4 of 4) sorted by relevance

/external/elfutils/libelf/
Delf_end.c116 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()
[all …]
Delf_getdata_rawchunk.c180 chunk->next = elf->state.elf.rawchunks; in elf_getdata_rawchunk()
181 elf->state.elf.rawchunks = chunk; in elf_getdata_rawchunk()
DlibelfP.h325 Elf_Data_Chunk *rawchunks; /* List of elf_getdata_rawchunk results. */ member
344 Elf_Data_Chunk *rawchunks; /* List of elf_getdata_rawchunk results. */ member
369 Elf_Data_Chunk *rawchunks; /* List of elf_getdata_rawchunk results. */ member
DChangeLog792 the new chunk on the elf rawchunks list.
970 (struct Elf.elf): New member `rawchunks'.