Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Drelocate.c2539 if ((uintptr_t)i->rl_key2 > (uintptr_t)j->rl_key2) in reloc_compare()
2541 if ((uintptr_t)i->rl_key2 < (uintptr_t)j->rl_key2) in reloc_compare()
2608 sorted_list[index].rl_key2 = in do_sorted_outrelocs()
2614 sorted_list[index].rl_key2 = orsp->rel_sym; in do_sorted_outrelocs()
H A D_libld.h291 Sym_desc *rl_key2; member