Searched refs:fileoff (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/binutils/bfd/
H A Dcoff-rs6000.c1606 file_ptr fileoff;
1635 fileoff = SIZEOF_AR_FILE_HDR;
1643 H_PUT_32 (abfd, fileoff, buf);
1650 fileoff += (SIZEOF_AR_HDR
1654 fileoff = (fileoff + 1) &~ 1;
1870 file_ptr fileoff;
1910 fileoff = SIZEOF_AR_FILE_HDR_BIG;
1918 bfd_h_put_64 (abfd, fileoff, st);
1925 fileoff
1603 file_ptr fileoff; local
1867 file_ptr fileoff; local
1968 file_ptr fileoff; local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/macho-dump/
H A Dmacho-dump.cpp130 SLC.vmsize, SLC.fileoff, SLC.filesize,
152 SLC.vmsize, SLC.fileoff, SLC.filesize,
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DMachO.h464 uint32_t fileoff; member in struct:llvm::MachO::segment_command
478 uint64_t fileoff; member in struct:llvm::MachO::segment_command_64
/freebsd-9.3-release/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp182 SwapValue(C.fileoff);
196 SwapValue(C.fileoff);

Completed in 149 milliseconds