Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dorder.c276 isp->is_keyident, NULL)); in place_unordered()
336 osp = ld_place_section(ofl, isp, path_info, isp->is_keyident, in ld_process_ordered()
425 isp->is_keyident = key++; in ld_sec_validate()
452 if (i1->is_keyident > i2->is_keyident) in comp()
454 if (i1->is_keyident < i2->is_keyident) in comp()
H A Dfiles.c199 isp->is_keyident = ident; in process_section()
2890 isp->is_keyident, NULL) == (Os_desc *)S_ERROR) in process_elf()
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsections.c398 EC_WORD(isp2->is_keyident), isp1_str, in Dbg_sec_order_list()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h932 Word is_keyident; /* key for SHF_{ORDERED|LINK_ORDER} */ member