Home
last modified time | relevance | path

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

/external/elfutils/libelf/
Delf_end.c129 void *rawchunks in elf_end() local
131 || (offsetof (struct Elf, state.elf32.rawchunks) in elf_end()
132 == offsetof (struct Elf, state.elf64.rawchunks)) in elf_end()
133 ? elf->state.elf32.rawchunks in elf_end()
134 : elf->state.elf64.rawchunks); in elf_end()
135 tdestroy (rawchunks, free_chunk); in elf_end()
Delf_getdata_rawchunk.c98 Elf_Data_Chunk **found = tsearch (&key, &elf->state.elf.rawchunks, in elf_getdata_rawchunk()
139 tdelete (&key, &elf->state.elf.rawchunks, &chunk_compare); in elf_getdata_rawchunk()
150 tdelete (&key, &elf->state.elf.rawchunks, &chunk_compare); in elf_getdata_rawchunk()
DlibelfP.h326 void *rawchunks; /* Tree of elf_getdata_rawchunk results. */ member
345 void *rawchunks; /* Tree of elf_getdata_rawchunk results. */ member
370 void *rawchunks; /* Tree of elf_getdata_rawchunk results. */ member
DChangeLog1467 the new chunk on the elf rawchunks list.
1645 (struct Elf.elf): New member `rawchunks'.