fil_size 55 arch/alpha/boot/tools/objstrip.c size_t nwritten, tocopy, n, mem_size, fil_size, pad = 0; fil_size 179 arch/alpha/boot/tools/objstrip.c fil_size = elf_phdr->p_filesz; fil_size 186 arch/alpha/boot/tools/objstrip.c fil_size -= delta; fil_size 193 arch/alpha/boot/tools/objstrip.c elf_phdr->p_vaddr + fil_size, offset); fil_size 218 arch/alpha/boot/tools/objstrip.c fil_size = aout->ah.tsize + aout->ah.dsize; fil_size 219 arch/alpha/boot/tools/objstrip.c mem_size = fil_size + aout->ah.bsize; fil_size 224 arch/alpha/boot/tools/objstrip.c aout->ah.text_start + fil_size, offset); fil_size 235 arch/alpha/boot/tools/objstrip.c prog_name, (unsigned long) fil_size, inname); fil_size 238 arch/alpha/boot/tools/objstrip.c tocopy = fil_size; fil_size 263 arch/alpha/boot/tools/objstrip.c tocopy = mem_size - fil_size;