Searched refs:fileoff (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/contrib/binutils/bfd/ |
| D | coff-rs6000.c | 1603 file_ptr fileoff; local 1632 fileoff = SIZEOF_AR_FILE_HDR; 1640 H_PUT_32 (abfd, fileoff, buf); 1647 fileoff += (SIZEOF_AR_HDR 1651 fileoff = (fileoff + 1) &~ 1; 1867 file_ptr fileoff; local 1907 fileoff = SIZEOF_AR_FILE_HDR_BIG; 1915 bfd_h_put_64 (abfd, fileoff, st); 1922 fileoff += (SIZEOF_AR_HDR_BIG 1926 fileoff += fileoff & 1; [all …]
|
| /freebsd-9-stable/contrib/llvm/tools/macho-dump/ |
| D | macho-dump.cpp | 130 SLC.vmsize, SLC.fileoff, SLC.filesize, in DumpSegmentCommand() 152 SLC.vmsize, SLC.fileoff, SLC.filesize, in DumpSegment64Command()
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Support/ |
| D | MachO.h | 464 uint32_t fileoff; member 478 uint64_t fileoff; member
|
| /freebsd-9-stable/contrib/llvm/lib/Object/ |
| D | MachOObjectFile.cpp | 182 SwapValue(C.fileoff); in SwapStruct() 196 SwapValue(C.fileoff); in SwapStruct()
|