Searched refs:auto_overlay_fixed (Results 1 – 5 of 5) sorted by relevance
71 unsigned int auto_overlay_fixed; member
4374 else if (fixed_size < htab->params->auto_overlay_fixed) in spu_elf_auto_overlay()4379 if (max_fixed > htab->params->auto_overlay_fixed) in spu_elf_auto_overlay()4380 max_fixed = htab->params->auto_overlay_fixed; in spu_elf_auto_overlay()
312 (spu_elf_auto_overlay): Use auto_overlay_fixed, auto_overlay_reserved,
785 params.auto_overlay_fixed = strtoul (optarg, &end, 0);
800 auto_overlay_fixed, auto_overlay_reserved, my_argc, my_argv): New vars.