Home
last modified time | relevance | path

Searched refs:SHF_ORDERED (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dorder.c309 keyshndx = (shflags & SHF_ORDERED) ? in ld_process_ordered()
326 if ((shflags & SHF_ORDERED) && in ld_process_ordered()
439 if (s1->is_shdr->sh_flags & SHF_ORDERED) in comp()
444 if (s2->is_shdr->sh_flags & SHF_ORDERED) in comp()
H A Dplace.c155 shndx = (isp->is_shdr->sh_flags & SHF_ORDERED) ? in os_attach_isp()
/illumos-gate/usr/src/uts/common/sys/
H A Delf_386.h85 #define SHF_ORDERED 0x40000000 macro
H A Delf_SPARC.h153 #define SHF_ORDERED 0x40000000 macro
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsections.c509 { SHF_ORDERED, SOL, MSG_SHF_ORDERED_CF }, in conv_sec_flags_strings()
525 { SHF_ORDERED, SOL, MSG_SHF_ORDERED_NF }, in conv_sec_flags_strings()
H A Dsections.msg288 @ MSG_SHF_ORDERED_CF "SHF_ORDERED" # 0x40000000
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsections.c379 if (isp1->is_shdr->sh_flags & SHF_ORDERED) { in Dbg_sec_order_list()
H A Dliblddbg.msg1028 # SHF_ORDERED related messages. Token used is sections.
1038 @ MSG_ORD_ERR_TITLE "the SHF_ORDERED section %s from %s has \
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h63 #define ALL_SHF_ORDER (SHF_ORDERED | SHF_LINK_ORDER)
/illumos-gate/usr/src/cmd/sgs/tools/
H A DSUNWonld-README138 4293159 ld needs to combine sections with and without SHF_ORDERED flag(comdat)
291 4329785 mixing of SHT_SUNW_COMDAT & SHF_ORDERED causes ld to seg fault
329 4354500 SHF_ORDERED ordered scections does not properly sort sections
361 4413168 SHF_ORDERED bit causes linker to generate a separate section
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c694 if (p->p_shdr.sh_flags & SHF_ORDERED) in print_shdr()