Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dorder.c468 DBG_CALL(Dbg_sec_order_list(ofl, 0)); in ld_sort_ordered()
483 DBG_CALL(Dbg_sec_order_list(ofl, 1)); in ld_sort_ordered()
/illumos-gate/usr/src/cmd/sgs/include/
H A Ddebug.h437 #define Dbg_sec_order_list Dbg64_sec_order_list macro
668 #define Dbg_sec_order_list Dbg32_sec_order_list macro
961 extern void Dbg_sec_order_list(Ofl_desc *, int);
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsections.c324 Dbg_sec_order_list(Ofl_desc *ofl, int flag) in Dbg_sec_order_list() function