Searched refs:orig_list (Results 1 – 2 of 2) sorted by relevance
306 nltype * orig_list; in remove_dup_syms() local307 if ((orig_list = malloc(sizeof (nltype) * *sym_count)) == NULL) { in remove_dup_syms()313 (void) memcpy(orig_list, nl, sizeof (nltype) * *sym_count); in remove_dup_syms()324 if ((orig_list + i)->value < (orig_list + nextsym)->value) { in remove_dup_syms()325 *(nl + index++) = *(orig_list +i); in remove_dup_syms()334 if ((orig_list + i)->syminfo == in remove_dup_syms()335 (orig_list + nextsym)->syminfo) { in remove_dup_syms()336 DEBUG_DUP_DEL(orig_list + i, orig_list + nextsym); in remove_dup_syms()339 n_bind = ELF32_ST_BIND((orig_list + nextsym)->syminfo); in remove_dup_syms()340 i_type = ELF32_ST_TYPE((orig_list + i)->syminfo); in remove_dup_syms()[all …]
602 struct buf *orig_list = list; in _sd_pack_pages() local670 if (list == orig_list) in _sd_pack_pages()714 struct buf *orig_list = list; in _sd_pack_pages_nopageio() local