Searched defs:e32 (Results 1 - 8 of 8) sorted by relevance

/external/ppp/pppd/
H A Deui64.h50 uint32_t e32[2]; /* lower 64-bit IPv6 address */ member in union:__anon28881
71 u_int32_t e32[2]; member in union:__anon28882
76 #define eui64_iszero(e) (((e).e32[0] | (e).e32[1]) == 0)
77 #define eui64_equals(e, o) (((e).e32[0] == (o).e32[0]) && \
78 ((e).e32[1] == (o).e32[1]))
79 #define eui64_zero(e) (e).e32[0] = (e).e32[
[all...]
/external/elfutils/0.153/libdwfl/
H A Delf-from-memory.c115 Elf32_Ehdr e32; member in union:__anon21199
147 phoff = ehdr.e32.e_phoff;
148 phnum = ehdr.e32.e_phnum;
149 phentsize = ehdr.e32.e_phentsize;
152 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize;
217 switch (ehdr.e32.e_ident[EI_CLASS])
238 ehdr.e32.e_ident[EI_DATA]) == NULL)
281 switch (ehdr.e32
[all...]
H A Ddwfl_module_getdwarf.c346 Elf32_Ehdr e32; member in union:__anon21191
369 if (ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32)
371 if (ehdr.e32.e_shentsize != shentsize
372 || ehdr.e32.e_phentsize != phentsize)
374 phnum = ehdr.e32.e_phnum;
375 shnum = ehdr.e32.e_shnum;
434 ehdr.e32.e_ident[EI_DATA]) == NULL))
436 if (ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32)
471 ehdr.e32.e_ident[EI_DATA]) == NULL))
524 if (ehdr.e32
[all...]
H A Ddwfl_segment_report_module.c181 Elf32_Ehdr e32; member in union:__anon21196
208 phoff = ehdr.e32.e_phoff;
209 phnum = ehdr.e32.e_phnum;
210 phentsize = ehdr.e32.e_phentsize;
213 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize;
299 if (ehdr.e32.e_ident[EI_DATA] == MY_ELFDATA)
312 ehdr.e32.e_ident[EI_DATA]) == NULL)
415 if (ehdr.e32
[all...]
/external/elfutils/0.153/libelf/
H A Delf_begin.c102 Elf32_Ehdr *e32; member in union:__anon21260
108 Elf32_Ehdr e32; member in union:__anon21261
131 ehdr_mem.e32.e_shnum = ((Elf32_Ehdr *) e_ident)->e_shnum;
132 ehdr_mem.e32.e_shoff = ((Elf32_Ehdr *) e_ident)->e_shoff;
139 CONVERT (ehdr_mem.e32.e_shnum);
140 CONVERT (ehdr_mem.e32.e_shoff);
164 result = ehdr.e32->e_shnum;
166 if (unlikely (result == 0) && ehdr.e32->e_shoff != 0)
168 if (ehdr.e32->e_shoff + sizeof (Elf32_Shdr) > maxsize)
177 result = ((Elf32_Shdr *) ((char *) map_address + ehdr.e32
[all...]
H A DlibelfP.h244 Elf32_Shdr *e32; /* Pointer to 32bit section header. */ member in union:Elf_Scn::__anon21273
/external/elfutils/0.153/src/
H A Dunstrip.c961 Elf32_Ehdr e32;
980 if (ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32)
982 phnum = ehdr.e32.e_phnum;
983 shnum = ehdr.e32.e_shnum;
1015 if (ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32)
959 Elf32_Ehdr e32; member in union:__anon21318
/external/valgrind/main/VEX/priv/
H A Dguest_amd64_toIR.c5318 32to16( if e32 <s -32768 || e32 >s 32767 then -32768 else e32 )
5320 static IRExpr* x87ishly_qnarrow_32_to_16 ( IRExpr* e32 )
5323 assign( t32, e32 );
22684 IRTemp e32 = newTemp(Ity_I32); local
22689 assign(e32, getXMMRegLane32(rE, 0));
22695 assign(e32, loadLE(Ity_I32, mkexpr(addr)));
22705 getXMMReg(rV), mkexpr(e32)));
[all...]

Completed in 124 milliseconds