Searched refs:target_offset (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delf32-xtensa.c4064 For efficiency, an r_reloc also contains a "target_offset" field to
4078 bfd_vma target_offset;
4099 bfd_vma target_offset;
4104 target_offset = get_elf_r_symndx_offset (r_rel->abfd, r_symndx);
4105 return (target_offset + r_rel->rela.r_addend);
4155 r_rel->target_offset = r_reloc_get_target_offset (r_rel);
4165 r_rel->target_offset += inplace_val;
4188 fprintf_vma (fp, r_rel->target_offset);
4280 if (a->r_rel.target_offset != b->r_rel.target_offset)
4066 bfd_vma target_offset; member in struct:r_reloc_struct
4087 bfd_vma target_offset; local
5068 bfd_vma target_offset; member in struct:reloc_bfd_fix_struct
5076 reloc_bfd_fix_init(asection *src_sec, bfd_vma src_offset, unsigned src_type, bfd *target_abfd, asection *target_sec, bfd_vma target_offset, bfd_boolean translated) argument
6202 bfd_vma target_offset; local
7092 bfd_vma self_offset, target_offset; local
8409 bfd_vma new_offset, target_offset; local
8498 bfd_vma new_offset, target_offset, removed_bytes; local
9736 bfd_vma target_offset; local
[all...]
/macosx-10.9.5/smb-697.95.1/kernel/netsmb/
H A Dsmb_rq_2.h164 uint64_t target_offset; member in struct:smb2_copychunk_chunk
/macosx-10.9.5/ruby-104/ruby/
H A Ddln.c895 static int target_offset; variable
902 target_offset = offset;
984 target_offset = -1;
986 if (target_offset == -1) break;
987 if (load_1(fd, target_offset, 0) == -1) {
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_pageout.c5655 vm_object_offset_t target_offset; local
5746 target_offset = (vm_object_offset_t)offset;
5793 pg_num = (unsigned int) (target_offset/PAGE_SIZE);
5794 assert(pg_num == target_offset/PAGE_SIZE);
5800 m = vm_page_lookup(shadow_object, target_offset + (upl->offset - shadow_object->paging_offset));
5804 if ((t = vm_page_lookup(object, target_offset)) != VM_PAGE_NULL) {
5811 m = vm_page_lookup(shadow_object, target_offset + object->vo_shadow_offset);
6090 target_offset += PAGE_SIZE_64;
6209 vm_object_offset_t target_offset; local
6298 target_offset
[all...]
/macosx-10.9.5/smb-697.95.1/kernel/smbfs/
H A Dsmbfs_smb_2.c4183 chunk_arr[i].target_offset = trg_off;

Completed in 130 milliseconds