Searched refs:target_off (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delf32-spu.c271 bfd_vma target_off; member in struct:spu_stub_hash_entry
303 sh->target_off = 0;
719 + (*sa)->target_off
722 - (*sb)->target_off);
927 sh->target_off = h->root.u.def.value;
929 sh->target_off = sym->st_value;
930 sh->target_off += irela->r_addend;
1018 + stubs.sh[i - 1]->target_off)
1021 + stubs.sh[i]->target_off)))
1111 val = ent->target_off
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_object.c3051 vm_object_offset_t target_off; local
3055 for (target_off = offset;
3056 target_off < end; target_off += PAGE_SIZE) {
3058 p = vm_page_lookup(object, target_off);

Completed in 109 milliseconds