* Elyashiv Horovitz via Gcc-help: > The mips abi states that > "Virtual addresses and file offsets for MIPS segments are congruent modulo > 64KByte (0x10000) or larger powers of 2" > > I'm trying to find the place where this is expressed in gcc source code. Is this for the MIPS ELF variant? This is handled by binutils. I assume it's in bfd/elf.c; search for “maxpagesize”.