Lines Matching refs:z
71 + Also guarded -z,now and -z,relro with other defines.
459 -z now will be added if we don't have -vanilla spec. We do a -pie incompatible check
462 - #define ESP_LINK_NOW_SPEC "%{!nonow:-z now}"
466 + #define ESP_LINK_NOW_SPEC "%{!nonow:-z now}"
472 + #define ESP_LINK_RELRO_SPEC "%{!norelro:-z relro}"
561 +foo2 (int z, int x)
566 + return z;
569 + return x + z;
640 +foo (int x, int y, int z)
642 + return x + y + z;
658 +foo (int x, int y, int z)
660 + return x + y + z;
711 +foo (int x, int y, int z)
713 + return x + y + z + y;