Searched refs:order (Results 1 – 3 of 3) sorted by relevance
29 .sdata ALIGN(0x20) : > dataarea // SDA sections must be in this order31 .sbss ALIGN(0x20) : > dataarea // SDA sections must be in this order33 …thrdata ALIGN(0x20) : > dataarea // default initialized TLS sections must be in this order35 …rbss ALIGN(0x20) : > dataarea // default uninitialized TLS sections must be in this order
25 …thrdata ALIGN(0x20) : > dataarea // default initialized TLS sections must be in this order27 …rbss ALIGN(0x20) : > dataarea // default uninitialized TLS sections must be in this order
84 unsigned order = coder->Props.data[0]; in SzDecodePpmd() local86 if (order < PPMD7_MIN_ORDER || in SzDecodePpmd()87 order > PPMD7_MAX_ORDER || in SzDecodePpmd()94 Ppmd7_Init(&ppmd, order); in SzDecodePpmd()