Constant SHF_LINK_ORDER

Source
pub const SHF_LINK_ORDER: u32 = _; // 128u32
Expand description

This flag adds special ordering requirements for link editors. The requirements apply if the sh_link field of this section’s header references another section (the linked-to section). If this section is combined with other sections in the output file, it must appear in the same relative order with respect to those sections, as the linked-to section appears with respect to sections the linked-to section is combined with.