Searched refs:from_offset (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/cctools-845/ld/
H A Dindirect_sections.h117 unsigned long from_offset,
H A Dindirect_sections.c1257 unsigned long from_offset,
1277 fine_reloc_for_input_offset(from_map, from_offset);
1356 fine_reloc_for_input_offset(from_map, from_offset) !=
1397 from_offset / from_map->s->reserved2 ==
1421 if(indirect_symtab[from_map->s->reserved1 + from_offset /
1468 if(indirect_symtab[from_map->s->reserved1 + from_offset /
1255 legal_reference( struct section_map *from_map, unsigned long from_offset, struct section_map *to_map, unsigned long to_offset, unsigned long from_reloc_index, enum bool sectdiff_reloc) argument
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/
H A Dcache.h241 * Perform direct disk block copy from from_offset to to_offset of given length.
243 int CacheCopyDiskBlocks (Cache_t *cache, uint64_t from_offset, uint64_t to_offset, uint32_t len);
H A Dcache.c963 * Description: Perform direct disk block copy from from_offset to to_offset
967 * belonging to from_offset. Invalidating the disk blocks belonging to
982 * 2. from_offset - disk offset to copy from.
997 int CacheCopyDiskBlocks (Cache_t *cache, uint64_t from_offset, uint64_t to_offset, uint32_t len) argument
1010 (from_offset % cache->DevBlockSize) ||
1016 /* Flush contents of from_offset on the disk */
1017 error = CacheFlushRange(cache, from_offset, len, 1);
1046 error = CacheRawRead (cache, from_offset, ioReqCount, tmpBuffer);
1054 printf ("%s: Copying %d bytes from %qd to %qd\n", __FUNCTION__, ioReqCount, from_offset, to_offset);
1058 from_offset
[all...]
/macosx-10.9.5/msdosfs-198/msdosfs.kextproj/msdosfs.kmodproj/
H A Dmsdosfs_vnops.c1347 u_int32_t from_offset; local
1539 from_offset = fdep->de_diroffset;
1642 error = msdosfs_removede(fddep, from_offset, context);
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delf32-xtensa.c7698 bfd_vma from_offset, source_address, dest_address;
7706 from_offset = reloc[0].r_rel.target_offset;
7710 if (reloc[i].r_rel.target_offset != from_offset)
7674 bfd_vma from_offset, source_address, dest_address; local

Completed in 165 milliseconds