Searched refs:SHF_ORDERED (Results 1 - 9 of 9) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A Dorder.c27 * Processing of SHF_ORDERED sections.
39 * There are two forms of section ordering, SHF_ORDERED, and SHF_LINK_ORDER.
41 * SHF_ORDERED was invented at Sun in order to support the PowerPC port
53 * one release, but SHF_ORDERED lives on.
57 * essentially a simpler version of SHF_ORDERED, dispensing with some
61 * SHF_LINK_ORDER has superseded SHF_ORDERED. The older mechanism is
66 * SHF_ORDERED offers two distinct and separate abilities:
76 * The sh_link field of an SHF_ORDERED section forms a linked list of
78 * (including SHF_ORDERED). The list is terminated by a final section
103 * can be achieved more simply by not setting SHF_ORDERED a
[all...]
H A Dplace.c152 /* SHF_ORDERED uses sh_info, SHF_LINK_ORDERED uses sh_link */
153 shndx = (isp->is_shdr->sh_flags & SHF_ORDERED) ?
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Delf_386.h80 #define SHF_ORDERED 0x40000000 macro
H A Delf_SPARC.h153 #define SHF_ORDERED 0x40000000 macro
/opensolaris-onvv-gate/usr/src/cmd/sgs/libconv/common/
H A Dsections.c449 { SHF_ORDERED, SOL, MSG_SHF_ORDERED_CF },
465 { SHF_ORDERED, SOL, MSG_SHF_ORDERED_NF },
/opensolaris-onvv-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsections.c379 if (isp1->is_shdr->sh_flags & SHF_ORDERED) {
/opensolaris-onvv-gate/usr/src/cmd/sgs/packages/common/
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
/opensolaris-onvv-gate/usr/src/cmd/sgs/include/
H A Dlibld.h62 #define ALL_SHF_ORDER (SHF_ORDERED | SHF_LINK_ORDER)
926 #define FLG_IS_ORDERED 0x0001 /* this is a SHF_ORDERED section */
/opensolaris-onvv-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c689 if (p->p_shdr.sh_flags & SHF_ORDERED)

Completed in 192 milliseconds