Searched defs:sorted_list (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Drelocate.c2565 Reloc_list *sorted_list; local
2571 if ((sorted_list = libld_malloc((size_t)(sizeof (Reloc_list) *
2607 sorted_list[index].rl_key1 = 0;
2608 sorted_list[index].rl_key2 =
2612 sorted_list[index].rl_key1 =
2614 sorted_list[index].rl_key2 = orsp->rel_sym;
2618 sorted_list[index].rl_key3 =
2622 sorted_list[index].rl_key3 = 0;
2624 sorted_list[index].rl_key3 = orsp->rel_roffset +
2632 sorted_list[inde
[all...]

Completed in 66 milliseconds