Searched refs:offsetof (Results 126 - 150 of 568) sorted by relevance

1234567891011>>

/external/vboot_reference/firmware/lib/
H A Drollback_index.c18 #ifndef offsetof
19 #define offsetof(A,B) __builtin_offsetof(A,B) macro
114 offsetof(RollbackSpaceFirmware, crc8)))
133 rsf->crc8 = Crc8(rsf, offsetof(RollbackSpaceFirmware, crc8));
209 if (rsk->crc8 == Crc8(rsk, offsetof(RollbackSpaceKernel, crc8)))
228 rsk->crc8 = Crc8(rsk, offsetof(RollbackSpaceKernel, crc8));
/external/elfutils/libelf/
H A Delf_strptr.c74 || (offsetof (struct Elf, state.elf32.scns)
75 == offsetof (struct Elf, state.elf64.scns))
/external/iptables/extensions/
H A Dlibxt_TEE.c136 .userspacesize = offsetof(struct xt_tee_tginfo, priv),
150 .userspacesize = offsetof(struct xt_tee_tginfo, priv),
H A Dlibip6t_DNPT.c83 .userspacesize = offsetof(struct ip6t_npt_tginfo, adjustment),
H A Dlibip6t_SNPT.c83 .userspacesize = offsetof(struct ip6t_npt_tginfo, adjustment),
/external/iptables/iptables/
H A Dnft-ipv4.c48 add_proto(r, offsetof(struct iphdr, protocol), 1,
54 add_addr(r, offsetof(struct iphdr, saddr),
60 add_addr(r, offsetof(struct iphdr, daddr),
65 add_payload(r, offsetof(struct iphdr, frag_off), 2,
190 case offsetof(struct iphdr, saddr):
203 case offsetof(struct iphdr, daddr):
216 case offsetof(struct iphdr, protocol):
222 case offsetof(struct iphdr, frag_off):
/external/libmojo/mojo/edk/system/
H A Doptions_validation_unittest.cc43 offsetof(TestOptions, struct_size) + sizeof(uint32_t))};
53 static_cast<uint32_t>(offsetof(TestOptions, flags) + sizeof(uint32_t))};
/external/strace/
H A Dfile_ioctl.c185 rc = print_array(tcp, arg + offsetof(typeof(args), info),
233 arg + offsetof(typeof(args), fm_extents),
H A Ddirent64.c42 const unsigned int d_name_offset = offsetof(struct dirent64, d_name);
113 tprints("/* d_reclen < offsetof(struct dirent64, d_name) */");
/external/strace/tests/
H A Dseccomp-filter-v.c78 BPF_STMT(BPF_LD|BPF_W|BPF_ABS, offsetof(struct seccomp_data, nr)),
187 (unsigned) offsetof(struct seccomp_data, nr));
H A Dgetdents.c77 const unsigned int d_name_offset = offsetof(kernel_dirent, d_name);
H A Dgetdents64.c86 const unsigned int d_name_offset = offsetof(kernel_dirent64, d_name);
H A Dnet-accept-connect.c57 len = offsetof(struct sockaddr_un, sun_path) + strlen(av[1]) + 1;
/external/strace/tests-m32/
H A Dseccomp-filter-v.c78 BPF_STMT(BPF_LD|BPF_W|BPF_ABS, offsetof(struct seccomp_data, nr)),
187 (unsigned) offsetof(struct seccomp_data, nr));
H A Dgetdents.c77 const unsigned int d_name_offset = offsetof(kernel_dirent, d_name);
/external/strace/tests-mx32/
H A Dseccomp-filter-v.c78 BPF_STMT(BPF_LD|BPF_W|BPF_ABS, offsetof(struct seccomp_data, nr)),
187 (unsigned) offsetof(struct seccomp_data, nr));
/external/syslinux/gpxe/src/arch/i386/firmware/pcbios/
H A Dmemmap.c216 if ( size > offsetof ( typeof ( e820buf ), attrs ) ) {
232 if ( size > offsetof ( typeof ( e820buf ), attrs ) ) {
/external/vixl/test/aarch64/
H A Dtest-utils-aarch64.cc406 const int x_offset = offsetof(dump_t, x_);
407 const int w_offset = offsetof(dump_t, w_);
408 const int d_offset = offsetof(dump_t, d_);
409 const int s_offset = offsetof(dump_t, s_);
410 const int q_offset = offsetof(dump_t, q_);
411 const int sp_offset = offsetof(dump_t, sp_);
412 const int wsp_offset = offsetof(dump_t, wsp_);
413 const int flags_offset = offsetof(dump_t, flags_);
/external/wpa_supplicant_8/hostapd/src/common/
H A Dctrl_iface_common.c63 a_len - offsetof(struct sockaddr_un, sun_path))
104 socklen - offsetof(struct sockaddr_un, sun_path));
/external/wpa_supplicant_8/src/common/
H A Dctrl_iface_common.c63 a_len - offsetof(struct sockaddr_un, sun_path))
104 socklen - offsetof(struct sockaddr_un, sun_path));
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dctrl_iface_common.c63 a_len - offsetof(struct sockaddr_un, sun_path))
104 socklen - offsetof(struct sockaddr_un, sun_path));
/external/elfutils/backends/
H A Dx86_64_corenote.c123 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg) + (8 * 15), \
/external/elfutils/libdwfl/
H A Ddwfl_error.c86 [DWFL_E_##name] = offsetof (struct msgtable, msg_##name),
/external/iproute2/include/
H A Dbpf_scm.h68 msg->iov.iov_len = offsetof(struct bpf_map_aux, ent) +
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_vertex.h97 return offsetof(const struct vertex_info, attrib[a->num_attribs]);

Completed in 1287 milliseconds

1234567891011>>