Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/binutils/bfd/
Dcoff-rs6000.c1603 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/
Dmacho-dump.cpp130 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/
DMachO.h464 uint32_t fileoff; member
478 uint64_t fileoff; member
/freebsd-9-stable/contrib/llvm/lib/Object/
DMachOObjectFile.cpp182 SwapValue(C.fileoff); in SwapStruct()
196 SwapValue(C.fileoff); in SwapStruct()