Searched refs:rawchunks (Results 1 – 4 of 4) sorted by relevance
129 void *rawchunks in elf_end() local131 || (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()
98 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()
326 void *rawchunks; /* Tree of elf_getdata_rawchunk results. */ member345 void *rawchunks; /* Tree of elf_getdata_rawchunk results. */ member370 void *rawchunks; /* Tree of elf_getdata_rawchunk results. */ member
1467 the new chunk on the elf rawchunks list.1645 (struct Elf.elf): New member `rawchunks'.