Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c303 nltype *orig_list; in remove_dup_syms() local
305 if ((orig_list = malloc(sizeof (nltype) * *sym_count)) == NULL) { in remove_dup_syms()
311 (void) memcpy(orig_list, nl, sizeof (nltype) * *sym_count); in remove_dup_syms()
322 if ((orig_list + i)->value < (orig_list + nextsym)->value) { in remove_dup_syms()
323 *(nl + index++) = *(orig_list +i); in remove_dup_syms()
332 if ((orig_list + i)->syminfo == in remove_dup_syms()
333 (orig_list + nextsym)->syminfo) { in remove_dup_syms()
334 DEBUG_DUP_DEL(orig_list + i, orig_list + nextsym); in remove_dup_syms()
337 n_bind = ELF32_ST_BIND((orig_list + nextsym)->syminfo); in remove_dup_syms()
338 i_type = ELF32_ST_TYPE((orig_list + i)->syminfo); in remove_dup_syms()
[all …]