Home
last modified time | relevance | path

Searched refs: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; in do_sorted_outrelocs() local
2571 if ((sorted_list = libld_malloc((size_t)(sizeof (Reloc_list) * in do_sorted_outrelocs()
2607 sorted_list[index].rl_key1 = 0; in do_sorted_outrelocs()
2608 sorted_list[index].rl_key2 = in do_sorted_outrelocs()
2612 sorted_list[index].rl_key1 = in do_sorted_outrelocs()
2614 sorted_list[index].rl_key2 = orsp->rel_sym; in do_sorted_outrelocs()
2618 sorted_list[index].rl_key3 = in do_sorted_outrelocs()
2622 sorted_list[index].rl_key3 = 0; in do_sorted_outrelocs()
2624 sorted_list[index].rl_key3 = orsp->rel_roffset + in do_sorted_outrelocs()
2632 sorted_list[index++].rl_rsp = orsp; in do_sorted_outrelocs()
[all …]