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

/haiku-buildtools/binutils/include/mach-o/
H A Dexternal.h88 unsigned char fileoff[4]; /* Offset in bytes of the data to be mapped. */ member in struct:mach_o_segment_command_32_external
102 unsigned char fileoff[8]; /* Offset in bytes of the data to be mapped. */ member in struct:mach_o_segment_command_64_external
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps_mac.cc37 // The |vmaddr|, |vmsize| and |fileoff| fields of segment_command or
91 *offset = sc->fileoff;
/haiku-buildtools/legacy/binutils/bfd/
H A Dcoff-rs6000.c1595 file_ptr fileoff;
1624 fileoff = SIZEOF_AR_FILE_HDR;
1632 H_PUT_32 (abfd, fileoff, buf);
1639 fileoff += (SIZEOF_AR_HDR
1643 fileoff = (fileoff + 1) &~ 1;
1859 file_ptr fileoff;
1899 fileoff = SIZEOF_AR_FILE_HDR_BIG;
1907 bfd_h_put_64 (abfd, fileoff, st);
1914 fileoff
1592 file_ptr fileoff; local
1856 file_ptr fileoff; local
1957 file_ptr fileoff; local
[all...]
H A Dmach-o.c382 bfd_h_put_32 (abfd, seg->fileoff, buf + 24);
396 bfd_vma curoff = seg->fileoff;
1276 seg->fileoff = bfd_h_get_32 (abfd, buf + 24);
1296 bfdsec->filepos = seg->fileoff;
1919 unsigned long start = seg->fileoff;
1920 unsigned long end = seg->fileoff + seg->filesize;
1956 bottom = seg->fileoff + seg->filesize - offset;
1957 top = seg->fileoff + seg->filesize - 4;
H A Dmach-o.h211 bfd_vma fileoff; member in struct:bfd_mach_o_segment_command
/haiku-buildtools/gcc/libiberty/
H A Dsimple-object-mach-o.c105 unsigned char fileoff[4]; /* Offset in bytes of the data to be mapped. */ member in struct:mach_o_segment_command_32
122 unsigned char fileoff[8]; /* Offset in bytes of the data to be mapped. */ member in struct:mach_o_segment_command_64
1294 set_32 (hdr + offsetof (struct mach_o_segment_command_32, fileoff),
1321 set_64 (hdr + offsetof (struct mach_o_segment_command_64, fileoff),
/haiku-buildtools/binutils/libiberty/
H A Dsimple-object-mach-o.c105 unsigned char fileoff[4]; /* Offset in bytes of the data to be mapped. */ member in struct:mach_o_segment_command_32
122 unsigned char fileoff[8]; /* Offset in bytes of the data to be mapped. */ member in struct:mach_o_segment_command_64
1294 set_32 (hdr + offsetof (struct mach_o_segment_command_32, fileoff),
1321 set_64 (hdr + offsetof (struct mach_o_segment_command_64, fileoff),
/haiku-buildtools/binutils/bfd/
H A Dmach-o.c1773 bfd_h_put_32 (abfd, seg->fileoff, raw.fileoff);
1807 bfd_h_put_64 (abfd, seg->fileoff, raw.fileoff);
2571 linkedit->vmsize = mdata->filelen - linkedit->fileoff;
2573 linkedit->filesize = mdata->filelen - linkedit->fileoff;
2686 seg->fileoff = mdata->filelen;
2798 seg->fileoff = mdata->filelen;
2833 seg->fileoff = mdata->filelen & ~pagemask;
2834 mdata->filelen = seg->fileoff
[all...]
H A Dmach-o.h98 bfd_vma fileoff; member in struct:bfd_mach_o_segment_command
/haiku-buildtools/binutils/binutils/
H A Dod-macho.c433 printf (" fileoff: ");
434 printf_vma (seg->fileoff);
438 printf_vma ((bfd_vma)(seg->fileoff + seg->filesize));

Completed in 131 milliseconds