Searched refs:toc_offset (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A Ddyld_cache_format.h69 uint32_t toc_offset; member in struct:dyld_cache_slide_info
H A DCacheFileAbstraction.hpp127 uint32_t toc_offset() const INLINE { return E::get32(fields.toc_offset); }
128 void set_toc_offset(uint32_t value) INLINE { E::set32(fields.toc_offset, value); }
142 uint16_t toc(unsigned index) const INLINE { return E::get16(((uint16_t*)(((uint8_t*)this)+E::get16(fields.toc_offset)))[index]); }
143 void set_toc(unsigned index, uint16_t value) INLINE { return E::set16(((uint16_t*)(((uint8_t*)this)+E::get16(fields.toc_offset)))[index], value); }
H A Dupdate_dyld_shared_cache.cpp2761 slideInfo->set_entries_offset((slideInfo->toc_offset()+2*toc_count+127)&(-128));
/macosx-10.10.1/xnu-2782.1.97/osfmk/vm/
H A Dvm_shared_region.h98 uint32_t toc_offset; // offset from start of header to table-of-contents member in struct:vm_shared_region_slide_info_entry
H A Dvm_shared_region.c1681 toc = (uint16_t*)((uintptr_t)s_info + s_info->toc_offset);
1735 toc = (uint16_t*)((uintptr_t)s_info + s_info->toc_offset);
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/coff/
H A Dxcoff.h253 bfd_vma toc_offset; member in union:xcoff_link_hash_entry::__anon7535
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dcoff-ppc.c111 /* As we wonder around the relocs, we'll keep the assigned toc_offset
113 bfd_vma toc_offset; /* Our addition, as required. */ member in struct:ppc_coff_link_hash_entry
169 SET_UNALLOCATED (ret->toc_offset);
931 if (IS_UNALLOCATED(h->toc_offset))
933 h->toc_offset = global_toc_size;
1178 our_toc_offset = h->toc_offset;
1230 MARK_AS_WRITTEN(h->toc_offset);
H A Dxcofflink.c2817 hds->u.toc_offset = hds->toc_section->size;
4745 tocoff += h->descriptor->u.toc_offset;
4780 + h->u.toc_offset);
/macosx-10.10.1/dyld-353.2.1/src/
H A Ddyld.cpp3155 const uint16_t* toc = (uint16_t*)((long)(slideInfoHeader) + slideInfoHeader->toc_offset);

Completed in 185 milliseconds