HomeSort by relevance Sort by last modified time
    Searched defs:e32 (Results 1 - 9 of 9) sorted by null

  /external/ppp/pppd/
eui64.h 50 uint32_t e32[2]; /* lower 64-bit IPv6 address */ member in union:__anon12572
71 u_int32_t e32[2]; member in union:__anon12573
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[1] = 0
    [all...]
  /external/elfutils/0.153/libdwfl/
elf-from-memory.c 115 Elf32_Ehdr e32; member in union:__anon4904
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.e_ident[EI_CLASS]
    [all...]
dwfl_module_getdwarf.c 346 Elf32_Ehdr e32; member in union:__anon4896
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.e_ident[EI_CLASS] == ELFCLASS32
    [all...]
dwfl_segment_report_module.c 181 Elf32_Ehdr e32; member in union:__anon4901
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.e_ident[EI_CLASS] == ELFCLASS32
    [all...]
  /external/elfutils/0.153/libelf/
elf_begin.c 102 Elf32_Ehdr *e32; member in union:__anon4965
108 Elf32_Ehdr e32; member in union:__anon4966
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->e_shof
    [all...]
libelfP.h 244 Elf32_Shdr *e32; /* Pointer to 32bit section header. */ member in union:Elf_Scn::__anon4978
  /system/core/libmincrypt/
p256_ec.c 612 felem e2, e4, e8, e16, e32, e64; local
637 felem_assign(e32, ftmp);
647 felem_mul(ftmp2, e64, e32); /* 2^64 - 2^0 */
    [all...]
  /external/elfutils/0.153/src/
unstrip.c 961 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:__anon5023
    [all...]
  /external/valgrind/main/VEX/priv/
guest_amd64_toIR.c 22684 IRTemp e32 = newTemp(Ity_I32); local
    [all...]

Completed in 1139 milliseconds