HomeSort by relevance Sort by last modified time
    Searched refs:offsetof (Results 226 - 250 of 643) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindCursor.hpp 188 offsetof(unwind_info_section_header, version));
192 offsetof(unwind_info_section_header,
196 return _addressSpace.get32(_addr + offsetof(unwind_info_section_header,
200 return _addressSpace.get32(_addr + offsetof(unwind_info_section_header,
205 _addr + offsetof(unwind_info_section_header, personalityArrayCount));
209 _addr + offsetof(unwind_info_section_header, indexSectionOffset));
213 _addr + offsetof(unwind_info_section_header, indexCount));
254 _addr + offsetof(unwind_info_regular_second_level_page_header, kind));
258 _addr + offsetof(unwind_info_regular_second_level_page_header,
264 offsetof(unwind_info_regular_second_level_page_header, entryCount))
    [all...]
  /external/valgrind/VEX/switchback/
switchback.c 387 assert(offsetof(VexGuestARM64State, guest_X0) == 16 + 8*0);
388 assert(offsetof(VexGuestARM64State, guest_X30) == 16 + 8*30);
389 assert(offsetof(VexGuestARM64State, guest_SP) == 16 + 8*31);
390 assert(offsetof(VexGuestARM64State, guest_TPIDR_EL0) == 16 + 8*37);
391 assert(offsetof(VexGuestARM64State, guest_Q0) == 16 + 8*38 + 16*0);
  /external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
seccomp_bpf_tests.c 84 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n]))
264 offsetof(struct seccomp_data, nr)),
288 offsetof(struct seccomp_data, nr)),
318 offsetof(struct seccomp_data, nr)),
367 offsetof(struct seccomp_data, nr)),
391 offsetof(struct seccomp_data, nr)),
419 offsetof(struct seccomp_data, nr)),
527 offsetof(struct seccomp_data, nr)),
534 offsetof(struct seccomp_data, nr)),
541 offsetof(struct seccomp_data, nr))
    [all...]
  /external/v8/test/cctest/
test-macro-assembler-mips.cc 81 __ lw(a2, MemOperand(a0, offsetof(T, r1)));
84 __ sw(a2, MemOperand(a0, offsetof(T, r1)));
86 __ lw(a2, MemOperand(a0, offsetof(T, r2)));
89 __ sw(a2, MemOperand(a0, offsetof(T, r2)));
91 __ lw(a2, MemOperand(a0, offsetof(T, r3)));
94 __ sw(a2, MemOperand(a0, offsetof(T, r3)));
96 __ lw(a2, MemOperand(a0, offsetof(T, r4)));
99 __ sw(a2, MemOperand(a0, offsetof(T, r4)));
101 __ lw(a2, MemOperand(a0, offsetof(T, r5)));
104 __ sw(a2, MemOperand(a0, offsetof(T, r5)))
    [all...]
  /external/valgrind/VEX/priv/
guest_mips_toIR.c 106 ret = offsetof(VexGuestMIPS32State, guest_r0); break;
108 ret = offsetof(VexGuestMIPS32State, guest_r1); break;
110 ret = offsetof(VexGuestMIPS32State, guest_r2); break;
112 ret = offsetof(VexGuestMIPS32State, guest_r3); break;
114 ret = offsetof(VexGuestMIPS32State, guest_r4); break;
116 ret = offsetof(VexGuestMIPS32State, guest_r5); break;
118 ret = offsetof(VexGuestMIPS32State, guest_r6); break;
120 ret = offsetof(VexGuestMIPS32State, guest_r7); break;
122 ret = offsetof(VexGuestMIPS32State, guest_r8); break;
124 ret = offsetof(VexGuestMIPS32State, guest_r9); break
    [all...]
  /external/dhcpcd-6.8.2/
auth.c 323 *(mm + offsetof(struct dhcp_message, hwopcount)) = '\0';
324 memset(mm + offsetof(struct dhcp_message, giaddr), 0, 4);
641 p = m + offsetof(struct dhcp_message, hwopcount);
644 p = m + offsetof(struct dhcp_message, giaddr);
663 p = m + offsetof(struct dhcp_message, hwopcount);
665 p = m + offsetof(struct dhcp_message, giaddr);
  /bionic/libc/dns/net/
getnameinfo.c 82 offsetof(struct sockaddr_in6, sin6_addr)},
85 offsetof(struct sockaddr_in, sin_addr)},
146 if (salen < (socklen_t) offsetof(struct sockaddr_un, sun_path)) {
  /external/valgrind/drd/
drd_semaphore.c 147 tl_assert(offsetof(DrdClientobj, semaphore) == 0);
151 tl_assert(offsetof(DrdClientobj, semaphore) == 0);
164 tl_assert(offsetof(DrdClientobj, semaphore) == 0);
  /development/ndk/platforms/android-21/arch-arm64/include/asm/
kvm.h 90 #define KVM_REG_ARM_CORE_REG(name) (offsetof(struct kvm_regs, name) / sizeof(__u32))
  /external/elfutils/backends/
i386_corenote.c 87 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg) + (4 * 11), \
s390_corenote.c 135 .offset = offsetof (struct EBLHOOK(prstatus), \
  /external/elfutils/libelf/
elf_getdata.c 370 || (offsetof (struct Elf, state.elf32.ehdr)
371 == offsetof (struct Elf, state.elf64.ehdr)))
425 || (offsetof (struct Elf, state.elf32.ehdr)
426 == offsetof (struct Elf, state.elf64.ehdr))
  /external/fio/engines/
rbd.c 41 .off1 = offsetof(struct rbd_options, rbd_name),
50 .off1 = offsetof(struct rbd_options, pool_name),
59 .off1 = offsetof(struct rbd_options, client_name),
68 .off1 = offsetof(struct rbd_options, busy_poll),
  /external/iptables/extensions/
libxt_LED.c 128 .userspacesize = offsetof(struct xt_led_info, internal_data),
libxt_connlabel.c 107 .userspacesize = offsetof(struct xt_connlabel_mtinfo, bit),
libxt_quota2.c 130 .userspacesize = offsetof(struct xt_quota_mtinfo2, quota),
  /external/libdrm/
libdrm_lists.h 77 ((__type *)(((char *) (__item)) - offsetof(__type, __field)))
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.h 102 (offsetof(union si_state, named.member) / sizeof(struct si_pm4_state *))
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_clip_state.c 53 offsetof(struct brw_clip_unit_state, thread0),
  /external/skia/src/sfnt/
SkOTTable_head.h 147 static_assert(offsetof(SkOTTableHead, glyphDataFormat) == 52, "SkOTTableHead_glyphDataFormat_not_at_52");
  /external/valgrind/coregrind/m_sigframe/
sigframe-ppc32-linux.c 124 offsetof(VexGuestPPC32State,guest_LR), \
131 offsetof(VexGuestPPC32State,guest_GPR##zzn), \
548 //.. esp, offsetof(struct sigframe, vg) );
565 //.. esp, offsetof(struct sigframe, vg) );
595 //.. esp, offsetof(struct rt_sigframe, vg) );
617 //.. esp, offsetof(struct rt_sigframe, vg) );
680 (Addr)ucp, offsetof(struct vki_ucontext, uc_pad) );
685 offsetof(struct vki_ucontext, uc_pad) );
sigframe-x86-linux.c 441 esp, offsetof(struct sigframe, vg) );
465 esp, offsetof(struct sigframe, vg) );
498 esp, offsetof(struct rt_sigframe, vg) );
528 esp, offsetof(struct rt_sigframe, vg) );
  /frameworks/native/libs/input/tests/
StructLayout_test.cpp 23 static_assert((offsetof(type, member) == expected_offset), "")
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/asm/
kvm.h 90 #define KVM_REG_ARM_CORE_REG(name) (offsetof(struct kvm_regs, name) / sizeof(__u32))
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/asm/
kvm.h 90 #define KVM_REG_ARM_CORE_REG(name) (offsetof(struct kvm_regs, name) / sizeof(__u32))

Completed in 5907 milliseconds

1 2 3 4 5 6 7 8 91011>>