Home
last modified time | relevance | path

Searched refs:orig_list (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c306 nltype * orig_list; in remove_dup_syms() local
307 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 …]
/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bio.c602 struct buf *orig_list = list; in _sd_pack_pages() local
670 if (list == orig_list) in _sd_pack_pages()
714 struct buf *orig_list = list; in _sd_pack_pages_nopageio() local